Yuxuan 'fishy' Wang | 4f5ad9d | 2016-05-03 16:18:58 -0700 | [diff] [blame] | 1 | = Release notes for Gerrit 2.10.2 |
Saša Živkov | a86b3fc | 2015-03-26 16:14:55 +0100 | [diff] [blame] | 2 | |
| 3 | There are no schema changes from link:ReleaseNotes-2.10.1.html[2.10.1]. |
| 4 | |
| 5 | Download: |
Shawn Pearce | 6d7ebc6 | 2015-06-12 16:34:42 -0700 | [diff] [blame] | 6 | link:https://www.gerritcodereview.com/download/gerrit-2.10.2.war[ |
| 7 | https://www.gerritcodereview.com/download/gerrit-2.10.2.war] |
Saša Živkov | a86b3fc | 2015-03-26 16:14:55 +0100 | [diff] [blame] | 8 | |
Yuxuan 'fishy' Wang | 4f5ad9d | 2016-05-03 16:18:58 -0700 | [diff] [blame] | 9 | == Bug Fixes |
Saša Živkov | a86b3fc | 2015-03-26 16:14:55 +0100 | [diff] [blame] | 10 | |
| 11 | * Work around MyersDiff infinite loop in PatchListLoader. If the MyersDiff diff |
| 12 | doesn't finish within 5 seconds, interrupt it and fall back to a different diff |
| 13 | algorithm. From the user perspective, the only difference when the infinite |
| 14 | loop is detected is that the files in the commit will not be compared in-depth, |
| 15 | which will result in bigger edit regions. |
| 16 | |
Yuxuan 'fishy' Wang | 4f5ad9d | 2016-05-03 16:18:58 -0700 | [diff] [blame] | 17 | == Secondary Index |
Saša Živkov | a86b3fc | 2015-03-26 16:14:55 +0100 | [diff] [blame] | 18 | |
| 19 | * Online reindexing: log the number of done/failed changes in the error_log. |
| 20 | Administrators can use the logged information to decide whether to activate the |
| 21 | new index version or not. |
| 22 | |
Yuxuan 'fishy' Wang | 4f5ad9d | 2016-05-03 16:18:58 -0700 | [diff] [blame] | 23 | == Gitweb |
Saša Živkov | a86b3fc | 2015-03-26 16:14:55 +0100 | [diff] [blame] | 24 | |
| 25 | * Do not return `Forbidden` when clicking on Gitweb breadcrumb. Now when the |
| 26 | user clicks on the parent folder, redirect to Gerrit projects list screen with |
| 27 | the parent folder path as the filter. |