ceki 2004/11/25 02:55:14
Modified: docs HISTORY.txt download.html
. build.xml
src/xdocs download.xml
Log:
going alpha2
Revision Changes Path
1.2 +8 -0 logging-log4j/docs/HISTORY.txt
Index: HISTORY.txt
===================================================================
RCS file: /home/cvs/logging-log4j/docs/HISTORY.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- HISTORY.txt 24 Nov 2004 19:35:19 -0000 1.1
+++ HISTORY.txt 25 Nov 2004 10:55:14 -0000 1.2
@@ -8,6 +8,14 @@
[D] Changes affect a method or property which was previously marked as
deprecated.
+ November 25, 2004
+
+ - Release of version 1.3apha-2
+
+ - The deprecated DOMConfigrator was mistakenly left as the default
+ configrator for XML files. This has been fixed and JoranConfigrator
+ now is the default configrator for XML files.
+
November 24th, 2004
- Release of version 1.3apha-1
1.56 +1 -1 logging-log4j/docs/download.html
Index: download.html
===================================================================
RCS file: /home/cvs/logging-log4j/docs/download.html,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- download.html 24 Nov 2004 19:35:19 -0000 1.55
+++ download.html 25 Nov 2004 10:55:14 -0000 1.56
@@ -67,7 +67,7 @@
<p>See the document entitled
<a href="http://www.qos.ch/logging/preparingFor13.jsp">preparing
for log4j 1.3</a> for a more detailed discussion.
</p>
- <h2>log4j version
1.3alpha-1</h2>
+ <h2>log4j version
1.3alpha-2</h2>
<p>An alpha version of log4j
version 1.3 has been recently
made available. It can be downloaded from the same As the
alpha prefix indicates, this release is still being tested,
1.118 +1 -1 logging-log4j/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/logging-log4j/build.xml,v
retrieving revision 1.117
retrieving revision 1.118
diff -u -r1.117 -r1.118
--- build.xml 24 Nov 2004 18:30:59 -0000 1.117
+++ build.xml 25 Nov 2004 10:55:14 -0000 1.118
@@ -4,7 +4,7 @@
<!-- The build.properties file defines the parth to local jar files -->
<property file="build.properties"/>
- <property name="version" value="1.3alpha-1"/>
+ <property name="version" value="1.3alpha-2"/>
<!-- The base directory relative to which most targets are built -->
<property name="base" value="."/>
1.77 +1 -1 logging-log4j/src/xdocs/download.xml
Index: download.xml
===================================================================
RCS file: /home/cvs/logging-log4j/src/xdocs/download.xml,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- download.xml 24 Nov 2004 19:35:19 -0000 1.76
+++ download.xml 25 Nov 2004 10:55:14 -0000 1.77
@@ -32,7 +32,7 @@
for log4j 1.3</a> for a more detailed discussion.
</p>
- <h2>log4j version 1.3alpha-1</h2>
+ <h2>log4j version 1.3alpha-2</h2>
<p>An alpha version of log4j version 1.3 has been recently
made available. It can be downloaded from the same As the
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]