summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Pursehouse <david.pursehouse@sonymobile.com>2013-07-09 13:39:52 +0900
committerDavid Pursehouse <david.pursehouse@sonymobile.com>2013-07-10 09:43:06 +0900
commit46ee6709c62dbdf404fc24b14d02fa21cf1f4a32 (patch)
tree2d60451d309fd1be17391408a9f9ce06847266ad
parent3e34ca58b303c66f1ff43aa4dd0baf1a08e794e4 (diff)
Update 2.7 release notes with recent changes
Update with recent changes and mention that 2.7 includes the fixes from 2.6.1 and 2.6.2. Also fix a few minor formatting issues. Change-Id: I990826715cfe6afd481491d8dea0ac78a734a2a7
-rw-r--r--ReleaseNotes/ReleaseNotes-2.7.txt34
1 files changed, 23 insertions, 11 deletions
diff --git a/ReleaseNotes/ReleaseNotes-2.7.txt b/ReleaseNotes/ReleaseNotes-2.7.txt
index c08ffa66e7..0e76f61b17 100644
--- a/ReleaseNotes/ReleaseNotes-2.7.txt
+++ b/ReleaseNotes/ReleaseNotes-2.7.txt
@@ -7,6 +7,10 @@ Gerrit 2.7 is now available:
link:http://code.google.com/p/gerrit/downloads/detail?name=gerrit-2.7.war[
http://code.google.com/p/gerrit/downloads/detail?name=gerrit-2.7.war]
+Gerrit 2.7 includes the bug fixes done with
+link:ReleaseNotes-2.6.1.html[Gerrit 2.6.1] and
+link:ReleaseNotes-2.6.2.html[Gerrit 2.6.2]. These bug fixes are *not*
+listed in these release notes.
Schema Change
-------------
@@ -31,7 +35,7 @@ Release Highlights
* Comment links configurable per project.
* Themes configurable per project.
* Better support for binary files and images in diff screens.
-* User avatars.
+* User avatars in more places.
* Several new REST APIs.
@@ -69,8 +73,8 @@ Only administrators and users having this capability are allowed to use `stream-
* Allow opening new changes on existing commits.
+
-The %base argument can be used with refs/for/ to identify a specific revision the server should
-start to look for new commits at. Any commits in the range $base..$tip will be opened as a new
+The `%base` argument can be used with `refs/for/` to identify a specific revision the server should
+start to look for new commits at. Any commits in the range `$base..$tip` will be opened as a new
change, even if the commit already has another change on a different branch.
* New setting `gitweb.linkDrafts` to control if gitweb links are shown on drafts.
@@ -83,9 +87,11 @@ draft patch sets.
* Allow changes to be automatically submitted on push.
+
Teams that want to use Gerrit's submit strategies to handle contention on busy
-branches can use %submit to create a change and have it
+branches can use `%submit` to create a change and have it
link:link:http://gerrit-documentation.googlecode.com/svn/Documentation/2.7/user-upload.html#auto_merge[
-immediately submitted], if the caller has Submit permission on refs/for/<ref>.
+immediately submitted], if the caller has Submit permission on `refs/for/<ref>`.
+
+* Allow administrators to see all groups.
Web UI
@@ -95,8 +101,12 @@ Web UI
Global
^^^^^^
-* User avatars are displayed in several places in the Web UI. "Diffy" is used as
-avatar for the Gerrit server itself.
+* User avatars are displayed in more places in the Web UI.
+
+* 'Diffy' is used as avatar for the Gerrit server itself.
+
+* A popup with user profile information is shown when hovering the
+mouse over avatar images.
Change Screens
@@ -122,11 +132,11 @@ change comments.
Diff Screens
^^^^^^^^^^^^
-* Show images in side-by-side and unified diffs
+* Show images in side-by-side and unified diffs.
* Show diffed images above/below each other in unified diffs.
-* Harmonize unified diff's styling of images with that of text
+* Harmonize unified diff's styling of images with that of text.
REST API
@@ -210,11 +220,13 @@ Include change-level messages to the payload returned from
the link:http://gerrit-documentation.googlecode.com/svn/Documentation/2.7/rest-api-changes#get-change-detail[
Get Change Detail REST API endpoint].
+* Correct URL encoding in 'GroupInfo'.
+
Email
~~~~~
-* Log failure to access reviewer list for notification emails
+* Log failure to access reviewer list for notification emails.
* Log when appropriate if email delivery is skipped.
@@ -243,5 +255,5 @@ global capabilities].
* Clarify the
link:http://gerrit-documentation.googlecode.com/svn/Documentation/2.7/config-gerrit.html#cache_names[
-change cache configuration]
+change cache configuration].