summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Pursehouse <david.pursehouse@sonymobile.com>2014-03-14 15:54:38 +0900
committerDavid Pursehouse <david.pursehouse@sonymobile.com>2014-03-14 16:26:26 +0900
commit315ef42e3e7e94f3573df8ea6e4b8791fcb7518a (patch)
tree6a307869b620f48c65f46bdd3f65b3148a016eda
parent3cd6de0d6afda8324c4fef44434dc2d25ed181c1 (diff)
Release notes for Gerrit 2.8.3v2.8.3
-rw-r--r--ReleaseNotes/ReleaseNotes-2.8.3.txt35
-rw-r--r--ReleaseNotes/index.txt1
2 files changed, 36 insertions, 0 deletions
diff --git a/ReleaseNotes/ReleaseNotes-2.8.3.txt b/ReleaseNotes/ReleaseNotes-2.8.3.txt
new file mode 100644
index 0000000000..6cf66c84c1
--- /dev/null
+++ b/ReleaseNotes/ReleaseNotes-2.8.3.txt
@@ -0,0 +1,35 @@
+Release notes for Gerrit 2.8.3
+==============================
+
+There are no schema changes from link:ReleaseNotes-2.8.2.html[2.8.2].
+
+Download:
+link:https://gerrit-releases.storage.googleapis.com/gerrit-2.8.3.war[
+https://gerrit-releases.storage.googleapis.com/gerrit-2.8.3.war]
+
+
+Bug Fixes
+---------
+
+* Fix for merging multiple changes with "Cherry Pick", "Merge Always" and
+"Merge If Necessary" strategies.
++
+If 2 or more changes were pending submit to the same project and branch,
+it was possible for them to all be marked as status "merged" but only some of
+them to actually land into the branch.
+
+
+Documentation
+-------------
+
+* Minor fixes in the
+link:https://gerrit-documentation.storage.googleapis.com/Documentation/2.8.3/dev-buck.html[
+buck build documentation].
+
+* Clarification of the `commitWithin` setting in the
+link:https://gerrit-documentation.storage.googleapis.com/Documentation/2.8.3/config-gerrit.html#__a_id_index_a_section_index[
+Lucene index configuration].
++
+Configuring the Lucene index to commit after every write can cause
+poor performance of the reindex program.
+
diff --git a/ReleaseNotes/index.txt b/ReleaseNotes/index.txt
index 963bc2ab0f..e73d22454c 100644
--- a/ReleaseNotes/index.txt
+++ b/ReleaseNotes/index.txt
@@ -4,6 +4,7 @@ Gerrit Code Review - Release Notes
[[2_8]]
Version 2.8.x
-------------
+* link:ReleaseNotes-2.8.3.html[2.8.3]
* link:ReleaseNotes-2.8.2.html[2.8.2]
* link:ReleaseNotes-2.8.1.html[2.8.1]
* link:ReleaseNotes-2.8.html[2.8]