[slf4j-dev] [GIT] SLF4J: Simple Logging Facade for Java branch, master, updated. v1.5.11-4-g75cf4a0

added by portage for gitosis-gentoo git-noreply at pixie.qos.ch
Sun Apr 4 21:48:49 CEST 2010


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  75cf4a0c012f4158246e15f7231360afd948faa5 (commit)
      from  ce80c41d794f025b9230045232f27c52e4b801a8 (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=75cf4a0c012f4158246e15f7231360afd948faa5
http://github.com/ceki/slf4j/commit/75cf4a0c012f4158246e15f7231360afd948faa5

commit 75cf4a0c012f4158246e15f7231360afd948faa5
Author: Ceki Gulcu <ceki at qos.ch>
Date:   Sun Apr 4 21:47:12 2010 +0200

    Fixed bug 170 by a bare-bones implementation of the NDC class in
    log4j-over-slf4j.

diff --git a/log4j-over-slf4j/src/main/resources/META-INF/MANIFEST.MF b/log4j-over-slf4j/src/main/resources/META-INF/MANIFEST.MF
index bc459b6..b9d2bbe 100644
--- a/log4j-over-slf4j/src/main/resources/META-INF/MANIFEST.MF
+++ b/log4j-over-slf4j/src/main/resources/META-INF/MANIFEST.MF
@@ -3,4 +3,5 @@ Bundle-SymbolicName: log4j.over.slf4j
 Bundle-Name: log4j-over-slf4j
 Bundle-Vendor: SLF4J.ORG
 Export-Package: org.apache.log4j
-Import-Package: org.slf4j, org.slf4j.spi
+Import-Package: org.slf4j, org.slf4j.helpers, org.slf4j.spi
+
diff --git a/slf4j-site/src/site/pages/news.html b/slf4j-site/src/site/pages/news.html
index 32626ae..924333f 100644
--- a/slf4j-site/src/site/pages/news.html
+++ b/slf4j-site/src/site/pages/news.html
@@ -39,6 +39,11 @@
    </p>
 
 
+   <p>Fixed <a
+   href="http://bugzilla.slf4j.org/show_bug.cgi?id=170">bug 170</a> by
+   a bare-bones implementation of the <code>NDC</code> class in
+   log4j-over-slf4j.</p>
+
 
    <hr noshade="noshade" size="1"/>
 

-----------------------------------------------------------------------

Summary of changes:
 .../src/main/resources/META-INF/MANIFEST.MF        |    3 ++-
 slf4j-site/src/site/pages/news.html                |    5 +++++
 2 files changed, 7 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
SLF4J: Simple Logging Facade for Java


More information about the slf4j-dev mailing list