Update 2.8 release notes with changes from stable-2.6 and stable-2.7
The stable-2.6 and stable-2.7 branches have been removed, and there
will be no further releases on the 2.6 and 2.7 series.
All the changes merged into those branches since the 2.7 release are
already released in 2.8.
Add the changes in the release notes.
Change-Id: I191846f08c1545dadae28eb167a8fc4195e0dbdb
diff --git a/ReleaseNotes/ReleaseNotes-2.8.txt b/ReleaseNotes/ReleaseNotes-2.8.txt
index b7b868b..8303ad6 100644
--- a/ReleaseNotes/ReleaseNotes-2.8.txt
+++ b/ReleaseNotes/ReleaseNotes-2.8.txt
@@ -571,6 +571,32 @@
* Allow usernames to begin with digit.
+* Verify access to source ref during add branch operation.
++
+Previously Gerrit didn't check access to source ref during add branch
+operation. Because of that users could create a branch from any known
+commit SHA1, even when they didn't have access to that commit.
+
+* Fix Gerrit API sources JAR contents.
++
+The gerrit-extension-api-X.Y-all-sources.jar did not actually contain any
+sources.
+
+* Generate javadoc for Gerrit Extension and Plugin APIs.
+
+* link:https://code.google.com/p/gerrit/issues/detail?id=2244[Issue 2244]:
+Update patch status before skipping duplicate emails.
+
+* link:https://code.google.com/p/gerrit/issues/detail?id=1640[Issue 1640]:
+Catch missing LDAP accounts in group membership.
+
+* Use `rev-parse` to find gitdir when generating commit-msg hook hint.
+
+* Performance Fix: Minimize number of advertisedHaves.
++
+By filtering the refs before the objectIds are added to advertisedHaves,
+lots of time can be saved when pushing to complex Gits.
+
Configuration
~~~~~~~~~~~~~
@@ -595,6 +621,8 @@
* Do not override error and gc logging configuration provided by the
`-Dlog4j.configuration` parameter.
+* Fix JdbcSQLException when numbers are read from cache.
+
Web UI
~~~~~~
@@ -614,6 +642,12 @@
* Display "Working..." when header is hidden.
+* link:https://code.google.com/p/gerrit/issues/detail?id=2125[Issue 2125]:
+Correctly shows '-1' instead of '1' for label score.
++
+If a user voted '-1', and then another user voted '+1' for a label, the
+label was shown as a red '1' in the change list instead of red '-1'.
+
Change Screens
^^^^^^^^^^^^^^
@@ -635,6 +669,24 @@
In this case, it makes more sense for the message to say "Uploaded
patch set N" instead.
+* Make links appear with consistent colors.
+
+* Prevent duplicate permitted_labels from being shown in labels list.
+
+Diff Screens
+^^^^^^^^^^^^
+
+
+* link:https://code.google.com/p/gerrit/issues/detail?id=1233[Issue 1233]:
+Prevent expansion when whole file isn't loaded.
+
+* link:https://code.google.com/p/gerrit/issues/detail?id=2122[Issue 2122]:
+Show review comments for unchanged files.
++
+When comparing patch sets and some comment was put in one side,
+that comment was not shown if there was no code changed between
+the two patch sets
+
Project Screens
^^^^^^^^^^^^^^^
@@ -708,6 +760,8 @@
The API is simplified in the sense that one Event now corresponds to
one ref update only.
+* Make plugin servlet's context path authorization aware.
+
Review Notes
^^^^^^^^^^^^
@@ -723,6 +777,8 @@
* Create review note also when newObjectId already present in another branch.
+* Correct documentation of the export command.
+
Emails
~~~~~~
@@ -762,6 +818,9 @@
* Update H2 to 1.3.173
* Update bouncycastle to 1.44
* Update Apache Mina to 2.0.7
-* Update Apache SSHD to 0.9.0.201311081
+* link:https://code.google.com/p/gerrit/issues/detail?id=2232[Issue 2232]:
+Update Apache SSHD to 0.9.0.201311081
* asciidoctor 0.1.4 is now required to build the documentation
* jsr305 library was removed
+* link:https://code.google.com/p/gerrit/issues/detail?id=2232[Issue 2232]:
+Update Jsch to 1.5.0