gerrit/ReleaseNotes/ReleaseNotes-2.11.10.txt
David Pursehouse c454aa9aed Update 2.11.10 release notes to use asciidoctor style sections
Change-Id: I4aecc8200d20ebc99089ac7c7ea1cc531c7bf324
2016-08-26 09:08:14 +09:00

29 lines
940 B
Plaintext

= 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.