
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 "SLF4J: Simple Logging Facade for Java". The branch, master has been updated via b3e4f220b80c30c7bb9a462dde5aed17d90950eb (commit) from 2cf1b399928f7460277e5d057f8297e2e0551945 (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=slf4j.git;a=commit;h=b3e4f220b80c30c7bb9a462dde5... http://github.com/ceki/slf4j/commit/b3e4f220b80c30c7bb9a462dde5aed17d90950eb commit b3e4f220b80c30c7bb9a462dde5aed17d90950eb Author: Ceki Gulcu <ceki@qos.ch> Date: Tue Jun 12 14:52:22 2012 +0200 mention fixing bug 261 diff --git a/slf4j-site/src/site/pages/news.html b/slf4j-site/src/site/pages/news.html index f5b3c9d..88713a2 100644 --- a/slf4j-site/src/site/pages/news.html +++ b/slf4j-site/src/site/pages/news.html @@ -29,7 +29,17 @@ <hr noshade="noshade" size="1"/> - <h3>11th of June, 2012 of SLF4J 1.6.6</h3> + <h3>2012 - Release of SLF4J 1.6.7</h3> + + <p>The logger field (of type <code>java.util.logging.Logger</code>) + in <code>JDK14LoggerAdapter</code> is now marked as transient. This + fixes <a href="http://bugzilla.slf4j.org/show_bug.cgi?id=261">bug + #261</a>, a serialization problem reported by Thorbjørn Ravn + Andersen.</p> + + <hr noshade="noshade" size="1"/> + + <h3>11th of June, 2012 - Release of SLF4J 1.6.6</h3> <p>Source repository has been moved to <a href="https://github.com/qos-ch/slf4j">https://github.com/qos-ch/slf4j</a> ----------------------------------------------------------------------- Summary of changes: slf4j-site/src/site/pages/news.html | 12 +++++++++++- 1 files changed, 11 insertions(+), 1 deletions(-) hooks/post-receive -- SLF4J: Simple Logging Facade for Java