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