Update 2.11 release notes

Change-Id: I7eb37f5b75a56c3d4eb295e5ecd71c44dc2a9e9f
This commit is contained in:
David Pursehouse
2015-02-13 16:06:31 +09:00
parent dbefbe0849
commit 2b3a38fe2a

View File

@@ -124,6 +124,8 @@ proportion of added/removed lines.
When disabled, the colored bar is not shown and the change size per file is shown
in the same way as it used to be in the old change screen.
* Show changes across all projects and branches in the `Same Topic` tab.
Side-By-Side Diff
^^^^^^^^^^^^^^^^^
@@ -151,6 +153,7 @@ colored annotations.
** GLSL shader
** Go
** Objective C
** RELAX NG
** link:http://code.google.com/p/gerrit/issues/detail?id=2779[Issue 2779]: reStructured text
** Soy
@@ -158,7 +161,7 @@ colored annotations.
Projects Screen
^^^^^^^^^^^^^^^
* Add pagination of the branch list page.
* Add pagination and filtering on the branch list page.
* Add an 'Edit Config' button on the project info page.
+
@@ -172,6 +175,12 @@ are available in the UI.
REST
~~~~
Accounts
^^^^^^^^
* Add new link:https://gerrit-documentation.storage.googleapis.com/Documentation/2.11/rest-api-accounts.html#suggest-account[
Suggest Account endpoint].
Changes
^^^^^^^
@@ -184,7 +193,7 @@ Publish Change Edit] endpoints.
* Add new
link:https://gerrit-documentation.storage.googleapis.com/Documentation/2.11/rest-api-changes.html#check-change[
check change endpoint].
Check Change endpoint].
+
In the past, Gerrit bugs, lack of transactions, and unreliable NoSQL backends
have at various times produced a bewildering variety of corrupt states.
@@ -192,6 +201,17 @@ have at various times produced a bewildering variety of corrupt states.
This endpoint can be used to detect, explain, and repair some of these possible
states of a change.
* Add new
link:https://gerrit-documentation.storage.googleapis.com/Documentation/2.11/rest-api-changes.html#get-revision-actions[
Get Revision Actions endpoint].
* Add
link:https://gerrit-documentation.storage.googleapis.com/Documentation/2.11/rest-api-changes.html#change-actions[
`CHANGE_ACTIONS`] option on the
link:https://gerrit-documentation.storage.googleapis.com/Documentation/2.11/rest-api-changes.html#get-change-detail[
Get Change Detail] endpoint.
Change Edits
^^^^^^^^^^^^
@@ -251,12 +271,19 @@ Get Tag] endpoint.
Configuration
~~~~~~~~~~~~~
* Add
link:https://gerrit-documentation.storage.googleapis.com/Documentation/2.11/config-labels.html#label_copyAllScoresIfNoChange[
`copyAllScoresIfNoChange`] setting for labels.
+
Allows to copy scores forward when a new patch set is uploaded that has the same
parent tree, code delta, and commit message as the previous patch set.
* link:https://code.google.com/p/gerrit/issues/detail?id=2786[Issue 2786]:
Allow non-administrators to modify user accounts.
+
A new global capability,
link:https://gerrit-documentation.storage.googleapis.com/Documentation/2.11/access-control.html#capability_modifyAccount[
'Modify Account'], allows the granted group members to modify user account
'Modify Account'], which allows the granted group members to modify user account
settings via the
link:https://gerrit-documentation.storage.googleapis.com/Documentation/2.11/cmd-set-account.html[
`set-account` SSH command].
@@ -334,6 +361,8 @@ When a change is cherry-picked to another branch using the cherry-pick action,
the message 'Patch Set <number>: Cherry Picked from branch <name>.' is added as
a change message on the created change.
* Don't send 'new patch set' notification emails for trivial rebases.
ssh
~~~
@@ -430,6 +459,7 @@ Get current user.
** Get file content.
** Get file diff.
** Get comments and drafts.
** Get change edit.
Replication
^^^^^^^^^^^
@@ -627,6 +657,15 @@ copy-to-clipboard icons in the download dropdown.
In the reply box, the text of the label score is displayed on the right hand
side when a score is selected, but this was missing for simple boolean labels.
* Don't show missing accounts as reviewer suggestions.
* Show the email address that matched the search in reviewer suggestions.
+
When matching accounts by email address against an external account, results
now show the email address that matched, not the preferred email address.
* Fix accidental reviewer selection on slow networks.
Side-By-Side Diff
^^^^^^^^^^^^^^^^^
@@ -635,6 +674,12 @@ Side-By-Side Diff
+
Previously it would remain in visual mode.
* Fix C++ header and source syntax highlighting
+
cpp and hpp files were sometimes rendered with C mode and not the extended C++
mode. This prevented keywords like `class` from being colored by the
highlighter.
Project Screen
^^^^^^^^^^^^^^
@@ -741,6 +786,6 @@ Upgrades
* Update Lucene to 4.10.2.
* Update Parboiled to 1.1.6-14-g76586a4.
* Update Parboiled to 1.1.7.
* Update Pegdown to 1.4.2.