summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Pursehouse <david.pursehouse@sonymobile.com>2014-12-08 09:49:43 +0900
committerDavid Pursehouse <david.pursehouse@sonymobile.com>2014-12-09 09:18:54 +0900
commit312d4252716f3a5049cba3d250add099508653c4 (patch)
tree0d8fb2a12fd44804fdef05d8ed0950cc3d6ac55d
parent387366721e4d8f5d56649db883627e1bd208356c (diff)
Release notes for Gerrit 2.9.3v2.9.3
-rw-r--r--ReleaseNotes/ReleaseNotes-2.9.3.txt51
-rw-r--r--ReleaseNotes/index.txt1
2 files changed, 52 insertions, 0 deletions
diff --git a/ReleaseNotes/ReleaseNotes-2.9.3.txt b/ReleaseNotes/ReleaseNotes-2.9.3.txt
new file mode 100644
index 0000000000..95832c899e
--- /dev/null
+++ b/ReleaseNotes/ReleaseNotes-2.9.3.txt
@@ -0,0 +1,51 @@
+Release notes for Gerrit 2.9.3
+==============================
+
+Download:
+link:https://gerrit-releases.storage.googleapis.com/gerrit-2.9.3.war[
+https://gerrit-releases.storage.googleapis.com/gerrit-2.9.3.war]
+
+Important Notes
+---------------
+
+*WARNING:* There are no schema changes from
+link:ReleaseNotes-2.9.2.html[2.9.2], but when upgrading from an existing site
+that was initialized with Gerrit version 2.6 to version 2.9.1 the primary key
+column order will be updated for some tables. It is therefore important to
+upgrade the site with the `init` program, rather than only copying the .war file
+over the existing one.
+
+It is recommended to run the `init` program in interactive mode. Warnings will
+be suppressed in batch mode.
+
+----
+ java -jar gerrit.war init -d site_path
+----
+
+Bug Fixes
+---------
+
+*Downgrade SSHD to 0.9.0-4-g5967cfd*
+
+In Gerrit version 2.9.2 SSHD was upgraded to 0.13.0 which included a fix for
+link:https://issues.apache.org/jira/browse/SSHD-348[SSHD-348 (SSH thread pool
+exhaustion)].
+
+It turned out that SSHD 0.13.0 still suffers from this issue, which causes
+problems for users of the stream-events in Gerrit 2.9.2.
+
+SSHD 0.9.0 is known to be free from this particular issue, but we cannot
+downgrade to that version because it includes some other known issues:
+
+* link:https://issues.apache.org/jira/browse/SSHD-254[SSHD-254 ('authenticated
+with partial success' error)]
+* link:https://issues.apache.org/jira/browse/SSHD-330[SSHD-330 (sporadic
+handshake failures)].
+
+SSHD version 0.9.0-4-g5967cfd is based on 0.9.0 and includes fixes for SSHD-254
+and SSHD-330.
+
+Due to the downgrade of SSHD, the following libraries are also downgraded:
+
+* Bouncycastle from 1.51 to 1.49
+* Mina Core from 2.0.8 to 2.0.7
diff --git a/ReleaseNotes/index.txt b/ReleaseNotes/index.txt
index 028d4845ba..a28c7154b5 100644
--- a/ReleaseNotes/index.txt
+++ b/ReleaseNotes/index.txt
@@ -4,6 +4,7 @@ Gerrit Code Review - Release Notes
[[2_9]]
Version 2.9.x
-------------
+* link:ReleaseNotes-2.9.3.html[2.9.3]
* link:ReleaseNotes-2.9.2.html[2.9.2]
* link:ReleaseNotes-2.9.1.html[2.9.1]
* link:ReleaseNotes-2.9.html[2.9]