ceki 01/04/22 07:55:03
Modified: build build.xml
docs HISTORY
Log:
- Corrected a performance bug in LocationInfo.
- Corrected the incorrect value retutned by LocationInfo.getClassName
method when running under Visual Age. Thanks to Mathias Rupprecht
for supplying the relevant patch.
- Corrected a bug where the build.sh file in the distribution would be in
DOS CRLF format. Thanks to [EMAIL PROTECTED] for reporting the problem.
Revision Changes Path
1.25 +6 -1 jakarta-log4j/build/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-log4j/build/build.xml,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- build.xml 2001/04/22 13:43:36 1.24
+++ build.xml 2001/04/22 14:55:02 1.25
@@ -9,7 +9,7 @@
<!-- ================================================================= -->
<project name="log4j" default="usage" basedir=".." >
- <property name="version" value="1.1b4"/>
+ <property name="version" value="1.1b5"/>
<!-- The base directory relative to which most targets are built -->
<property name="base" value="."/>
@@ -389,6 +389,11 @@
**/*.bak,
**/.#*"/>
</copy>
+
+
+ <fixcrlf srcdir="${dist.tmp}/jakarta-log4j-${version}"
+ includes="build.sh" cr="remove"/>
+
<tar tarfile="${dist.images}/jakarta-log4j-${version}.tar"
basedir="${dist.tmp}"
1.38 +4 -1 jakarta-log4j/docs/HISTORY
Index: HISTORY
===================================================================
RCS file: /home/cvs/jakarta-log4j/docs/HISTORY,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- HISTORY 2001/04/22 14:02:39 1.37
+++ HISTORY 2001/04/22 14:55:03 1.38
@@ -10,12 +10,15 @@
- Release of version 1.1b5
- -
+ - Corrected a performance bug in LocationInfo.
- Corrected the incorrect value retutned by LocationInfo.getClassName
method when running under Visual Age. Thanks to Mathias Rupprecht
for supplying the relevant patch.
+ - Corrected a bug where the build.sh file in the distribution would be in
+ DOS CRLF format. Thanks to [EMAIL PROTECTED] for reporting the problem.
+
April 20, 2001
- Release of version 1.1b4
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]