summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Pursehouse <david.pursehouse@sonymobile.com>2014-12-27 09:33:44 +0900
committerDavid Pursehouse <david.pursehouse@sonymobile.com>2014-12-27 09:33:44 +0900
commitf15ff1a487c6c19381222292294f425c851b75aa (patch)
tree4f501a5b998e6469371ab96a04321cf95a94571f
parent9504d009686ea71b78e4ccc3b7fd2b08303f115f (diff)
Release notes for Gerrit 2.9.4v2.9.4
-rw-r--r--ReleaseNotes/ReleaseNotes-2.9.4.txt33
-rw-r--r--ReleaseNotes/index.txt1
2 files changed, 34 insertions, 0 deletions
diff --git a/ReleaseNotes/ReleaseNotes-2.9.4.txt b/ReleaseNotes/ReleaseNotes-2.9.4.txt
new file mode 100644
index 0000000000..38bf9c650b
--- /dev/null
+++ b/ReleaseNotes/ReleaseNotes-2.9.4.txt
@@ -0,0 +1,33 @@
+Release notes for Gerrit 2.9.4
+==============================
+
+Download:
+link:https://gerrit-releases.storage.googleapis.com/gerrit-2.9.4.war[
+https://gerrit-releases.storage.googleapis.com/gerrit-2.9.4.war]
+
+Important Notes
+---------------
+
+*WARNING:* There are no schema changes from
+link:ReleaseNotes-2.9.3.html[2.9.3], 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
+---------
+
+* Update JGit to 3.4.2.201412180340-r
++
+This JGit version mitigates
+link:http://article.gmane.org/gmane.linux.kernel/1853266[CVE-2014-9390]. See the
+link:https://projects.eclipse.org/projects/technology.jgit/releases/3.4.2[JGit release notes]
+for further details.
diff --git a/ReleaseNotes/index.txt b/ReleaseNotes/index.txt
index a28c7154b5..765a4303ac 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.4.html[2.9.4]
* 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]