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