Author: mturk Date: Fri Mar 2 15:21:34 2012 New Revision: 1296246 URL: http://svn.apache.org/viewvc?rev=1296246&view=rev Log: Update version and release info
Modified: tomcat/native/branches/1.1.x/build.properties.default tomcat/native/branches/1.1.x/native/include/tcn_version.h tomcat/native/branches/1.1.x/xdocs/index.xml tomcat/native/branches/1.1.x/xdocs/news/2012.xml Modified: tomcat/native/branches/1.1.x/build.properties.default URL: http://svn.apache.org/viewvc/tomcat/native/branches/1.1.x/build.properties.default?rev=1296246&r1=1296245&r2=1296246&view=diff ============================================================================== --- tomcat/native/branches/1.1.x/build.properties.default (original) +++ tomcat/native/branches/1.1.x/build.properties.default Fri Mar 2 15:21:34 2012 @@ -18,7 +18,7 @@ # ----- Version Control Flags ----- version.major=1 version.minor=1 -version.build=17 +version.build=24 version.patch=0 version.suffix=-dev Modified: tomcat/native/branches/1.1.x/native/include/tcn_version.h URL: http://svn.apache.org/viewvc/tomcat/native/branches/1.1.x/native/include/tcn_version.h?rev=1296246&r1=1296245&r2=1296246&view=diff ============================================================================== --- tomcat/native/branches/1.1.x/native/include/tcn_version.h (original) +++ tomcat/native/branches/1.1.x/native/include/tcn_version.h Fri Mar 2 15:21:34 2012 @@ -69,13 +69,13 @@ extern "C" { #define TCN_MINOR_VERSION 1 /** patch level */ -#define TCN_PATCH_VERSION 23 +#define TCN_PATCH_VERSION 24 /** * This symbol is defined for internal, "development" copies of TCN. This * symbol will be #undef'd for releases. */ -#define TCN_IS_DEV_VERSION 0 +#define TCN_IS_DEV_VERSION 1 /** The formatted string of APU's version */ Modified: tomcat/native/branches/1.1.x/xdocs/index.xml URL: http://svn.apache.org/viewvc/tomcat/native/branches/1.1.x/xdocs/index.xml?rev=1296246&r1=1296245&r2=1296246&view=diff ============================================================================== --- tomcat/native/branches/1.1.x/xdocs/index.xml (original) +++ tomcat/native/branches/1.1.x/xdocs/index.xml Fri Mar 2 15:21:34 2012 @@ -45,13 +45,13 @@ manual is described in more detail below <br /> <ul> -<li><a href="news/2011.html#20110808.1">08 August 2011 - <b>TC-Native-1.1.22 released</b></a> -<p>The Apache Tomcat team is proud to announce the immediate availability of Tomcat Native 1.1.22 Stable. +<li><a href="news/2012.html#20120302.1">02 March 2012 - <b>TC-Native-1.1.23 released</b></a> +<p>The Apache Tomcat team is proud to announce the immediate availability of Tomcat Native 1.1.23 Stable. </p> -<p>Download the <a href="http://www.apache.org/dist/tomcat/tomcat-connectors/native/1.1.22/source/tomcat-native-1.1.22-src.tar.gz">TC-native 1.1.22 release sources</a> - | <a href="http://www.apache.org/dist/tomcat/tomcat-connectors/native/1.1.22/source/tomcat-native-1.1.22-src.tar.gz.asc">PGP signature</a> +<p>Download the <a href="http://www.apache.org/dist/tomcat/tomcat-connectors/native/1.1.23/source/tomcat-native-1.1.23-src.tar.gz">TC-native 1.1.23 release sources</a> + | <a href="http://www.apache.org/dist/tomcat/tomcat-connectors/native/1.1.23/source/tomcat-native-1.1.23-src.tar.gz.asc">PGP signature</a> </p> -<p>Download the <a href="http://www.apache.org/dist/tomcat/tomcat-connectors/native/1.1.22/binaries/">binaries</a> for selected platforms. +<p>Download the <a href="http://www.apache.org/dist/tomcat/tomcat-connectors/native/1.1.23/binaries/">binaries</a> for selected platforms. </p> </li> </ul> Modified: tomcat/native/branches/1.1.x/xdocs/news/2012.xml URL: http://svn.apache.org/viewvc/tomcat/native/branches/1.1.x/xdocs/news/2012.xml?rev=1296246&r1=1296245&r2=1296246&view=diff ============================================================================== --- tomcat/native/branches/1.1.x/xdocs/news/2012.xml (original) +++ tomcat/native/branches/1.1.x/xdocs/news/2012.xml Fri Mar 2 15:21:34 2012 @@ -31,6 +31,21 @@ <section name="2012 News & Status"> <br /> +<a name="20120302.1"> +<h3>08 August - TC-Native-1.1.23 released</h3> +</a> +<p>The Apache Tomcat team is proud to announce the immediate availability +of Tomcat Native 1.1.23. This is a stable release adding some bug fixes and +experimental support for OCSP and PKCS12 certificates. +</p> +<br /> +<p> + Please see the <a href="../miscellaneous/changelog.html">ChangeLog</a> for a full list of changes. +</p> +<p>If you find any bugs while using this release, please fill in the +<a href="http://issues.apache.org/bugzilla/enter_bug.cgi?product=Tomcat%206">Bugzilla</a> +Bug Report. When entering bug select <b>Native:JNI</b> Component. +</p> <hr size="1" noshade="noshade" /> </section> </body> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org