about to release 1.7.5

This commit is contained in:
Ceki Gulcu 2013-03-25 21:29:23 +01:00
parent 4dc6af1af7
commit 884d46eeff
16 changed files with 31 additions and 15 deletions

View File

@ -6,7 +6,7 @@
<parent>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-parent</artifactId>
<version>1.7.4</version>
<version>1.7.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

View File

@ -4,7 +4,7 @@
<parent>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-parent</artifactId>
<version>1.7.4</version>
<version>1.7.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

View File

@ -6,7 +6,7 @@
<parent>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-parent</artifactId>
<version>1.7.4</version>
<version>1.7.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

View File

@ -5,7 +5,7 @@
<parent>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-parent</artifactId>
<version>1.7.4</version>
<version>1.7.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

View File

@ -3,7 +3,7 @@
<parent>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-parent</artifactId>
<version>1.7.4</version>
<version>1.7.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

View File

@ -7,7 +7,7 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-parent</artifactId>
<version>1.7.4</version>
<version>1.7.5</version>
<packaging>pom</packaging>
<name>SLF4J</name>

View File

@ -5,7 +5,7 @@
<parent>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-parent</artifactId>
<version>1.7.4</version>
<version>1.7.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

View File

@ -5,7 +5,7 @@
<parent>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-parent</artifactId>
<version>1.7.4</version>
<version>1.7.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

View File

@ -3,7 +3,7 @@
<parent>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-parent</artifactId>
<version>1.7.4</version>
<version>1.7.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

View File

@ -6,7 +6,7 @@
<parent>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-parent</artifactId>
<version>1.7.4</version>
<version>1.7.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

View File

@ -6,7 +6,7 @@
<parent>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-parent</artifactId>
<version>1.7.4</version>
<version>1.7.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

View File

@ -7,7 +7,7 @@
<parent>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-parent</artifactId>
<version>1.7.4</version>
<version>1.7.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

View File

@ -6,7 +6,7 @@
<parent>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-parent</artifactId>
<version>1.7.4</version>
<version>1.7.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

View File

@ -4,7 +4,7 @@
<parent>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-parent</artifactId>
<version>1.7.4</version>
<version>1.7.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

View File

@ -5,7 +5,7 @@
<parent>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-parent</artifactId>
<version>1.7.4</version>
<version>1.7.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

View File

@ -29,6 +29,22 @@
<hr noshade="noshade" size="1"/>
<h3>25th of March, 2013 - Release of SLF4J 1.7.5</h3>
<p>The logger factories in most SLF4J modules namely in
jcl-over-slf4j, log4j-over-slf4j, slf4j-jcl, slf4j-jdk14,
slf4j-log4j12, and slf4j-simple now use a
<code>ConcurrentHashMap</code> instead of a regular
<code>HashMap</code> to cache logger instances. This change
significantly improves logger retrieval times at the cost of some
memory overhead. This change was request in <a
href="http://bugzilla.slf4j.org/show_bug.cgi?id=298">bug #298</a>
by Taras Tielkes who also provided the relevant patch.
</p>
<hr noshade="noshade" size="1"/>
<h3>18th of March, 2013 - Release of SLF4J 1.7.4</h3>
<p>Added a package private <code>reset()</code> method to