You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2015/12/15 18:13:09 UTC

svn commit: r1720200 - in /tomcat/trunk: build.properties.default webapps/docs/changelog.xml

Author: markt
Date: Tue Dec 15 17:13:09 2015
New Revision: 1720200

URL: http://svn.apache.org/viewvc?rev=1720200&view=rev
Log:
Update the packaged version of the Tomcat Native Library to 1.2.3 to pick up the Windows binaries that are based on OpenSSL 1.0.2e and APR 1.5.1.

Modified:
    tomcat/trunk/build.properties.default
    tomcat/trunk/webapps/docs/changelog.xml

Modified: tomcat/trunk/build.properties.default
URL: http://svn.apache.org/viewvc/tomcat/trunk/build.properties.default?rev=1720200&r1=1720199&r2=1720200&view=diff
==============================================================================
--- tomcat/trunk/build.properties.default (original)
+++ tomcat/trunk/build.properties.default Tue Dec 15 17:13:09 2015
@@ -156,7 +156,7 @@ jdt.loc.1=http://archive.eclipse.org/ecl
 jdt.loc.2=http://download.eclipse.org/eclipse/downloads/drops4/${jdt.release}/ecj-${jdt.version}.jar
 
 # ----- Tomcat native library -----
-tomcat-native.version=1.2.2
+tomcat-native.version=1.2.3
 tomcat-native.home=${base.path}/tomcat-native-${tomcat-native.version}
 tomcat-native.tar.gz=${tomcat-native.home}/tomcat-native.tar.gz
 tomcat-native.loc.1=${base-tomcat.loc.1}/tomcat-connectors/native/${tomcat-native.version}/source/tomcat-native-${tomcat-native.version}-src.tar.gz

Modified: tomcat/trunk/webapps/docs/changelog.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1720200&r1=1720199&r2=1720200&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/trunk/webapps/docs/changelog.xml Tue Dec 15 17:13:09 2015
@@ -260,6 +260,11 @@
       <update>
         Update optional Checkstyle library to 6.13. (kkolinko)
       </update>
+      <update>
+        Update the packaged version of the Tomcat Native Library to 1.2.3 to
+        pick up the Windows binaries that are based on OpenSSL 1.0.2e and APR
+        1.5.1. (markt) 
+      </update>
     </changelog>
   </subsection>
 </section>



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


Re: svn commit: r1720200 - in /tomcat/trunk: build.properties.default webapps/docs/changelog.xml

Posted by Mark Thomas <ma...@apache.org>.
On 15/12/2015 17:20, Rémy Maucherat wrote:
> 2015-12-15 18:13 GMT+01:00 <ma...@apache.org>:
> 
>> Author: markt
>> Date: Tue Dec 15 17:13:09 2015
>> New Revision: 1720200
>>
>> URL: http://svn.apache.org/viewvc?rev=1720200&view=rev
>> Log:
>> Update the packaged version of the Tomcat Native Library to 1.2.3 to pick
>> up the Windows binaries that are based on OpenSSL 1.0.2e and APR 1.5.1.
>>
> Note: The next 9 build will have to use a 1.2.4 build to pick up r1719456
> [or something better, for example it is possible to add a Java info
> callback interface by then].

ACK. Remind me when I start talking about 9.0.0.M2 (probably early in
the new year) in case I forget.

Mark



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


Re: svn commit: r1720200 - in /tomcat/trunk: build.properties.default webapps/docs/changelog.xml

Posted by Rémy Maucherat <re...@apache.org>.
2015-12-15 18:13 GMT+01:00 <ma...@apache.org>:

> Author: markt
> Date: Tue Dec 15 17:13:09 2015
> New Revision: 1720200
>
> URL: http://svn.apache.org/viewvc?rev=1720200&view=rev
> Log:
> Update the packaged version of the Tomcat Native Library to 1.2.3 to pick
> up the Windows binaries that are based on OpenSSL 1.0.2e and APR 1.5.1.
>
> Note: The next 9 build will have to use a 1.2.4 build to pick up r1719456
[or something better, for example it is possible to add a Java info
callback interface by then].

Rémy