Merge branch 'stable-2.8'

* stable-2.8:
  Fix broken link in 2.7 release notes
  Set up Release Notes for 2.8.1

Change-Id: Ib12d022953e15ef6091f9ee76996e9f49f3abee7
This commit is contained in:
David Pursehouse 2013-12-09 17:22:16 +09:00
commit 8c69750300
3 changed files with 18 additions and 1 deletions

@ -73,7 +73,7 @@ Gerrit server requires authentication globally.
* New 'Stream Events' global capability.
+
The link:http://gerrit-documentation.googlecode.com/svn/Documentation/2.7/access-control.txt#capability_streamEvents[
The link:http://gerrit-documentation.googlecode.com/svn/Documentation/2.7/access-control.html#capability_streamEvents[
Stream Events capability] controls access to the `stream-events` ssh command.
+
Only administrators and users having this capability are allowed to use `stream-events`.

@ -0,0 +1,16 @@
Release notes for Gerrit 2.8.1
==============================
There are no schema changes from link:ReleaseNotes-2.8.html[2.8].
link:https://gerrit-releases.storage.googleapis.com/gerrit-2.8.1.war[https://gerrit-releases.storage.googleapis.com/gerrit-2.8.1.war]
Bug Fixes
---------
* link:https://code.google.com/p/gerrit/issues/detail?id=2073[Issue 2073]:
Changes that depend on outdated patch sets were missing in the related changes list.
+
After rebasing the first change the other changes disappeared from the related changes list.
* Fix plugin API packaging. Parts from JGit signed library were included in the
plugin API. As a consequence unit tests were failing to execute against it.

@ -9,6 +9,7 @@ Version 2.9.x
[[2_8]]
Version 2.8.x
-------------
* link:ReleaseNotes-2.8.1.html[2.8.1]
* link:ReleaseNotes-2.8.html[2.8]
[[2_7]]