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