
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 214a78548b48b2c1f39ee0ce0d2ab51a85511e64 (commit) from dc9180b6daf4950b601e9137fff093d4ba093a70 (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=214a78548b48b2c1f39ee0ce0... http://github.com/ceki/logback/commit/214a78548b48b2c1f39ee0ce0d2ab51a85511e... commit 214a78548b48b2c1f39ee0ce0d2ab51a85511e64 Author: Ceki Gulcu <ceki@qos.ch> Date: Thu Dec 22 00:12:25 2011 +0100 add blurb about LBCORE-242 diff --git a/logback-site/src/site/pages/news.html b/logback-site/src/site/pages/news.html index dd9ba9a..5a399c7 100644 --- a/logback-site/src/site/pages/news.html +++ b/logback-site/src/site/pages/news.html @@ -29,7 +29,7 @@ <hr width="80%" align="center" /> - <h3>xx of November, 2011 - Release of version 1.0.1</h3> + <h3>xx of December, 2011 - Release of version 1.0.1</h3> <p>Added new property the <span class="option">cleanHistoryOnStart</span> to <a @@ -41,6 +41,11 @@ reported by Bruce E. Irving. </p> + <p>It is now possible to specify multiple %d token in the file + name pattern of TimeBasedRollingPolicy. This feature was requested + in <a href="http://jira.qos.ch/browse/LBCORE-242">/LBCORE-242</a> + by Thomas Corte.</p> + <p>Logback now supports suppressed exceptions introduced in Java 7. This fixes <a href="http://jira.qos.ch/browse/LBCLASSIC-276">LBCLASSIC-276</a>. ----------------------------------------------------------------------- Summary of changes: logback-site/src/site/pages/news.html | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) hooks/post-receive -- Logback: the generic, reliable, fast and flexible logging framework.