summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Pursehouse <david.pursehouse@sonymobile.com>2014-06-13 14:59:28 +0900
committerEdwin Kempin <edwin.kempin@sap.com>2014-06-25 11:16:34 +0200
commit73eca0a738b5ba3c7e09d371c2712bc959fcf558 (patch)
tree2bef7e7a2bb61996e166dc5973507498ebc2c608
parent93d9d4a2e1c451c11cf040383ee57628cce50518 (diff)
Release notes for Gerrit 2.8.6
-rw-r--r--ReleaseNotes/ReleaseNotes-2.8.6.txt23
-rw-r--r--ReleaseNotes/index.txt1
2 files changed, 24 insertions, 0 deletions
diff --git a/ReleaseNotes/ReleaseNotes-2.8.6.txt b/ReleaseNotes/ReleaseNotes-2.8.6.txt
new file mode 100644
index 0000000000..5bcade1222
--- /dev/null
+++ b/ReleaseNotes/ReleaseNotes-2.8.6.txt
@@ -0,0 +1,23 @@
+Release notes for Gerrit 2.8.6
+==============================
+
+There are no schema changes from link:ReleaseNotes-2.8.5.html[2.8.5].
+
+Download:
+link:https://gerrit-releases.storage.googleapis.com/gerrit-2.8.6.war[
+https://gerrit-releases.storage.googleapis.com/gerrit-2.8.6.war]
+
+
+Bug Fixes
+---------
+
+* link:https://code.google.com/p/gerrit/issues/detail?id=2034[Issue 2034],
+link:https://code.google.com/p/gerrit/issues/detail?id=2383[Issue 2383],
+link:https://code.google.com/p/gerrit/issues/detail?id=2702[Issue 2702]:
+Fix race condition in change merge queue.
++
+There was a race in the merge queue between changes submitted via
+the UI, and merges scheduled by the background merge queue reload.
++
+This resulted in multiple submit actions being scheduled, leading
+to corrupt changes.
diff --git a/ReleaseNotes/index.txt b/ReleaseNotes/index.txt
index ea988e69b9..368d15336d 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.6.html[2.8.6]
* link:ReleaseNotes-2.8.5.html[2.8.5]
* link:ReleaseNotes-2.8.4.html[2.8.4]
* link:ReleaseNotes-2.8.3.html[2.8.3]