You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-dev@logging.apache.org by mw...@apache.org on 2005/12/11 08:07:34 UTC

svn commit: r355929 - in /logging/log4j/trunk: docs/documentation.html docs/download.html docs/plan.html src/xdocs/documentation.xml src/xdocs/download.xml src/xdocs/plan.xml

Author: mwomack
Date: Sat Dec 10 23:07:26 2005
New Revision: 355929

URL: http://svn.apache.org/viewcvs?rev=355929&view=rev
Log:
updated with 1.2.13 release information

Modified:
    logging/log4j/trunk/docs/documentation.html
    logging/log4j/trunk/docs/download.html
    logging/log4j/trunk/docs/plan.html
    logging/log4j/trunk/src/xdocs/documentation.xml
    logging/log4j/trunk/src/xdocs/download.xml
    logging/log4j/trunk/src/xdocs/plan.xml

Modified: logging/log4j/trunk/docs/documentation.html
URL: http://svn.apache.org/viewcvs/logging/log4j/trunk/docs/documentation.html?rev=355929&r1=355928&r2=355929&view=diff
==============================================================================
--- logging/log4j/trunk/docs/documentation.html (original)
+++ logging/log4j/trunk/docs/documentation.html Sat Dec 10 23:07:26 2005
@@ -69,7 +69,7 @@
         
         <p>
           <li>
-            <b>javadoc: <a href="api/index.html">1.2.12</a>, <a href="api-unstable/index.html">1.3 alpha 6</a></b>
+            <b>javadoc: <a href="api/index.html">1.2.13</a>, <a href="api-unstable/index.html">1.3 alpha 7</a></b>
           </li>
         </p>
         

Modified: logging/log4j/trunk/docs/download.html
URL: http://svn.apache.org/viewcvs/logging/log4j/trunk/docs/download.html?rev=355929&r1=355928&r2=355929&view=diff
==============================================================================
--- logging/log4j/trunk/docs/download.html (original)
+++ logging/log4j/trunk/docs/download.html Sat Dec 10 23:07:26 2005
@@ -53,21 +53,15 @@
 	   <div class="centercol">
              <hr noshade="" size="1"/>
 		       
-                                         <h1>log4j version 1.2.12</strong></h1>
+                                         <h1>log4j version 1.2.13</strong></h1>
                                     <p>Log4j is <a href="http://logging.apache.org/site/binindex.cgi"><b>available
 	      for download</b></a> from a number of mirrors. Please
 	      use these mirrors as they improve download time and save
 	      bandwidth.
 	  </p>
-                                                <p>Log4j version 1.2.12 contains a number of bug fixes, the addition of
-    the long awaited built-in TRACE level, and is compilation and runtime
-    compatible with the earlier JDK's 1.1 and 1.2 (this compatibility was
-    inadvertently broken in version 1.2.11 of log4j).  Even with the addition
-    of the TRACE level, the log4j classes appear to be serializable compatible,
-    though it is recommended that you use the same version of log4j for the sender
-    and receiver when sending logging events remotely such as with SocketAppender.
-    Other than the addition of the TRACE level, the api is identical to 
-    previous versions of 1.2.X.
+                                                <p>Log4j version 1.2.13 contains several bug fixes related to the TRACE
+    level introduced in version 1.2.12 and a fix in the ConsoleAppender
+    for a bug that affected JBoss.
     </p>
                                                 <p>The next major release of log4j will be version 1.3.  It will contain
     many new features and changes, and if you have written custom code, it may

Modified: logging/log4j/trunk/docs/plan.html
URL: http://svn.apache.org/viewcvs/logging/log4j/trunk/docs/plan.html?rev=355929&r1=355928&r2=355929&view=diff
==============================================================================
--- logging/log4j/trunk/docs/plan.html (original)
+++ logging/log4j/trunk/docs/plan.html Sat Dec 10 23:07:26 2005
@@ -69,28 +69,14 @@
       listed. Programming is fun, especially if it is done in a
       team.
       </p>
-                                                                           <h1>Release 1.2.12</strong></h1>
-                                    <p>Expected timeframe: End of July, 2005</p>
-                                                <p>Version 1.2.12 is planned primarily as a bug fix release.  It will be
-      addressing major bugs where the fixes do not require api changes.  If you
-      have a bug or problem that you feel should be addressed, please make sure
-      that is reported in the log4j bug database and highlight it as a candidate
-      for the 1.2.12 release.
-      </p>
-                                                <p>The log4j committers did decide to include one change in the 1.2 api
-      for the 1.2.12 release: adding the TRACE level as a level choice with
-      supporting methods to log messages for that level and check if the level
-      is enabled.  The change is minor and should not cause problems with
-      existing deployments that use version 1.2.12 throughout.  However, the
-      committers reserve the right to not include it if it appears to break too
-      much.
-      </p>
-                                                <p>It is expected that version 1.2.12 will be the last release for the
-      1.2 branch, the next major release being version 1.3.  However, if a
+                                                                           <h1>Release 1.2.X</strong></h1>
+                                    <p>Expected timeframe: None</p>
+                                                <p>No more releases on the 1.2.X codebase are currently planned.  Efforts
+      will now be focused on getting the 1.3 version shipped. However, if a 
       critical bug fix is needed, another version will be released.
       </p>
                                                                            <h1>Release 1.3</strong></h1>
