Add email related bugfixes in the 2.6 release notes

Change-Id: Icfad2a5871a1e80d29cd0522e02d50503536d47a
This commit is contained in:
David Pursehouse
2013-03-06 15:37:24 +09:00
parent b58a18d23b
commit dc018df9d6

View File

@@ -107,11 +107,13 @@ EMail
~~~~~
* link:https://code.google.com/p/gerrit/issues/detail?id=1531[Issue 1531]:
Email footers now include `Gerrit-HasComments: {Yes|No}`.
* Notifications configured in project.config can now be addressed
* Notifications configured in `project.config` can now be addressed
using any of To, CC, or BCC headers.
* `#if($email.hasInlineComments())` can be used in templates to test
if there are comments to be included in this email.
* Notification emails are sent to included groups.
* Comment notification emails are sent to project watchers.
* "Change Merged" emails include the diff output when `sendemail.includeDiff` is enabled.
Upgrades
~~~~~~~~
@@ -156,6 +158,20 @@ SSH
`review --message` only adds the message once.
* `ls-groups` prints "N/A" if the group's name is not set.
EMail
~~~~~
* Missing email templates are added to the site initialization.
* Merge failure emails are only sent once per day.
* Unused macros are removed from the mail templates.
* Unnecessary ellipses are no longer applied to email subjects.
* The diff output from an "octopus merge" is made more readable in change notification emails.
* link:https://code.google.com/p/gerrit/issues/detail?id=1480[Issue 1480]:
Proper error message is shown when registering an email address fails.
* link:https://code.google.com/p/gerrit/issues/detail?id=1692[Issue 1692]:
Review comments are sorted before being added to notification emails.
Documentation
-------------