Merge branch 'stable-2.11' into stable-2.12

* stable-2.11:
  Set version to 2.11.10
  Release notes for Gerrit 2.11.10

Change-Id: Idd95b51a65f20fe1a194a8433da5fb40b407f189
This commit is contained in:
David Pursehouse
2016-08-26 09:01:57 +09:00
2 changed files with 31 additions and 0 deletions

View File

@@ -0,0 +1,30 @@
Release notes for Gerrit 2.11.10
================================
Gerrit 2.11.10 is now available:
link:https://gerrit-releases.storage.googleapis.com/gerrit-2.11.10.war[
https://gerrit-releases.storage.googleapis.com/gerrit-2.11.10.war]
There are no schema changes from link:ReleaseNotes-2.11.9.html[2.11.9].
Bug Fixes
---------
* Fix synchronization of Myers diff and Histogram diff invocations.
+
The fix for
link:https://code.google.com/p/gerrit/issues/detail?id=3361[Issue 3361]
that was included in Gerrit versions 2.10.7 and 2.11.4 introduced a
regression that prevented more than one file header diff from being
computed at the same time across the entire server.
* Fix `sshd.idleTimeout` setting being ignored.
+
The `sshd.idleTimeout` setting was not being correctly set on the SSHD
backend, causing idle sessions to not time out.
* Add the correct license for AsciiDoctor.
+
AsciiDoctor is licensed under the MIT License, not Apache2 as previously
documented.

View File

@@ -13,6 +13,7 @@ Version 2.12.x
[[2_11]]
Version 2.11.x
--------------
* link:ReleaseNotes-2.11.10.html[2.11.10]
* link:ReleaseNotes-2.11.9.html[2.11.9]
* link:ReleaseNotes-2.11.8.html[2.11.8]
* link:ReleaseNotes-2.11.7.html[2.11.7]