diff --git a/slf4j-site/src/site/pages/news.html b/slf4j-site/src/site/pages/news.html index 074a74688..96d57b808 100644 --- a/slf4j-site/src/site/pages/news.html +++ b/slf4j-site/src/site/pages/news.html @@ -30,8 +30,15 @@
SLF4J version 1.5.7 consist of bug fixes and minor - enhancements. It is totally compatible with SLF4J version 1.5.6.
+ enhancements. It is totally backward compatible with SLF4J version + 1.5.6. +In SLF4J versions 1.5.5 and 1.5.6, the LoggerFactory
+ class which is at the core of SLF4J, mistakenly invoked a method
+ which was added in JDK 1.5. Consequently, SLF4J versions 1.5.5 and
+ 1.5.6 would not run with JDK 1.4 and earlier.
+
SLF4J will now emit a warning if more than one binding is present
on the class path. This enhancement was proposed in bug 132
diff --git a/src/main/assembly/source.xml b/src/main/assembly/source.xml
index 7ac01f6ff..9606f9a4f 100644
--- a/src/main/assembly/source.xml
+++ b/src/main/assembly/source.xml
@@ -283,15 +283,6 @@
-
-