summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Ostrovsky <david.ostrovsky@gmail.com>2015-04-24 10:58:10 +0000
committerDavid Pursehouse <david.pursehouse@sonymobile.com>2015-05-07 19:13:08 +0900
commitbde8ccf22c52f58ab4c38d4a6d62b44fe7e5194f (patch)
tree5f1e643bc2b991acc3fa1ef01c21c6b8f44508ff
parent6ed670dbc2bbfe1ffb97b1b83dd45f03c82664e4 (diff)
Release notes for Gerrit 2.10.4
This is a fix for >10x performance degradation, caused by this JGit change: [1]. In addidtion some minor fixes for base64 patch download and OAuth2 extension point are also included. [1] https://git.eclipse.org/r/31081 Change-Id: Ia9e190b22e1573a3876db2a87198fca9dd7ea01f
-rw-r--r--ReleaseNotes/ReleaseNotes-2.10.4.txt49
-rw-r--r--ReleaseNotes/index.txt1
2 files changed, 50 insertions, 0 deletions
diff --git a/ReleaseNotes/ReleaseNotes-2.10.4.txt b/ReleaseNotes/ReleaseNotes-2.10.4.txt
new file mode 100644
index 0000000000..7de3f418ae
--- /dev/null
+++ b/ReleaseNotes/ReleaseNotes-2.10.4.txt
@@ -0,0 +1,49 @@
+Release notes for Gerrit 2.10.4
+===============================
+
+There are no schema changes from link:ReleaseNotes-2.10.3.1.html[2.10.3.1].
+
+Download:
+link:https://gerrit-releases.storage.googleapis.com/gerrit-2.10.4.war[
+https://gerrit-releases.storage.googleapis.com/gerrit-2.10.4.war]
+
+New Features
+------------
+
+* Support identity linking in hybrid OpenID and OAuth2 authentication.
++
+Linking of user identities accross protocol boundaries and from one OAuth2
+identity to another OAuth2 identity is supported.
+
+* Support identity linking in OAuth2 extension point.
++
+Linking of user identities from one OAuth2 identity to another OAuth2
+identity is supported.
+
+Bug Fixes
+---------
+
+* link:https://code.google.com/p/gerrit/issues/detail?id=3300[Issue 3300]:
+Fix >10x performance degradation for Git push and replication operations.
++
+A link:https://bugs.eclipse.org/bugs/show_bug.cgi?id=465509[regression in jgit]
+caused a performance degradation.
+
+* link:https://code.google.com/p/gerrit/issues/detail?id=3312[Issue 3312]:
+Flush padding on patches downloaded as base64.
++
+The padding was not flushed, which caused the downloaded patch to not be
+valid base64.
+
+OAuth extension point
+~~~~~~~~~~~~~~~~~~~~~
+
+* Check for session validity during logout.
++
+When user was trying to log out, after Gerrit restart, the session was
+invalidated and IllegalStateException was recorded in the error_log.
+
+Updates
+-------
+
+* Update jgit to 4.0.0.201505050340-m2.
diff --git a/ReleaseNotes/index.txt b/ReleaseNotes/index.txt
index 3ddcbc82b1..3c167c6b61 100644
--- a/ReleaseNotes/index.txt
+++ b/ReleaseNotes/index.txt
@@ -4,6 +4,7 @@ Gerrit Code Review - Release Notes
[[2_10]]
Version 2.10.x
--------------
+* link:ReleaseNotes-2.10.4.html[2.10.4]
* link:ReleaseNotes-2.10.3.1.html[2.10.3.1]
* link:ReleaseNotes-2.10.3.html[2.10.3]
* link:ReleaseNotes-2.10.2.html[2.10.2]