-                                    <p>Expected timeframe: October, 2005</p>
+                                    <p>Expected timeframe: mid 2006</p>
                                                 <p>The work for version 1.3 has been ongoing for a long time now, and it
       is time to button it up and let others take it for a ride.  Reviewing,
       stablizing, and testing the 1.3 code for release is the major goal for

Modified: logging/log4j/trunk/src/xdocs/documentation.xml
URL: http://svn.apache.org/viewcvs/logging/log4j/trunk/src/xdocs/documentation.xml?rev=355929&r1=355928&r2=355929&view=diff
==============================================================================
--- logging/log4j/trunk/src/xdocs/documentation.xml (original)
+++ logging/log4j/trunk/src/xdocs/documentation.xml Sat Dec 10 23:07:26 2005
@@ -27,7 +27,7 @@
         
         <p>
           <li>
-            <b>javadoc: <a href="api/index.html">1.2.12</a>, <a href="api-unstable/index.html">1.3 alpha 6</a></b>
+            <b>javadoc: <a href="api/index.html">1.2.13</a>, <a href="api-unstable/index.html">1.3 alpha 7</a></b>
           </li>
         </p>
         

Modified: logging/log4j/trunk/src/xdocs/download.xml
URL: http://svn.apache.org/viewcvs/logging/log4j/trunk/src/xdocs/download.xml?rev=355929&r1=355928&r2=355929&view=diff
==============================================================================
--- logging/log4j/trunk/src/xdocs/download.xml (original)
+++ logging/log4j/trunk/src/xdocs/download.xml Sat Dec 10 23:07:26 2005
@@ -9,7 +9,7 @@
     <meta name="keywords" content="java, log4j download, logging, tracing, component, framework, API, log4j"/>
       <body>
 	
-      <section name="log4j version 1.2.12">
+      <section name="log4j version 1.2.13">
 	  <p>Log4j is <a
 	      href="http://logging.apache.org/site/binindex.cgi"><b>available
 	      for download</b></a> from a number of mirrors. Please
@@ -17,15 +17,9 @@
 	      bandwidth.
 	  </p>
 	  
-	  <p>Log4j version 1.2.12 contains a number of bug fixes, the addition of
-    the long awaited built-in TRACE level, and is compilation and runtime
-    compatible with the earlier JDK's 1.1 and 1.2 (this compatibility was
-    inadvertently broken in version 1.2.11 of log4j).  Even with the addition
-    of the TRACE level, the log4j classes appear to be serializable compatible,
-    though it is recommended that you use the same version of log4j for the sender
-    and receiver when sending logging events remotely such as with SocketAppender.
-    Other than the addition of the TRACE level, the api is identical to 
-    previous versions of 1.2.X.
+	  <p>Log4j version 1.2.13 contains several bug fixes related to the TRACE
+    level introduced in version 1.2.12 and a fix in the ConsoleAppender
+    for a bug that affected JBoss.
     </p>
 
     <p>The next major release of log4j will be version 1.3.  It will contain

Modified: logging/log4j/trunk/src/xdocs/plan.xml
URL: http://svn.apache.org/viewcvs/logging/log4j/trunk/src/xdocs/plan.xml?rev=355929&r1=355928&r2=355929&view=diff
==============================================================================
--- logging/log4j/trunk/src/xdocs/plan.xml (original)
+++ logging/log4j/trunk/src/xdocs/plan.xml Sat Dec 10 23:07:26 2005
@@ -29,33 +29,17 @@
 
     </section>
 
-    <section name="Release 1.2.12">
-      <p>Expected timeframe: End of July, 2005</p>
+    <section name="Release 1.2.X">
+      <p>Expected timeframe: None</p>
       
-      <p>Version 1.2.12 is planned primarily as a bug fix release.  It will be
-      addressing major bugs where the fixes do not require api changes.  If you
-      have a bug or problem that you feel should be addressed, please make sure
-      that is reported in the log4j bug database and highlight it as a candidate
-      for the 1.2.12 release.
-      </p>
-      
-      <p>The log4j committers did decide to include one change in the 1.2 api
-      for the 1.2.12 release: adding the TRACE level as a level choice with
-      supporting methods to log messages for that level and check if the level
-      is enabled.  The change is minor and should not cause problems with
-      existing deployments that use version 1.2.12 throughout.  However, the
-      committers reserve the right to not include it if it appears to break too
-      much.
-      </p>
-      
-      <p>It is expected that version 1.2.12 will be the last release for the
-      1.2 branch, the next major release being version 1.3.  However, if a
+      <p>No more releases on the 1.2.X codebase are currently planned.  Efforts
+      will now be focused on getting the 1.3 version shipped. However, if a 
       critical bug fix is needed, another version will be released.
       </p>
     </section>
     
     <section name="Release 1.3">
-      <p>Expected timeframe: October, 2005</p>
+      <p>Expected timeframe: mid 2006</p>
       
       <p>The work for version 1.3 has been ongoing for a long time now, and it
       is time to button it up and let others take it for a ride.  Reviewing,



---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org