Update 2.8 release notes with recent changes and fixes

Change-Id: I71d642f3d3c5d4c10fc9bca70e8bc7459eeffb7b
This commit is contained in:
David Pursehouse 2013-08-21 11:36:09 +09:00
parent 8a2a7f62c1
commit d5c50f144e

View File

@ -69,6 +69,9 @@ With the config properties `auth.httpDisplaynameHeader` and `auth.httpEmailHeade
it is possible to configure the name of the headers used for propagating this extra
information and enforce them on the user profile during login and beyond.
* link:http://gerrit-documentation.googlecode.com/svn/Documentation/2.8/config_gerrit.html#_a_id_httpd_a_section_httpd[
Customizable registration page for HTTP authentication].
* link:http://gerrit-documentation.googlecode.com/svn/Documentation/2.8/config_gerrit.html#_a_id_httpd_a_section_httpd[
Configurable external `robots.txt` file].
@ -249,6 +252,9 @@ List child projects]
* link:http://gerrit-documentation.googlecode.com/svn/Documentation/2.8/rest-api-projects.html#get-child-project[
Get child project]
* link:http://gerrit-documentation.googlecode.com/svn/Documentation/2.8/rest-api-projects.html#set-config[
Set configuration]
Capabilities
~~~~~~~~~~~~
@ -278,6 +284,9 @@ Emails
* The `RebasedPatchSet` template is removed. Email notifications for rebased
changes are now sent with the `ReplacePatchSet` template.
* Comment notification emails now include context of comments that are replied
to, and links to the file(s) in which comments are made.
Plugins
~~~~~~~
@ -383,6 +392,9 @@ General
Since there can be multiple changes with the same commit on different branches,
use the parent change on the same branch during rebase.
* link:https://code.google.com/p/gerrit/issues/detail?id=600[Issue 600]:
Fix change stuck in SUBMITTED state but actually merged.
Configuration
~~~~~~~~~~~~~
@ -400,6 +412,9 @@ The link:http://gerrit-documentation.googlecode.com/svn/Documentation/2.8/cmd-ho
* link:https://code.google.com/p/gerrit/issues/detail?id=2045[Issue 2045]:
Define user scope when parsing server config.
* link:https://code.google.com/p/gerrit/issues/detail?id=1990[Issue 1990]:
Support optional Certificate Revocation List (CRL) with `CLIENT_SSL_CERT_LDAP`.
Web UI
~~~~~~