
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 3e8ea18b3fdd9e4adc9d853216a41022307aa29d (commit) from f6b2d46bf4de81cfb3ce14329c41626e037b7b5d (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=3e8ea18b3fdd9e4adc9d85321... http://github.com/ceki/logback/commit/3e8ea18b3fdd9e4adc9d853216a41022307aa2... commit 3e8ea18b3fdd9e4adc9d853216a41022307aa29d Author: Ceki Gulcu <ceki@qos.ch> Date: Wed Sep 28 22:46:04 2011 +0200 blurb on lbcore-224 diff --git a/logback-site/src/site/pages/news.html b/logback-site/src/site/pages/news.html index f41678a..bdda443 100644 --- a/logback-site/src/site/pages/news.html +++ b/logback-site/src/site/pages/news.html @@ -28,8 +28,16 @@ <hr width="80%" align="center" /> - <h3>September 21st, 2011 - Release of version 0.9.30</h3> + <h3>... .. , 2011 - Release of version 0.9.31</h3> + + <p>Investigation of <a + href="http://jira.qos.ch/browse/LBCORE-224">LBCORE-224</a> + reported by Cesar Alvarez Nunez points to bug in the JVM rather + than in logbacl. A workaround has been found by using + <code>CopyOnWriteArrayList</code> instead of the apparently buggy + <code>ReadWriteLock</code>.</p> + <h3>September 21st, 2011 - Release of version 0.9.30</h3> <p>Archive removal can now deal with prolonged periods of application inactivity and application stop and restarts. The ----------------------------------------------------------------------- Summary of changes: logback-site/src/site/pages/news.html | 10 +++++++++- 1 files changed, 9 insertions(+), 1 deletions(-) hooks/post-receive -- Logback: the generic, reliable, fast and flexible logging framework.