Replace 2.12.x and 2.13.x release notes with links to homepage

Since change I4ee59f1a9 the release notes for releases 2.12 and
later are managed on the Gerrit Code Review project home page.

Replace the content of the release notes here with links to the
new location. Also replace the links in the index.

Change-Id: I10ebf36147342bda269aa3e40c5b0e3967c4e7b0
This commit is contained in:
David Pursehouse
2016-10-19 18:08:51 +09:00
parent 88be1e9504
commit 344c1b1b62
10 changed files with 36 additions and 1731 deletions

View File

@@ -1,46 +1,5 @@
= 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'.
Release notes have been moved to the project homepage:
link:https://www.gerritcodereview.com/releases/2.13.md#2.13.2[
Release notes for Gerrit 2.13.2].