From 5bbbf7793306f3c2fbee106a76c8d70dcb84826e Mon Sep 17 00:00:00 2001 From: David Pursehouse Date: Mon, 3 Oct 2016 11:36:15 +0900 Subject: [PATCH] Update 2.13.2 release notes Change-Id: Iaf65526a97368578648aea7dc7b124a6d1b821ed --- ReleaseNotes/ReleaseNotes-2.13.2.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/ReleaseNotes/ReleaseNotes-2.13.2.txt b/ReleaseNotes/ReleaseNotes-2.13.2.txt index 87e902c009..c7be976d51 100644 --- a/ReleaseNotes/ReleaseNotes-2.13.2.txt +++ b/ReleaseNotes/ReleaseNotes-2.13.2.txt @@ -20,6 +20,18 @@ 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