diff --git a/ReleaseNotes/ReleaseNotes-2.8.txt b/ReleaseNotes/ReleaseNotes-2.8.txt index 59c807e0a8..1c63983f5a 100644 --- a/ReleaseNotes/ReleaseNotes-2.8.txt +++ b/ReleaseNotes/ReleaseNotes-2.8.txt @@ -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 ~~~~~~