[slf4j-dev] svn commit: r1134 - in slf4j/trunk: slf4j-api slf4j-site/src/site/pages

ceki at slf4j.org ceki at slf4j.org
Fri Sep 12 18:00:51 CEST 2008


Author: ceki
Date: Fri Sep 12 18:00:51 2008
New Revision: 1134

Modified:
   slf4j/trunk/slf4j-api/pom.xml
   slf4j/trunk/slf4j-site/src/site/pages/compatibility.html
   slf4j/trunk/slf4j-site/src/site/pages/news.html

Log:
- additions relative to compatibility report

Modified: slf4j/trunk/slf4j-api/pom.xml
==============================================================================
--- slf4j/trunk/slf4j-api/pom.xml	(original)
+++ slf4j/trunk/slf4j-api/pom.xml	Fri Sep 12 18:00:51 2008
@@ -92,7 +92,7 @@
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>clirr-maven-plugin</artifactId>
         <configuration>
-          <comparisonVersion>1.5.0</comparisonVersion>
+          <comparisonVersion>1.5.2</comparisonVersion>
         </configuration>
       </plugin>
     </plugins>

Modified: slf4j/trunk/slf4j-site/src/site/pages/compatibility.html
==============================================================================
--- slf4j/trunk/slf4j-site/src/site/pages/compatibility.html	(original)
+++ slf4j/trunk/slf4j-site/src/site/pages/compatibility.html	Fri Sep 12 18:00:51 2008
@@ -36,6 +36,32 @@
   contact the slf4j developers list.</p>
 
 
+  <h2><a href="#1_5_3" name="1_5_3">Version 1.5.3 compared to 1.5.2</a></h2>
+
+  <h3>slf4j-api module, list of breaking changes:</h3>
+  
+
+  <table class="bodyTable">
+    <tr>
+      <th>Severity</th>
+      <th>Description</th>
+      <th>Class</th>
+      <th>Method / Field</th>
+    </tr>
+    <tr >
+      <td>Error</td>
+      <td>Added final modifier to class</td>
+      <td>org.slf4j.helpers.MessageFormatter</td>
+      <td></td>
+    </tr>
+  </table>
+
+  <p>Declaring <code>MessageFormatter</code> class as final should not
+  affect users, unless they extend this class. However, since this
+  class is intended to be used internally, very few users should be
+  affected.
+  </p>
+
   <h2><a href="#1_5_2" name="1_5_2">Version 1.5.2 compared to 1.5.1</a></h2>
 
   <p>No breaking changes to report.</p>   

Modified: slf4j/trunk/slf4j-site/src/site/pages/news.html
==============================================================================
--- slf4j/trunk/slf4j-site/src/site/pages/news.html	(original)
+++ slf4j/trunk/slf4j-site/src/site/pages/news.html	Fri Sep 12 18:00:51 2008
@@ -29,6 +29,9 @@
 
   <h3>September 12th, 2008 - Release of SLF4J 1.5.3</h3>
 
+  See also the <a href="compatibility.html#1_5_3">compatibility report
+  for this version</a>.
+
   <p>Added a new module called slf4j-ext for slf4j-extensions. See <a
   href="extensions.html">its documentation</a> for further
   details.</p>



More information about the slf4j-dev mailing list