Add more information about Bouncycastle upgrade in 2.8.5 release notes

Since Bouncycastle is not included in the Gerrit distribution, the site
init must be run in order to get the updated libraries.

Mention this in the release notes.

Change-Id: Ia42239cbf4cbe9328ece1670e15bbd272ec2875e
This commit is contained in:
David Pursehouse
2014-05-13 22:38:26 +09:00
parent bd13d7dc94
commit 5cab70795e

View File

@@ -1,12 +1,28 @@
Release notes for Gerrit 2.8.5
==============================
There are no schema changes from link:ReleaseNotes-2.8.4.html[2.8.4].
Download:
link:https://gerrit-releases.storage.googleapis.com/gerrit-2.8.5.war[
https://gerrit-releases.storage.googleapis.com/gerrit-2.8.5.war]
Schema Changes and Upgrades
---------------------------
* There are no schema changes from link:ReleaseNotes-2.8.4.html[2.8.4].
* SSHD is updated to version 0.11.0.
+
See the 'ssh' section of 'Bug Fixes' below for details.
* Bouncycastle is updated to version 1.49.
+
*WARNING:* Gerrit is not shipped with Bouncycastle included. To get the
updated library files, the site must be updated:
+
----
java -jar gerrit.war init -d site_path
----
Bug Fixes
---------