[slf4j-dev] svn commit: r733 - slf4j/trunk/slf4j-site/src/site/resources
ceki at slf4j.org
ceki at slf4j.org
Fri Feb 16 22:50:32 CET 2007
Author: ceki
Date: Fri Feb 16 22:50:32 2007
New Revision: 733
Modified:
slf4j/trunk/slf4j-site/src/site/resources/news.html
Log:
updates news
Modified: slf4j/trunk/slf4j-site/src/site/resources/news.html
==============================================================================
--- slf4j/trunk/slf4j-site/src/site/resources/news.html (original)
+++ slf4j/trunk/slf4j-site/src/site/resources/news.html Fri Feb 16 22:50:32 2007
@@ -30,10 +30,30 @@
<hr noshade="noshade" size="1"/>
<h3>Fabruary xx, 2007 - Release of SLF4J 1.3</h3>
- <p>This release consists of rearrangement of packages, while transparent to the end-user, make
- SLF4J even more OSGi friendly. In particular, the <code>org.slf4j</code> is
- entirely contained within <em>slf4j-api.jar</em> whereas the <code>org.slf4j.impl</code> package is entirely contained within each binding. </p>
- <p>It is now possible to obtain the root logger of the underlying logging implementation by requesting a logger named "ROOT". This feature was requested by Sebastien Davids in <a href="http://bugzilla.slf4j.org/show_bug.cgi?id=35">bug report 35</a>. </p>
+
+ <p>This release consists of rearrangement of classes among
+ projects. More specifically, the
+ <code>org.slf4j.LoggerFactory</code> class is now packaged within
+ the <em>slf4j-api.jar</em> file instead of the various slf4j
+ bindings. It follows that client code needs to depend on only
+ slf4j-api in order to compile, while the various slf4j bindinds
+ are only neded as runtime dependencies.
+ </p>
+
+ <p><a href="http://bugzilla.slf4j.org/show_bug.cgi?id=23">Bug
+ number 23</a> has been fixed, at the cost of minor and backward
+ compatible changes. In other words, jcl104-over-slf4j now
+ preserves caller location information.
+ </p>
+
+ <p>It is now possible to obtain the root logger of the underlying
+ logging implementation by requesting a logger named
+ "ROOT". This feature was requested by Sebastien Davids
+ in <a href="http://bugzilla.slf4j.org/show_bug.cgi?id=35">bug
+ report 35</a>. </p>
+
+ <hr noshade="noshade" size="1"/>
+
<h3>January 24th, 2007 - Release of SLF4J 1.2</h3>
<p>This release includes several modifications to make SLF4J
an <a href="http://www.osgi.org/">OSGi</a>-friendly framework.
@@ -45,6 +65,8 @@
<p>Marker objects are now Serializable.
</p>
+ <hr noshade="noshade" size="1"/>
+
<h3>December 21st, 2006 - Release of SLF4J 1.1.0 (final)</h3>
<p>This release consists of minor bug fixes and documentation
More information about the slf4j-dev
mailing list