Yuxuan 'fishy' Wang | 4f5ad9d | 2016-05-03 16:18:58 -0700 | [diff] [blame] | 1 | = Release notes for Gerrit 2.9.4 |
David Pursehouse | f15ff1a | 2014-12-27 09:33:44 +0900 | [diff] [blame] | 2 | |
| 3 | Download: |
Shawn Pearce | 6d7ebc6 | 2015-06-12 16:34:42 -0700 | [diff] [blame] | 4 | link:https://www.gerritcodereview.com/download/gerrit-2.9.4.war[ |
| 5 | https://www.gerritcodereview.com/download/gerrit-2.9.4.war] |
David Pursehouse | f15ff1a | 2014-12-27 09:33:44 +0900 | [diff] [blame] | 6 | |
Yuxuan 'fishy' Wang | 4f5ad9d | 2016-05-03 16:18:58 -0700 | [diff] [blame] | 7 | == Important Notes |
David Pursehouse | f15ff1a | 2014-12-27 09:33:44 +0900 | [diff] [blame] | 8 | |
| 9 | *WARNING:* There are no schema changes from |
| 10 | link:ReleaseNotes-2.9.3.html[2.9.3], but when upgrading from an existing site |
| 11 | that was initialized with Gerrit version 2.6 to version 2.9.1 the primary key |
| 12 | column order will be updated for some tables. It is therefore important to |
| 13 | upgrade the site with the `init` program, rather than only copying the .war file |
| 14 | over the existing one. |
| 15 | |
| 16 | It is recommended to run the `init` program in interactive mode. Warnings will |
| 17 | be suppressed in batch mode. |
| 18 | |
| 19 | ---- |
| 20 | java -jar gerrit.war init -d site_path |
| 21 | ---- |
| 22 | |
David Pursehouse | 610f597 | 2015-02-27 16:37:38 +0900 | [diff] [blame] | 23 | *WARNING:* When upgrading from version 2.8.4 or older with a site that uses |
| 24 | Bouncy Castle Crypto, new versions of the libraries will be downloaded. The old |
| 25 | libraries should be manually removed from site's `lib` folder to prevent the |
| 26 | startup failure described in |
| 27 | link:https://code.google.com/p/gerrit/issues/detail?id=3084[Issue 3084]. |
| 28 | |
Yuxuan 'fishy' Wang | 4f5ad9d | 2016-05-03 16:18:58 -0700 | [diff] [blame] | 29 | == Bug Fixes |
David Pursehouse | f15ff1a | 2014-12-27 09:33:44 +0900 | [diff] [blame] | 30 | |
| 31 | * Update JGit to 3.4.2.201412180340-r |
| 32 | + |
| 33 | This JGit version mitigates |
| 34 | link:http://article.gmane.org/gmane.linux.kernel/1853266[CVE-2014-9390]. See the |
| 35 | link:https://projects.eclipse.org/projects/technology.jgit/releases/3.4.2[JGit release notes] |
| 36 | for further details. |