ceki 02/05/09 14:50:46
Modified: xdocs index.xml
docs index.html
xdocs/site binindex.xml news.xml
docs/site binindex.html news.html
Log:
Added log4j 1.2 related news. Also removed log4j entry in xdocs/site/binindex.xml.
Revision Changes Path
1.77 +1 -1 jakarta-site2/xdocs/index.xml
Index: index.xml
===================================================================
RCS file: /home/cvs/jakarta-site2/xdocs/index.xml,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- index.xml 7 May 2002 18:36:51 -0000 1.76
+++ index.xml 9 May 2002 21:50:45 -0000 1.77
@@ -12,12 +12,12 @@
<section name="Product News">
<p>
<ul>
+<li><a href="site/news.html#0509.1">09 May 2002 - log4j 1.2 final Released</a></li>
<li><a href="site/news.html#0507.1">07 May 2002 - Torque 3.0 beta 2
Released</a></li>
<li><a href="site/news.html#0506.1">06 May 2002 - POI Version 1.5-FINAL
Released</a></li>
<li><a href="site/news.html#0502.1">2 May 2002 - Apache Ant 1.5 beta 1
Released</a></li>
<li><a href="site/news.html#0428.1">28 Apr 2002 - POI Version 1.5-rc2
Released</a></li>
<li><a href="site/news.html#0421.2">21 Apr 2002 - Cactus 1.3 Released</a></li>
-<li><a href="site/news.html#0421.1">21 Apr 2002 - POI Version 1.5-20020416 (release
candidate)</a></li>
</ul>
</p>
</section>
1.112 +1 -1 jakarta-site2/docs/index.html
Index: index.html
===================================================================
RCS file: /home/cvs/jakarta-site2/docs/index.html,v
retrieving revision 1.111
retrieving revision 1.112
diff -u -r1.111 -r1.112
--- index.html 7 May 2002 18:36:51 -0000 1.111
+++ index.html 9 May 2002 21:50:45 -0000 1.112
@@ -149,12 +149,12 @@
<blockquote>
<p>
<ul>
+<li><a href="site/news.html#0509.1">09 May 2002 - log4j 1.2 final Released</a></li>
<li><a href="site/news.html#0507.1">07 May 2002 - Torque 3.0 beta 2
Released</a></li>
<li><a href="site/news.html#0506.1">06 May 2002 - POI Version 1.5-FINAL
Released</a></li>
<li><a href="site/news.html#0502.1">2 May 2002 - Apache Ant 1.5 beta 1
Released</a></li>
<li><a href="site/news.html#0428.1">28 Apr 2002 - POI Version 1.5-rc2
Released</a></li>
<li><a href="site/news.html#0421.2">21 Apr 2002 - Cactus 1.3 Released</a></li>
-<li><a href="site/news.html#0421.1">21 Apr 2002 - POI Version 1.5-20020416 (release
candidate)</a></li>
</ul>
</p>
</blockquote>
1.147 +0 -1 jakarta-site2/xdocs/site/binindex.xml
Index: binindex.xml
===================================================================
RCS file: /home/cvs/jakarta-site2/xdocs/site/binindex.xml,v
retrieving revision 1.146
retrieving revision 1.147
diff -u -r1.146 -r1.147
--- binindex.xml 7 May 2002 22:02:51 -0000 1.146
+++ binindex.xml 9 May 2002 21:50:45 -0000 1.147
@@ -79,7 +79,6 @@
<li><a
href="http://www.apache.org/dist/jakarta/jakarta-james/release/v2.0a2/binary/">James
2.0a2</a></li>
<li><a
href="http://www.apache.org/dist/jakarta/jakarta-jetspeed/release/v1.3a2/">Jetspeed
1.3a2</a></li>
<li><a href="http://www.apache.org/dist/jakarta/jakarta-jmeter/release/v1.7">JMeter
1.7</a></li>
-<li><a
href="http://www.apache.org/dist/jakarta/jakarta-log4j/release/v1.2rc1/">Log4j
1.2rc1</a></li>
<li><a href="http://www.apache.org/dist/jakarta/jakarta-oro/release/v2.0.6/">ORO
2.0.6</a></li>
<li><a href="http://jakarta.apache.org/builds/jakarta-poi/release/bin/">POI
1.5-FINAL (production release)</a></li>
<li><a
href="http://www.apache.org/dist/jakarta/jakarta-regexp/release/v1.2/">Regexp
1.2</a></li>
1.163 +21 -0 jakarta-site2/xdocs/site/news.xml
Index: news.xml
===================================================================
RCS file: /home/cvs/jakarta-site2/xdocs/site/news.xml,v
retrieving revision 1.162
retrieving revision 1.163
diff -u -r1.162 -r1.163
--- news.xml 7 May 2002 18:36:51 -0000 1.162
+++ news.xml 9 May 2002 21:50:45 -0000 1.163
@@ -11,6 +11,27 @@
<section name="News & Status">
+<a name="0509.1"></a>
+<h3>9 May 2002 - log4j 1.2 final</h3>
+
+<p>After a wait of just under a year, log4j 1.2 is now finally
+released. This release incorporates many performance improvements, bug
+fixes, and other enhancements, <a
+href="http://jakarta.apache.org/log4j/download.html">log4j 1.2</a>
+adds JMX support, Mapped Diagnostic Contexts, JDBC logging, graphical
+log viewer (chainsaw), and buffered IO capability. One important
+change is the replacement of the <code>Category</code> class with
+<code>Logger</code> class and the <code>Priority</code> class with the
+<code>Level</code> class in order to facilitate migration from the JDK
+1.4 logging API to log4j.
+</p>
+
+<p>All changes except the removal of deprecated methods are backward
+compatible such that log4j 1.2 can be considered a drop in replacement
+for log4j 1.1.3.
+</p>
+
+<hr noshade="noshade" size="1"/>
<a name="0507.1"></a>
<h3>07 May 2002 - Torque 3.0 beta 2</h3>
1.180 +0 -1 jakarta-site2/docs/site/binindex.html
Index: binindex.html
===================================================================
RCS file: /home/cvs/jakarta-site2/docs/site/binindex.html,v
retrieving revision 1.179
retrieving revision 1.180
diff -u -r1.179 -r1.180
--- binindex.html 7 May 2002 22:02:51 -0000 1.179
+++ binindex.html 9 May 2002 21:50:46 -0000 1.180
@@ -206,7 +206,6 @@
<li><a
href="http://www.apache.org/dist/jakarta/jakarta-james/release/v2.0a2/binary/">James
2.0a2</a></li>
<li><a
href="http://www.apache.org/dist/jakarta/jakarta-jetspeed/release/v1.3a2/">Jetspeed
1.3a2</a></li>
<li><a href="http://www.apache.org/dist/jakarta/jakarta-jmeter/release/v1.7">JMeter
1.7</a></li>
-<li><a
href="http://www.apache.org/dist/jakarta/jakarta-log4j/release/v1.2rc1/">Log4j
1.2rc1</a></li>
<li><a href="http://www.apache.org/dist/jakarta/jakarta-oro/release/v2.0.6/">ORO
2.0.6</a></li>
<li><a href="http://jakarta.apache.org/builds/jakarta-poi/release/bin/">POI
1.5-FINAL (production release)</a></li>
<li><a
href="http://www.apache.org/dist/jakarta/jakarta-regexp/release/v1.2/">Regexp
1.2</a></li>
1.190 +18 -1 jakarta-site2/docs/site/news.html
Index: news.html
===================================================================
RCS file: /home/cvs/jakarta-site2/docs/site/news.html,v
retrieving revision 1.189
retrieving revision 1.190
diff -u -r1.189 -r1.190
--- news.html 7 May 2002 18:36:50 -0000 1.189
+++ news.html 9 May 2002 21:50:46 -0000 1.190
@@ -147,7 +147,24 @@
</td></tr>
<tr><td>
<blockquote>
- <a name="0507.1" />
+ <a name="0509.1" />
+ <h3>9 May 2002 - log4j 1.2
final</h3>
+ <p>After a wait of just under a
year, log4j 1.2 is now finally
+released. This release incorporates many performance improvements, bug
+fixes, and other enhancements, <a
href="http://jakarta.apache.org/log4j/download.html">log4j 1.2</a>
+adds JMX support, Mapped Diagnostic Contexts, JDBC logging, graphical
+log viewer (chainsaw), and buffered IO capability. One important
+change is the replacement of the <code>Category</code> class with
+<code>Logger</code> class and the <code>Priority</code> class with the
+<code>Level</code> class in order to facilitate migration from the JDK
+1.4 logging API to log4j.
+</p>
+ <p>All changes except the removal
of deprecated methods are backward
+compatible such that log4j 1.2 can be considered a drop in replacement
+for log4j 1.1.3.
+</p>
+ <hr noshade="noshade" size="1" />
+ <a name="0507.1" />
<h3>07 May 2002 - Torque 3.0 beta
2</h3>
<p>
The Torque team is proud to announce the release of Torque 3.0 beta 2.
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>