Add warning about Bouncy Castle Crypto library update in release notes
Bouncy Castle was upgraded in Ie2b22328 which was first included in Gerrit version 2.8.5 The new library versions are downloaded during site init, but if the old library versions are still present in the `lib` folder, it causes a startup failure (see issue linked below). The failure can be resolved by removing the old library versions from the `lib` folder. Add a warning about this in all the release notes from version 2.9 onwards. Bug: Issue 3084 Change-Id: Ib6152de9978c57bb7a1d5e147e14ab0ceb464418
This commit is contained in:
@@ -37,6 +37,12 @@ later, you may ignore this warning and upgrade directly to 2.10.x.
|
||||
|
||||
*WARNING:* The `auth.allowGoogleAccountUpgrade` setting is no longer supported.
|
||||
|
||||
*WARNING:* When upgrading from version 2.8.4 or older with a site that uses
|
||||
Bouncy Castle Crypto, new versions of the libraries will be downloaded. The old
|
||||
libraries should be manually removed from site's `lib` folder to prevent the
|
||||
startup failure described in
|
||||
link:https://code.google.com/p/gerrit/issues/detail?id=3084[Issue 3084].
|
||||
|
||||
|
||||
Release Highlights
|
||||
------------------
|
||||
|
||||
Reference in New Issue
Block a user