news about 1.7.30

This commit is contained in:
Ceki Gulcu 2019-12-20 16:27:47 +01:00
parent b0e3ad34f4
commit 230573ab10
2 changed files with 11 additions and 1 deletions

View File

@ -33,7 +33,7 @@
</scm>
<properties>
<latest.stable.version>1.7.29</latest.stable.version>
<latest.stable.version>1.7.30</latest.stable.version>
<!-- java.util.ServiceLoader requires Java 6 -->
<jdk.version>8</jdk.version>
<maven.compiler.source>${jdk.version}</maven.compiler.source>

View File

@ -39,6 +39,15 @@
<hr noshade="noshade" size="1"/>
<h3>16th of December, 2019 - Release of SLF4J 1.7.30</h3>
<p>Fixed a memory leak in case of no provided binding and
multi-threaded initialization as described in <a
href="https://jira.qos.ch/browse/SLF4J-469">SLF4J-469</a>. Many
thanks to David Harsha to providing the relevant PR.</p>
<hr noshade="noshade" size="1"/>
<h3>31st of October, 2019 - Release of SLF4J 1.7.29</h3>
<p>In the pom file for <em>jcl-over-slf4j</em> module, the Apache
@ -47,6 +56,7 @@
java source code and the LICENSE.txt file. </p>
<hr noshade="noshade" size="1"/>
<h3>October 1st, 2019 - Release of SLF4J 2.0.0-alpha1</h3>
<p class="highlight">The the 2.0.x series requires Java&nbsp;8 and