blob: a352aac6e2a2cb429749b942ad23e62f1828abf9 [file] [log] [blame]
David Pursehousec454aa92016-08-26 09:08:14 +09001= Release notes for Gerrit 2.11.10
David Pursehouse7dbfe2e2016-08-25 21:44:19 +09002
3Gerrit 2.11.10 is now available:
4
5link:https://gerrit-releases.storage.googleapis.com/gerrit-2.11.10.war[
6https://gerrit-releases.storage.googleapis.com/gerrit-2.11.10.war]
7
8There are no schema changes from link:ReleaseNotes-2.11.9.html[2.11.9].
9
David Pursehousec454aa92016-08-26 09:08:14 +090010== Bug Fixes
David Pursehouse7dbfe2e2016-08-25 21:44:19 +090011
12* Fix synchronization of Myers diff and Histogram diff invocations.
13+
14The fix for
15link:https://code.google.com/p/gerrit/issues/detail?id=3361[Issue 3361]
16that was included in Gerrit versions 2.10.7 and 2.11.4 introduced a
17regression that prevented more than one file header diff from being
18computed at the same time across the entire server.
19
20* Fix `sshd.idleTimeout` setting being ignored.
21+
22The `sshd.idleTimeout` setting was not being correctly set on the SSHD
23backend, causing idle sessions to not time out.
24
25* Add the correct license for AsciiDoctor.
26+
27AsciiDoctor is licensed under the MIT License, not Apache2 as previously
28documented.