[slf4j-dev] [GIT] SLF4J: Simple Logging Facade for Java branch, master, updated. v_1.6.1-30-gec16a08

added by portage for gitosis-gentoo git-noreply at pixie.qos.ch
Tue Apr 19 14:38:46 CEST 2011


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  ec16a083882a4cb9292dc23c9ba2a0f0e3f38964 (commit)
       via  762444cae9cc6a7746daba87234bf1a15f93c294 (commit)
      from  fe7ac5d560f8ff4577e0627505e347de793b03e8 (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=ec16a083882a4cb9292dc23c9ba2a0f0e3f38964
http://github.com/ceki/slf4j/commit/ec16a083882a4cb9292dc23c9ba2a0f0e3f38964

commit ec16a083882a4cb9292dc23c9ba2a0f0e3f38964
Merge: 762444c fe7ac5d
Author: Ceki Gulcu <ceki at qos.ch>
Date:   Tue Apr 19 14:35:44 2011 +0200

    Merge branch 'master' of git.qos.ch:/slf4j


http://git.qos.ch/gitweb/?p=slf4j.git;a=commit;h=762444cae9cc6a7746daba87234bf1a15f93c294
http://github.com/ceki/slf4j/commit/762444cae9cc6a7746daba87234bf1a15f93c294

commit 762444cae9cc6a7746daba87234bf1a15f93c294
Author: Ceki Gulcu <ceki at qos.ch>
Date:   Mon Apr 18 18:39:06 2011 +0200

    ongoing edits

diff --git a/slf4j-site/src/site/pages/faq.html b/slf4j-site/src/site/pages/faq.html
index 79c026c..575f267 100644
--- a/slf4j-site/src/site/pages/faq.html
+++ b/slf4j-site/src/site/pages/faq.html
@@ -358,9 +358,12 @@
     </dt>
 
     <dd>
-      <p>With rare theoretical exceptions, SLF4J versions are backward
-      compatible. This means than you can upgrade from SLF4J version
-      1.0 to any later version without problems.</p>
+      <p>From the clients perspective, the SLF4J API is backward
+      compatible between all versions. This means than you can upgrade
+      from SLF4J version 1.0 to any later version without
+      problems. Code compiled with <em>slf4j-api-versionN.jar</em>
+      will work with <em>slf4j-api-versionM.jar</em> for any versionN
+      and any versionM</p>
 
       <p>However, while the SLF4J API is very stable from the client's
       perspective, SLF4J bindings such as slf4j-simple or

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

Summary of changes:
 slf4j-site/src/site/pages/faq.html |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)


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


More information about the slf4j-dev mailing list