Merge "Merge branch 'stable-2.9' into stable-2.10" into stable-2.10
diff --git a/ReleaseNotes/ReleaseNotes-2.10.txt b/ReleaseNotes/ReleaseNotes-2.10.txt
index e8a2f40..444ef56 100644
--- a/ReleaseNotes/ReleaseNotes-2.10.txt
+++ b/ReleaseNotes/ReleaseNotes-2.10.txt
@@ -79,20 +79,17 @@
 ^^^^^^^^^^^^^
 
 
-* Do not linkify trailing dot or comma in messages.
-+
-As linkifying trailing dots and trailing commas does more harm than
-good, we only treat dots and commas as being part of urls, if they are
-neither followed by whitespace nor occur at the end of a string.
-
-* Improve message when removing a reviewer.
-
 * Display avatar for author, committer, and change owner.
 
 * Remove message box when editing topic of change.
 
 * link:https://code.google.com/p/gerrit/issues/detail?id=2573[Issue 2573]:
 Add option to quickly add current user as reviewer of a change.
++
+An 'Add Me' button is displayed next to the 'Add' button when searching for
+reviewers to add to a change. This allows users to quickly add themselves as a
+reviewer on the change without having to type their name in the search
+box.
 
 * Link project name to dashboard.
 
@@ -452,8 +449,22 @@
 +
 Move the Gerrit info link so that there are no links close to the next page link.
 
-Changes
-^^^^^^^
+* Only create All-Projects ACL once.
++
+If `refs/meta/config` already existed it was overwritten with default configuration
+if a site administrator ran `java -war gerrit.war init -d /some/existing/site --batch`.
+
+
+Change Screen
+^^^^^^^^^^^^^
+
+* Do not linkify trailing dot or comma in messages.
++
+As linkifying trailing dots and trailing commas does more harm than
+good, we only treat dots and commas as being part of urls, if they are
+neither followed by whitespace nor occur at the end of a string.
+
+* Improve message when removing a reviewer.
 
 * link:http://code.google.com/p/gerrit/issues/detail?id=527[Issue 527]:
 Preserve line breaks in inline and review comments.
@@ -466,6 +477,17 @@
 
 * List reviewers with dummy approvals on closed changes.
 
+* link:http://code.google.com/p/gerrit/issues/detail?id=2890[Issue 2890]:
+Enable scrollbars for "Edit Commit Message" TextArea.
+
+* Use current time instead of submitter time for cherry-picked commits.
++
+Cherry picking with the submitter time could cause massive clock skew
+in the Git commit graph if the server was shutdown before the submit could
+finish, and restarted hours later.
+
+* Fix exception when clicking on a binary file without being signed in.
+
 
 Side-By-Side Diff
 ^^^^^^^^^^^^^^^^^
@@ -519,6 +541,16 @@
 
 * Fix REST API responses for 3xx and 4xx classes.
 
+Changes
+^^^^^^^
+
+* Fix inconsistent behaviour in the
+link:https://gerrit-documentation.storage.googleapis.com/Documentation/2.10/rest-api-changes.html#add-reviewer[
+add reviewer endpoint]
++
+When adding a single reviewer to a change, it was possible to use the endpoint
+to add a user who had no visibility to the change or whose account was invalid.
+
 
 Changes
 ^^^^^^^
@@ -566,6 +598,12 @@
 link:https://gerrit-documentation.storage.googleapis.com/Documentation/2.10/cmd-show-caches.html[
 `show-caches`] command.
 
+* Include all command arguments in SSH log entry.
++
+The SSH log only included the first argument. This prevented the repository name
+from being logged when `git receive-pack` was executed instead of `git-receive-pack`.
+
+
 Daemon
 ~~~~~~