From 230573ab101feee4bbdfdd6c2134db32b8eaacb0 Mon Sep 17 00:00:00 2001 From: Ceki Gulcu Date: Fri, 20 Dec 2019 16:27:47 +0100 Subject: [PATCH] news about 1.7.30 --- pom.xml | 2 +- slf4j-site/src/site/pages/news.html | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 52e42a7a..6cb6d8f2 100755 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ - 1.7.29 + 1.7.30 8 ${jdk.version} diff --git a/slf4j-site/src/site/pages/news.html b/slf4j-site/src/site/pages/news.html index 18ba5fce..ec61f351 100755 --- a/slf4j-site/src/site/pages/news.html +++ b/slf4j-site/src/site/pages/news.html @@ -39,6 +39,15 @@
+

16th of December, 2019 - Release of SLF4J 1.7.30

+ +

Fixed a memory leak in case of no provided binding and + multi-threaded initialization as described in SLF4J-469. Many + thanks to David Harsha to providing the relevant PR.

+ +
+

31st of October, 2019 - Release of SLF4J 1.7.29

In the pom file for jcl-over-slf4j module, the Apache @@ -47,6 +56,7 @@ java source code and the LICENSE.txt file.


+

October 1st, 2019 - Release of SLF4J 2.0.0-alpha1

The the 2.0.x series requires Java 8 and