summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Pursehouse <david.pursehouse@sonymobile.com>2013-07-09 09:20:55 +0900
committerDavid Pursehouse <david.pursehouse@sonymobile.com>2013-07-16 10:34:02 +0900
commit049873f7debb256502fbb2f8ae8547bafd561dc3 (patch)
tree6b9fd013e18f3b0a08748e8f458bb7461ffbb245
parent121cbead32d3155ebb1797aff4a870c54696984e (diff)
Release notes for Gerrit 2.6.2
-rw-r--r--ReleaseNotes/ReleaseNotes-2.6.2.txt43
-rw-r--r--ReleaseNotes/index.txt1
2 files changed, 44 insertions, 0 deletions
diff --git a/ReleaseNotes/ReleaseNotes-2.6.2.txt b/ReleaseNotes/ReleaseNotes-2.6.2.txt
new file mode 100644
index 0000000000..cf963c243f
--- /dev/null
+++ b/ReleaseNotes/ReleaseNotes-2.6.2.txt
@@ -0,0 +1,43 @@
+Release notes for Gerrit 2.6.2
+==============================
+
+Gerrit 2.6.2 is now available:
+
+link:https://gerrit-releases.storage.googleapis.com/gerrit-2.6.2.war[
+https://gerrit-releases.storage.googleapis.com/gerrit-2.6.2.war]
+
+There are no schema changes from 2.6.1.
+
+However, if upgrading from a version older than 2.6, follow the upgrade
+procedure in the 2.6 link:ReleaseNotes-2.6.html[Release Notes].
+
+
+Bug Fixes
+---------
+
+
+* Fix null-pointer exception when dashboard title is not specified.
++
+If the title is not specified, the path of the dashboard config file
+is used as title.
+
+* link:https://code.google.com/p/gerrit/issues/detail?id=2010[Issue 2010]:
+Fix null-pointer exception when searching for changes with the query
+`owner:self`.
+
+* Properly handle double-click on external group in GroupTable.
++
+Double-clicking on an external group opens the group's URL (if it
+is provided).
+
+* link:https://code.google.com/p/gerrit/issues/detail?id=1872[Issue 1872]:
+Fix tab expansion in diff screens when syntax coloring is on.
+
+* link:https://code.google.com/p/gerrit/issues/detail?id=1904[Issue 1904]:
+Fix diff screens for files with CRLF line endings.
+
+* Allow label values to be configured with no text.
+
+
+No other changes since 2.6.1.
+
diff --git a/ReleaseNotes/index.txt b/ReleaseNotes/index.txt
index 98cc3ac51d..3f9ed7c1c6 100644
--- a/ReleaseNotes/index.txt
+++ b/ReleaseNotes/index.txt
@@ -4,6 +4,7 @@ Gerrit Code Review - Release Notes
[[2_6]]
Version 2.6.x
-------------
+* link:ReleaseNotes-2.6.2.html[2.6.2]
* link:ReleaseNotes-2.6.html[2.6]
[[2_5]]