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