47 lines
1.7 KiB
Plaintext
47 lines
1.7 KiB
Plaintext
= Release notes for Gerrit 2.13.2
|
|
|
|
Gerrit 2.13.2 is now available:
|
|
|
|
link:https://gerrit-releases.storage.googleapis.com/gerrit-2.13.2.war[
|
|
https://gerrit-releases.storage.googleapis.com/gerrit-2.13.2.war]
|
|
|
|
== Schema Upgrade
|
|
|
|
There are no schema changes from link:ReleaseNotes-2.13.1.html[2.13.1].
|
|
|
|
== Bug Fixes
|
|
|
|
* link:https://bugs.chromium.org/p/gerrit/issues/detail?id=4630[Issue 4630]:
|
|
Fix server error when navigating up to change while 'Working' is displayed.
|
|
|
|
* link:https://bugs.chromium.org/p/gerrit/issues/detail?id=4631[Issue 4631]:
|
|
Read project watches from database.
|
|
+
|
|
Project watches were being read from the git backend by default, but the
|
|
migration to git is not yet completed.
|
|
|
|
* link:https://bugs.chromium.org/p/gerrit/issues/detail?id=4632[Issue 4632]:
|
|
Fix server error when deleting multiple SSH keys from the Web UI.
|
|
+
|
|
Attempting to delete multiple keys in parallel resulted in a lock failure
|
|
when removing the keys from the git backend.
|
|
|
|
* link:https://bugs.chromium.org/p/gerrit/issues/detail?id=4645[Issue 4645]:
|
|
Fix malformed account suggestions.
|
|
+
|
|
If the query contained several query terms and one of the query terms was
|
|
a substring of 'strong', the suggestion was malformed.
|
|
|
|
* Hooks plugin: Fix incorrect value passed to `--change-url` parameter.
|
|
+
|
|
The URL was being generated using the change's Change-Id rather than the
|
|
change number.
|
|
|
|
* Check for CLA when creating project config changes from the web UI.
|
|
+
|
|
If contributor agreements were enabled and required for a project, and
|
|
the user had not signed a CLA, it was still possible to upload changes
|
|
for review on `refs/meta/config` by making changes in the project access
|
|
editor and pressing 'Save for Review'.
|
|
|