Yuxuan 'fishy' Wang | 4f5ad9d | 2016-05-03 16:18:58 -0700 | [diff] [blame] | 1 | = Release notes for Gerrit 2.8.3 |
David Pursehouse | 315ef42 | 2014-03-14 15:54:38 +0900 | [diff] [blame] | 2 | |
| 3 | There are no schema changes from link:ReleaseNotes-2.8.2.html[2.8.2]. |
| 4 | |
| 5 | Download: |
Shawn Pearce | 6d7ebc6 | 2015-06-12 16:34:42 -0700 | [diff] [blame] | 6 | link:https://www.gerritcodereview.com/download/gerrit-2.8.3.war[ |
| 7 | https://www.gerritcodereview.com/download/gerrit-2.8.3.war] |
David Pursehouse | 315ef42 | 2014-03-14 15:54:38 +0900 | [diff] [blame] | 8 | |
| 9 | |
Yuxuan 'fishy' Wang | 4f5ad9d | 2016-05-03 16:18:58 -0700 | [diff] [blame] | 10 | == Bug Fixes |
David Pursehouse | 315ef42 | 2014-03-14 15:54:38 +0900 | [diff] [blame] | 11 | |
| 12 | * Fix for merging multiple changes with "Cherry Pick", "Merge Always" and |
| 13 | "Merge If Necessary" strategies. |
| 14 | + |
| 15 | If 2 or more changes were pending submit to the same project and branch, |
| 16 | it was possible for them to all be marked as status "merged" but only some of |
| 17 | them to actually land into the branch. |
| 18 | |
| 19 | |
Yuxuan 'fishy' Wang | 4f5ad9d | 2016-05-03 16:18:58 -0700 | [diff] [blame] | 20 | == Documentation |
David Pursehouse | 315ef42 | 2014-03-14 15:54:38 +0900 | [diff] [blame] | 21 | |
| 22 | * Minor fixes in the |
| 23 | link:https://gerrit-documentation.storage.googleapis.com/Documentation/2.8.3/dev-buck.html[ |
| 24 | buck build documentation]. |
| 25 | |
| 26 | * Clarification of the `commitWithin` setting in the |
| 27 | link:https://gerrit-documentation.storage.googleapis.com/Documentation/2.8.3/config-gerrit.html#__a_id_index_a_section_index[ |
| 28 | Lucene index configuration]. |
| 29 | + |
| 30 | Configuring the Lucene index to commit after every write can cause |
| 31 | poor performance of the reindex program. |
| 32 | |