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