remm 2005/07/30 14:22:25
Modified: . build.xml build.properties.default
webapps/docs changelog.xml
Log:
- Add ready to build tomcat-native.tar.gz in bin that Mladen built.
Revision Changes Path
1.232 +8 -0 jakarta-tomcat-5/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-tomcat-5/build.xml,v
retrieving revision 1.231
retrieving revision 1.232
diff -u -r1.231 -r1.232
--- build.xml 27 Jul 2005 15:11:09 -0000 1.231
+++ build.xml 30 Jul 2005 21:22:24 -0000 1.232
@@ -158,6 +158,8 @@
<copy todir="${tomcat.build}/bin" file="${commons-daemon.jsvc.tar.gz}"
failonerror="false" />
+ <copy todir="${tomcat.build}/bin" file="${tomcat-native.tar.gz}" />
+
<!-- <copy todir="${tomcat.build}/common/lib" file="${ant.jar}"/>
<copy todir="${tomcat.build}/common/lib" file="${ant-launcher.jar}"/> -->
<copy todir="${tomcat.build}/common/lib"
file="${jasper-compiler-jdt.jar}"/>
@@ -1891,6 +1893,12 @@
<param name="destfile" value="${saxpath.jar}"/>
</antcall>
+ <antcall target="downloadfile">
+ <param name="sourcefile" value="${tomcat-native.loc}"/>
+ <param name="destfile" value="${tomcat-native.tar.gz}"/>
+ <param name="destdir" value="${tomcat-native.home}"/>
+ </antcall>
+
<!-- Build the dependencies that are not yet released -->
<antcall target="build-depends"/>
1.152 +8 -1 jakarta-tomcat-5/build.properties.default
Index: build.properties.default
===================================================================
RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v
retrieving revision 1.151
retrieving revision 1.152
diff -u -r1.151 -r1.152
--- build.properties.default 27 Jul 2005 22:16:25 -0000 1.151
+++ build.properties.default 30 Jul 2005 21:22:24 -0000 1.152
@@ -145,6 +145,13 @@
jdt.jar=${jdt.lib}/org.eclipse.jdt.core_3.1.0.jar
jdt.loc=http://sunsite.informatik.rwth-aachen.de/eclipse/downloads/drops/R-3.1-200506271435/eclipse-JDT-3.1.zip
+
+# ----- Tomcat native library -----
+tomcat-native.home=${base.path}/tomcat-native-1.0
+tomcat-native.tar.gz=${tomcat-native.home}/tomcat-native.tar.gz
+tomcat-native.loc=${base-jakarta.loc}/tomcat-connectors/jni/tomcat-native.tar.gz
+
+
# --------------------------------------------------
# CORE OPTIONAL LIBRARIES
# --------------------------------------------------
1.347 +13 -0 jakarta-tomcat-catalina/webapps/docs/changelog.xml
Index: changelog.xml
===================================================================
RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/changelog.xml,v
retrieving revision 1.346
retrieving revision 1.347
diff -u -r1.346 -r1.347
--- changelog.xml 28 Jul 2005 14:01:49 -0000 1.346
+++ changelog.xml 30 Jul 2005 21:22:25 -0000 1.347
@@ -32,6 +32,12 @@
<update>
Update to Xerces 2.7.1 (remm)
</update>
+ <add>
+ Add ready to build bin/tomcat-native.tar.gz for the APR JNI wrapper
library (remm)
+ </add>
+ <fix>
+ <bug>35930</bug>: Bad logging config used by the Tomcat Windows
service (remm)
+ </fix>
</changelog>
</subsection>
@@ -72,6 +78,13 @@
<fix>
Fix output buffering for APR AJP implementation. (remm)
</fix>
+ <fix>
+ <bug>35941</bug>: Fix getRemoteAddr for APR AJP implementation.
(remm)
+ </fix>
+ <fix>
+ <bug>35942</bug>: Fix NPE retriving cipher suite attribute when no
certificate
+ was submitted (for example with no SSL). (remm)
+ </fix>
</changelog>
</subsection>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]