
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Logback: the generic, reliable, fast and flexible logging framework.". The branch, master has been updated via 187647c5d3552e665cf365cf0fdfdf4023227b02 (commit) from bca247de428261b8c99c2a02cc4fc8ca580d78d2 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- http://git.qos.ch/gitweb/?p=logback.git;a=commit;h=187647c5d3552e665cf365cf0... http://github.com/ceki/logback/commit/187647c5d3552e665cf365cf0fdfdf4023227b... commit 187647c5d3552e665cf365cf0fdfdf4023227b02 Author: Ceki Gulcu <ceki@qos.ch> Date: Wed Jun 29 12:34:45 2011 +0200 blurb about multiple email destinations separated by commas diff --git a/logback-site/src/site/pages/manual/appenders.html b/logback-site/src/site/pages/manual/appenders.html index f384485..72838df 100644 --- a/logback-site/src/site/pages/manual/appenders.html +++ b/logback-site/src/site/pages/manual/appenders.html @@ -1731,9 +1731,13 @@ public interface TriggeringPolicy<E> extends LifeCycle { <td>The email address of the recipient as a <em>pattern</em>. The pattern is evaluated anew with the triggering event as input for each outgoing email. Multiple - recipients can be specified by using several - <code><to></code> elements.</td> + recipients can be specified by separating the destination + addresses with commas. Alternatively, multiple recipients can + also be specified by using multiple <code><to></code> + elements. + </td> </tr> + <tr class="alt"> <td><b><span class="option">from</span></b></td> <td><code>String</code></td> diff --git a/logback-site/src/site/pages/news.html b/logback-site/src/site/pages/news.html index fb530d1..dedf41c 100644 --- a/logback-site/src/site/pages/news.html +++ b/logback-site/src/site/pages/news.html @@ -28,6 +28,22 @@ <hr width="80%" align="center" /> + <h3>July xxx, 2011 - Release of version 0.9.30</h3> + + <p>It is now possible to specify multiple destination addresses + separated by commas in the the <span class="option">to</span> + property of <code>SMTPAppender</code>. This fixes <a + href="http://jira.qos.ch/browse/LBCORE-213">LBCORE-213</a> + reported by Alexandre Garnier who also provided the relevant + patch. In previous versions of logback multiple destination + addresses could only be specified by using multiple <span + class="option">to</span> properties. As of version 0.9.30 both + comma separated addresses and multiple <span + class="option">to</span> properties are suported. + </p> + + <hr width="80%" align="center" /> + <h3>June 9th, 2011 - Release of version 0.9.29</h3> <p>Fixed <a ----------------------------------------------------------------------- Summary of changes: logback-site/src/site/pages/manual/appenders.html | 8 ++++++-- logback-site/src/site/pages/news.html | 16 ++++++++++++++++ 2 files changed, 22 insertions(+), 2 deletions(-) hooks/post-receive -- Logback: the generic, reliable, fast and flexible logging framework.