summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Pursehouse <david.pursehouse@sonymobile.com>2013-10-17 10:05:39 +0900
committerDavid Pursehouse <david.pursehouse@sonymobile.com>2013-10-17 11:58:54 +0900
commit2e99e0fb86c54b7be196f841cdca0386ceed1da7 (patch)
tree3e66e23b6aee4a9a46b54ed06e26c0b02f8394d8
parentea62148983a4cee7ed0e44593a1926782372a768 (diff)
Update 2.8 release notes with recently added fixes and changesv2.8-rc0
Also fix wrong indentation level on the "Upgrades" section, and fix the .war file download link. Change-Id: I820dd163546aefe808b99b6ee079aaef051d97db
-rw-r--r--ReleaseNotes/ReleaseNotes-2.8.txt35
1 files changed, 32 insertions, 3 deletions
diff --git a/ReleaseNotes/ReleaseNotes-2.8.txt b/ReleaseNotes/ReleaseNotes-2.8.txt
index c07ae6c641..463e4d5468 100644
--- a/ReleaseNotes/ReleaseNotes-2.8.txt
+++ b/ReleaseNotes/ReleaseNotes-2.8.txt
@@ -4,8 +4,8 @@ Release notes for Gerrit 2.8
Gerrit 2.8 is now available:
-link:http://code.google.com/p/gerrit/downloads/detail?name=gerrit-2.8.war[
-http://code.google.com/p/gerrit/downloads/detail?name=gerrit-2.8.war]
+link:https://gerrit-releases.storage.googleapis.com/gerrit-2.8-rc0.war[
+https://gerrit-releases.storage.googleapis.com/gerrit-2.8-rc0.war]
Schema Change
@@ -49,6 +49,8 @@ JavaScript API] for plugins.
* New build system using Facebook's link:http://facebook.github.io/buck/[Buck].
+* New core plugin: Download Commands.
+
New Features
------------
@@ -407,6 +409,16 @@ entries in Gerrit's top menu].
link:http://gerrit-documentation.googlecode.com/svn/Documentation/2.8/dev-plugins.html#stream-events[
send events to the events stream].
+* Plugins may now bind multiple SSH commands to the same implementation class.
+
+* Plugins may now provide
+link:http://gerrit-documentation.googlecode.com/svn/Documentation/2.8/dev-plugins.html#download-commands[
+download schemes and download commands].
++
+Commonly used download schemes and commands are moved out of core
+Gerrit and are now implemented by a new core plugin, `download-commands`.
+
+
Commit Message Length Checker
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -514,6 +526,8 @@ Fix handling of projects with trailing ".git" suffix.
* Limit retrying of submitted changes to 12 hours.
+* Don't allow project owners to delete branches if force push is blocked.
+
Configuration
~~~~~~~~~~~~~
@@ -555,6 +569,8 @@ The "Keyboard Shortcuts" help popup can be closed by pressing the Escape key.
* link:https://code.google.com/p/gerrit/issues/detail?id=2013[Issue 2013]:
Correctly populate the list of watched changes when watching more than one project.
+* Display "Working..." when header is hidden.
+
Change Screens
^^^^^^^^^^^^^^
@@ -640,6 +656,15 @@ Global
* Plugin documentation links are opened in a new tab.
+* The GitReferenceUpdatedListener.Event API is simplified.
++
+The Event exposed the getUpdates method which implied that one Event
+could contain updates of more than one reference. However, this feature
+was never used.
++
+The API is simplified in the sense that one Event now corresponds to
+one ref update only.
+
Review Notes
^^^^^^^^^^^^
@@ -676,12 +701,16 @@ Documentation
* The link:http://gerrit-documentation.googlecode.com/svn/Documentation/2.8/index.html[
documentation index page] is rewritten in a hierarchical structure.
+* Documentation of
+link:http://gerrit-documentation.googlecode.com/svn/Documentation/2.8/config-project-config.txt[
+project configuration] is added.
+
* Various spelling mistakes are corrected in the documentation and previous
release notes.
Upgrades
-~~~~~~~~
+--------
* Update JGit to 3.0.0.201306101825-r.41-g84d2738
* Update gwtorm to 1.7