summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSaša Živkov <zivkov@gmail.com>2014-12-05 13:23:30 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2014-12-05 13:23:31 +0000
commitfedd9eb64403e7453eaa0826ee947dd6d56ad017 (patch)
tree956076ac99742ada21af95f9b49287292b686ea3
parent074fd761bfe1d4c3e66ce2bdacf8b442e9ea7c70 (diff)
parentb6a39127aa84f560445f16c0ddca60d3622b6de6 (diff)
Merge "Update 2.10 release notes" into stable-2.10
-rw-r--r--ReleaseNotes/ReleaseNotes-2.10.txt58
1 files changed, 48 insertions, 10 deletions
diff --git a/ReleaseNotes/ReleaseNotes-2.10.txt b/ReleaseNotes/ReleaseNotes-2.10.txt
index e8a2f40f60..444ef56ff4 100644
--- a/ReleaseNotes/ReleaseNotes-2.10.txt
+++ b/ReleaseNotes/ReleaseNotes-2.10.txt
@@ -79,20 +79,17 @@ 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.
-
* 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 @@ Re-arrange info at footer of Gerrit web UI pages.
+
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 @@ Preserve line breaks in inline and review comments.
* 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 @@ General
* 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 @@ SSHD-300].
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
~~~~~~