Author: markt Date: Sun Feb 26 19:28:10 2017 New Revision: 1784476 URL: http://svn.apache.org/viewvc?rev=1784476&view=rev Log: Update website for Tomcat Native 1.2.12 release
Modified: tomcat/site/trunk/docs/native-doc/index.html tomcat/site/trunk/docs/native-doc/miscellaneous/changelog.html tomcat/site/trunk/docs/native-doc/news/2008.html tomcat/site/trunk/docs/native-doc/news/2009.html tomcat/site/trunk/docs/native-doc/news/2010.html tomcat/site/trunk/docs/native-doc/news/2011.html tomcat/site/trunk/docs/native-doc/news/2012.html tomcat/site/trunk/docs/native-doc/news/2013.html tomcat/site/trunk/docs/native-doc/news/2014.html tomcat/site/trunk/docs/native-doc/news/2015.html tomcat/site/trunk/docs/native-doc/news/2016.html tomcat/site/trunk/xdocs/download-native.xml tomcat/site/trunk/xdocs/index.xml tomcat/site/trunk/xdocs/oldnews.xml Modified: tomcat/site/trunk/docs/native-doc/index.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/native-doc/index.html?rev=1784476&r1=1784475&r2=1784476&view=diff ============================================================================== --- tomcat/site/trunk/docs/native-doc/index.html (original) +++ tomcat/site/trunk/docs/native-doc/index.html Sun Feb 26 19:28:10 2017 @@ -109,23 +109,20 @@ list of changes. <div class="subsection"><h4 id="Building/Windows">Windows</h4><div class="text"> <p> - Download the windows sources of tc-native and extract them. + Download the Windows sources of tc-native and extract them. </p> <p> - Download OpenSSL sources (See <a href="http://www.openssl.org/related/binaries.html"><b>Binary Distributions</b></a>) - OpenSSL is a crypto software so check if you are allowed to download it. If not you can still use tc-native without SSL. + Obtain the Windows sources for + <a href="http://apr.apache.org/download.cgi">APR</a> and + <a href="https://www.openssl.org/source/">OpenSSL</a>. Apply the patches from + native/srclib and build APR and OpenSSL for your platform (X86 or X64). </p> <p> - Download APR sources for Windows. (See <a href="http://apr.apache.org/download.cgi"><b>Download</b></a>) - Extract them in jni and rename the apr-1.x.y directory to apr. + Build with <div class="codeBox"><pre><code>nmake -f NMAKEMakefile WITH_APR=... WITH_OPENSSL=... APR_DECLARE_STATIC=1</code></pre></div> </p> <p> - Use MS Visual Studio to open the workspace of the APR sources and build the library (libapr). - </p> - <p> - Use MS Visual Studio to open the workspace of the tc-native sources, adjust the OpenSSL includes and libraries location - change the name of the libraries libeay32 and libssleay to libeay32MT and libssleayMT and build the tcn-native library. - That should create a tcnative-1.dll. + More detailed instructions including the steps to create a standard release + distribution are provided on the <a href="https://cwiki.apache.org/confluence/display/TOMCAT/Building+the+Tomcat+Native+Connector+binaries+for+Windows">Wiki</a>. </p> </div></div> @@ -187,5 +184,5 @@ INFO: Initializing Coyote HTTP/1.1 on ht </div></div> </div></div></div></div></div><footer><div id="footer"> - Copyright © 2008-2016, The Apache Software Foundation + Copyright © 2008-2017, The Apache Software Foundation </div></footer></div></body></html> \ No newline at end of file Modified: tomcat/site/trunk/docs/native-doc/miscellaneous/changelog.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/native-doc/miscellaneous/changelog.html?rev=1784476&r1=1784475&r2=1784476&view=diff ============================================================================== --- tomcat/site/trunk/docs/native-doc/miscellaneous/changelog.html (original) +++ tomcat/site/trunk/docs/native-doc/miscellaneous/changelog.html Sun Feb 26 19:28:10 2017 @@ -3,9 +3,63 @@ <p> This is the Changelog for Tomcat Native 1.2. </p> +</div><h3 id="Changes_in_1.2.12">Changes in 1.2.12</h3><div class="text"> + <ul class="changelog"> + <li><img alt="Fix: " class="icon" src="../images/fix.gif"> + Correct a regression in the fix for <a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=59797">59797</a> that triggered a JVM + crash on shutdown in some Tomcat unit tests when using the APR/native + connector. (markt) + </li> + </ul> +</div><h3 id="Changes_in_1.2.11">Changes in 1.2.11</h3><div class="text"> + <ul class="changelog"> + <li><img alt="Fix: " class="icon" src="../images/fix.gif"> + <a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=52627">52627</a>: Prevent a crash in <code>File.infoGet()</code> caused by + the use of uninitialised variables. Based on patch by Ilya Maykov. (markt) + </li> + <li><img alt="Fix: " class="icon" src="../images/fix.gif"> + <a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=55113">55113</a>: Document the process for creating a static tc-native + library with a FIPS-enabled OpenSSL and update the nmake make file to + support the process. (markt) + </li> + <li><img alt="Fix: " class="icon" src="../images/fix.gif"> + <a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=55114">55114</a>: Clean up building instructions for the native component + and expand the instructions for building for Windows platforms. (markt) + </li> + <li><img alt="Fix: " class="icon" src="../images/fix.gif"> + <a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=55938">55938</a>: Resolve remaining clang-analyzer warnings. Note that the + use of <code>-1</code> to indicate the full array in + <code>File.(read|write)[Full]</code> has been removed since it was only + partially implemented and the implementation was faulty. (markt) + </li> + <li><img alt="Fix: " class="icon" src="../images/fix.gif"> + <a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=58082">58082</a>: Update unit tests to use JUnit 4. Refactor unit tests + into separate tests and use an external to reference them in the same way + an external is used to reference the main code. (markt) + </li> + <li><img alt="Fix: " class="icon" src="../images/fix.gif"> + <a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=59797">59797</a>: Ensure that the per thread error hash maintained by + OpenSSL is cleaned up as individual threads exit to ensure it does not + grow too large. Patch provided by Nate Clark. (markt) + </li> + <li><img alt="Fix: " class="icon" src="../images/fix.gif"> + <a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=59996">59996</a>: Correctly handle building tc-native on a 64-bit system + when using an OpenSSL distribution that is not in <code>/usr</code>. + (csutherl) + </li> + <li><img alt="Fix: " class="icon" src="../images/fix.gif"> + <a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=60388">60388</a>: The --disable-maintainer-mode option of the configure + script no longer enables the maintainer mode. (ebourg) + </li> + <li><img alt="Update: " class="icon" src="../images/update.gif"> + Update minimum recommended OpenSSL version to 1.0.2k. (markt) + </li> + </ul> </div><h3 id="Changes_in_1.2.10">Changes in 1.2.10</h3><div class="text"> <ul class="changelog"> + <li><img alt="Update: " class="icon" src="../images/update.gif"> Update minimum recommended OpenSSL version to 1.0.2j. (markt) + </li> </ul> </div><h3 id="Changes_in_1.2.9">Changes in 1.2.9</h3><div class="text"> <ul class="changelog"> @@ -194,5 +248,5 @@ <p>Please see the <a href="../../native-1.1-doc/miscellaneous/changelog.html">1.1.x changelog</a>.</p> </div></div></div></div></div><footer><div id="footer"> - Copyright © 2008-2016, The Apache Software Foundation + Copyright © 2008-2017, The Apache Software Foundation </div></footer></div></body></html> \ No newline at end of file Modified: tomcat/site/trunk/docs/native-doc/news/2008.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/native-doc/news/2008.html?rev=1784476&r1=1784475&r2=1784476&view=diff ============================================================================== --- tomcat/site/trunk/docs/native-doc/news/2008.html (original) +++ tomcat/site/trunk/docs/native-doc/news/2008.html Sun Feb 26 19:28:10 2017 @@ -24,5 +24,5 @@ and some bug fixes. </p> </div></div> </div></div></div></div></div><footer><div id="footer"> - Copyright © 2008-2016, The Apache Software Foundation + Copyright © 2008-2017, The Apache Software Foundation </div></footer></div></body></html> \ No newline at end of file Modified: tomcat/site/trunk/docs/native-doc/news/2009.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/native-doc/news/2009.html?rev=1784476&r1=1784475&r2=1784476&view=diff ============================================================================== --- tomcat/site/trunk/docs/native-doc/news/2009.html (original) +++ tomcat/site/trunk/docs/native-doc/news/2009.html Sun Feb 26 19:28:10 2017 @@ -8,5 +8,5 @@ of Tomcat Native 1.1.18. This is a stabl </p> </div></div> </div></div></div></div></div><footer><div id="footer"> - Copyright © 2008-2016, The Apache Software Foundation + Copyright © 2008-2017, The Apache Software Foundation </div></footer></div></body></html> \ No newline at end of file Modified: tomcat/site/trunk/docs/native-doc/news/2010.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/native-doc/news/2010.html?rev=1784476&r1=1784475&r2=1784476&view=diff ============================================================================== --- tomcat/site/trunk/docs/native-doc/news/2010.html (original) +++ tomcat/site/trunk/docs/native-doc/news/2010.html Sun Feb 26 19:28:10 2017 @@ -13,5 +13,5 @@ of Tomcat Native 1.1.19. This is a stabl </p> </div></div> </div></div></div></div></div><footer><div id="footer"> - Copyright © 2008-2016, The Apache Software Foundation + Copyright © 2008-2017, The Apache Software Foundation </div></footer></div></body></html> \ No newline at end of file Modified: tomcat/site/trunk/docs/native-doc/news/2011.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/native-doc/news/2011.html?rev=1784476&r1=1784475&r2=1784476&view=diff ============================================================================== --- tomcat/site/trunk/docs/native-doc/news/2011.html (original) +++ tomcat/site/trunk/docs/native-doc/news/2011.html Sun Feb 26 19:28:10 2017 @@ -9,5 +9,5 @@ of Tomcat Native 1.1.22. This is a stabl </p> </div></div> </div></div></div></div></div><footer><div id="footer"> - Copyright © 2008-2016, The Apache Software Foundation + Copyright © 2008-2017, The Apache Software Foundation </div></footer></div></body></html> \ No newline at end of file Modified: tomcat/site/trunk/docs/native-doc/news/2012.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/native-doc/news/2012.html?rev=1784476&r1=1784475&r2=1784476&view=diff ============================================================================== --- tomcat/site/trunk/docs/native-doc/news/2012.html (original) +++ tomcat/site/trunk/docs/native-doc/news/2012.html Sun Feb 26 19:28:10 2017 @@ -19,5 +19,5 @@ experimental support for OCSP and PKCS12 </p> </div></div> </div></div></div></div></div><footer><div id="footer"> - Copyright © 2008-2016, The Apache Software Foundation + Copyright © 2008-2017, The Apache Software Foundation </div></footer></div></body></html> \ No newline at end of file Modified: tomcat/site/trunk/docs/native-doc/news/2013.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/native-doc/news/2013.html?rev=1784476&r1=1784475&r2=1784476&view=diff ============================================================================== --- tomcat/site/trunk/docs/native-doc/news/2013.html (original) +++ tomcat/site/trunk/docs/native-doc/news/2013.html Sun Feb 26 19:28:10 2017 @@ -22,5 +22,5 @@ of Tomcat Native 1.1.27. This is a bug f </p> </div></div> </div></div></div></div></div><footer><div id="footer"> - Copyright © 2008-2016, The Apache Software Foundation + Copyright © 2008-2017, The Apache Software Foundation </div></footer></div></body></html> \ No newline at end of file Modified: tomcat/site/trunk/docs/native-doc/news/2014.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/native-doc/news/2014.html?rev=1784476&r1=1784475&r2=1784476&view=diff ============================================================================== --- tomcat/site/trunk/docs/native-doc/news/2014.html (original) +++ tomcat/site/trunk/docs/native-doc/news/2014.html Sun Feb 26 19:28:10 2017 @@ -19,5 +19,5 @@ </p> </div></div> </div></div></div></div></div><footer><div id="footer"> - Copyright © 2008-2016, The Apache Software Foundation + Copyright © 2008-2017, The Apache Software Foundation </div></footer></div></body></html> \ No newline at end of file Modified: tomcat/site/trunk/docs/native-doc/news/2015.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/native-doc/news/2015.html?rev=1784476&r1=1784475&r2=1784476&view=diff ============================================================================== --- tomcat/site/trunk/docs/native-doc/news/2015.html (original) +++ tomcat/site/trunk/docs/native-doc/news/2015.html Sun Feb 26 19:28:10 2017 @@ -26,5 +26,5 @@ </p> </div></div> </div></div></div></div></div><footer><div id="footer"> - Copyright © 2008-2016, The Apache Software Foundation + Copyright © 2008-2017, The Apache Software Foundation </div></footer></div></body></html> \ No newline at end of file Modified: tomcat/site/trunk/docs/native-doc/news/2016.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/native-doc/news/2016.html?rev=1784476&r1=1784475&r2=1784476&view=diff ============================================================================== --- tomcat/site/trunk/docs/native-doc/news/2016.html (original) +++ tomcat/site/trunk/docs/native-doc/news/2016.html Sun Feb 26 19:28:10 2017 @@ -39,5 +39,5 @@ </p> </div></div> </div></div></div></div></div><footer><div id="footer"> - Copyright © 2008-2016, The Apache Software Foundation + Copyright © 2008-2017, The Apache Software Foundation </div></footer></div></body></html> \ No newline at end of file Modified: tomcat/site/trunk/xdocs/download-native.xml URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/download-native.xml?rev=1784476&r1=1784475&r2=1784476&view=diff ============================================================================== --- tomcat/site/trunk/xdocs/download-native.xml (original) +++ tomcat/site/trunk/xdocs/download-native.xml Sun Feb 26 19:28:10 2017 @@ -50,24 +50,24 @@ <div class="links"><span class="label">Source (please choose the correct format for your platform)</span></div> <ul> <li class="download"> - <a href="[preferred]tomcat/tomcat-connectors/native/1.2.10/source/tomcat-native-1.2.10-src.tar.gz" rel="nofollow"> - Native 1.2.10 Source Release tar.gz</a> (e.g. Unix, Linux, Mac OS) + <a href="[preferred]tomcat/tomcat-connectors/native/1.2.12/source/tomcat-native-1.2.12-src.tar.gz" rel="nofollow"> + Native 1.2.12 Source Release tar.gz</a> (e.g. Unix, Linux, Mac OS) <ul class="attributes"> <li> - [<a href="https://www.apache.org/dist/tomcat/tomcat-connectors/native/1.2.10/source/tomcat-native-1.2.10-src.tar.gz.asc">PGP</a>], - [<a href="https://www.apache.org/dist/tomcat/tomcat-connectors/native/1.2.10/source/tomcat-native-1.2.10-src.tar.gz.md5">MD5</a>], - [<a href="https://www.apache.org/dist/tomcat/tomcat-connectors/native/1.2.10/source/tomcat-native-1.2.10-src.tar.gz.sha1">SHA1</a>] + [<a href="https://www.apache.org/dist/tomcat/tomcat-connectors/native/1.2.12/source/tomcat-native-1.2.12-src.tar.gz.asc">PGP</a>], + [<a href="https://www.apache.org/dist/tomcat/tomcat-connectors/native/1.2.12/source/tomcat-native-1.2.12-src.tar.gz.md5">MD5</a>], + [<a href="https://www.apache.org/dist/tomcat/tomcat-connectors/native/1.2.12/source/tomcat-native-1.2.12-src.tar.gz.sha1">SHA1</a>] </li> </ul> </li> <li class="download"> - <a href="[preferred]tomcat/tomcat-connectors/native/1.2.10/source/tomcat-native-1.2.10-win32-src.zip" rel="nofollow"> - Native 1.2.10 Source Release zip</a> (e.g. Windows) + <a href="[preferred]tomcat/tomcat-connectors/native/1.2.12/source/tomcat-native-1.2.12-win32-src.zip" rel="nofollow"> + Native 1.2.12 Source Release zip</a> (e.g. Windows) <ul class="attributes"> <li> - [<a href="https://www.apache.org/dist/tomcat/tomcat-connectors/native/1.2.10/source/tomcat-native-1.2.10-win32-src.zip.asc">PGP</a>], - [<a href="https://www.apache.org/dist/tomcat/tomcat-connectors/native/1.2.10/source/tomcat-native-1.2.10-win32-src.zip.md5">MD5</a>], - [<a href="https://www.apache.org/dist/tomcat/tomcat-connectors/native/1.2.10/source/tomcat-native-1.2.10-win32-src.zip.sha1">SHA1</a>] + [<a href="https://www.apache.org/dist/tomcat/tomcat-connectors/native/1.2.12/source/tomcat-native-1.2.12-win32-src.zip.asc">PGP</a>], + [<a href="https://www.apache.org/dist/tomcat/tomcat-connectors/native/1.2.12/source/tomcat-native-1.2.12-win32-src.zip.md5">MD5</a>], + [<a href="https://www.apache.org/dist/tomcat/tomcat-connectors/native/1.2.12/source/tomcat-native-1.2.12-win32-src.zip.sha1">SHA1</a>] </li> </ul> </li> @@ -76,7 +76,7 @@ </ul> <p>You can find binaries release too. You may download them from - <a href="[preferred]tomcat/tomcat-connectors/native/1.2.10/binaries" rel="nofollow">HERE</a> + <a href="[preferred]tomcat/tomcat-connectors/native/1.2.12/binaries" rel="nofollow">HERE</a> </p> <ul class="downloads"> <li class="download"> @@ -94,24 +94,24 @@ </div> <ul> <li class="download"> - <a href="[preferred]tomcat/tomcat-connectors/native/1.2.10/binaries/tomcat-native-1.2.10-win32-bin.zip" rel="nofollow"> - Native 1.2.10 Windows Binaries zip</a> (recommended) + <a href="[preferred]tomcat/tomcat-connectors/native/1.2.12/binaries/tomcat-native-1.2.12-win32-bin.zip" rel="nofollow"> + Native 1.2.12 Windows Binaries zip</a> (recommended) <ul class="attributes"> <li> - [<a href="https://www.apache.org/dist/tomcat/tomcat-connectors/native/1.2.10/binaries/tomcat-native-1.2.10-win32-bin.zip.asc">PGP</a>], - [<a href="https://www.apache.org/dist/tomcat/tomcat-connectors/native/1.2.10/binaries/tomcat-native-1.2.10-win32-bin.zip.md5">MD5</a>], - [<a href="https://www.apache.org/dist/tomcat/tomcat-connectors/native/1.2.10/binaries/tomcat-native-1.2.10-win32-bin.zip.sha1">SHA1</a>] + [<a href="https://www.apache.org/dist/tomcat/tomcat-connectors/native/1.2.12/binaries/tomcat-native-1.2.12-win32-bin.zip.asc">PGP</a>], + [<a href="https://www.apache.org/dist/tomcat/tomcat-connectors/native/1.2.12/binaries/tomcat-native-1.2.12-win32-bin.zip.md5">MD5</a>], + [<a href="https://www.apache.org/dist/tomcat/tomcat-connectors/native/1.2.12/binaries/tomcat-native-1.2.12-win32-bin.zip.sha1">SHA1</a>] </li> </ul> </li> <li class="download"> - <a href="[preferred]tomcat/tomcat-connectors/native/1.2.10/binaries/tomcat-native-1.2.10-ocsp-win32-bin.zip" rel="nofollow"> - Native 1.2.10 Windows OCSP-enabled Binaries zip</a> + <a href="[preferred]tomcat/tomcat-connectors/native/1.2.12/binaries/tomcat-native-1.2.12-ocsp-win32-bin.zip" rel="nofollow"> + Native 1.2.12 Windows OCSP-enabled Binaries zip</a> <ul class="attributes"> <li> - [<a href="https://www.apache.org/dist/tomcat/tomcat-connectors/native/1.2.10/binaries/tomcat-native-1.2.10-ocsp-win32-bin.zip.asc">PGP</a>], - [<a href="https://www.apache.org/dist/tomcat/tomcat-connectors/native/1.2.10/binaries/tomcat-native-1.2.10-ocsp-win32-bin.zip.md5">MD5</a>], - [<a href="https://www.apache.org/dist/tomcat/tomcat-connectors/native/1.2.10/binaries/tomcat-native-1.2.10-ocsp-win32-bin.zip.sha1">SHA1</a>] + [<a href="https://www.apache.org/dist/tomcat/tomcat-connectors/native/1.2.12/binaries/tomcat-native-1.2.12-ocsp-win32-bin.zip.asc">PGP</a>], + [<a href="https://www.apache.org/dist/tomcat/tomcat-connectors/native/1.2.12/binaries/tomcat-native-1.2.12-ocsp-win32-bin.zip.md5">MD5</a>], + [<a href="https://www.apache.org/dist/tomcat/tomcat-connectors/native/1.2.12/binaries/tomcat-native-1.2.12-ocsp-win32-bin.zip.sha1">SHA1</a>] </li> </ul> </li> Modified: tomcat/site/trunk/xdocs/index.xml URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/index.xml?rev=1784476&r1=1784475&r2=1784476&view=diff ============================================================================== --- tomcat/site/trunk/xdocs/index.xml (original) +++ tomcat/site/trunk/xdocs/index.xml Sun Feb 26 19:28:10 2017 @@ -39,6 +39,23 @@ project logo are trademarks of the Apach </section> +<section name="Tomcat Native 1.2.12 Released" rtext="2017-02-21"> +<p> +The Apache Tomcat Project is proud to announce the release of version 1.2.12 of +Tomcat Native. The notable changes since 1.2.10 include: +</p> +<ul> + <li>Windows binaries built with APR 1.5.2 and OpenSSL 1.0.2k.</li> + <li>Better documentation for building on Windows including with FIPS enabled + OpenSSL.</li> +</ul> +<p>Note that users should now be using 1.2.x in preference to 1.1.x.</p> +<p style="text-align: center;"> +<a href="download-native.cgi">Download</a> | +<a href="native-doc/miscellaneous/changelog.html">ChangeLog for 1.2.12</a> +</p> +</section> + <section name="Tomcat 7.0.75 Released" rtext="2017-01-24"> <p> The Apache Tomcat Project is proud to announce the release of version 7.0.75 of @@ -156,22 +173,6 @@ Apache Tomcat 6.0.47.</p> </p> </section> -<section name="Tomcat Native 1.2.10 Released" rtext="2016-10-05"> -<p> -The Apache Tomcat Project is proud to announce the release of version 1.2.10 of -Tomcat Native. The notable changes since 1.2.8 include: -</p> -<ul> - <li>Windows binaries built with APR 1.5.2 and OpenSSL 1.0.2j.</li> -</ul> -<p>Note that, unless a regression is discovered in 1.2.x, users should now be -using 1.2.x in preference to 1.1.x.</p> -<p style="text-align: center;"> -<a href="download-native.cgi">Download</a> | -<a href="native-doc/miscellaneous/changelog.html">ChangeLog for 1.2.10</a> -</p> -</section> - <section name="Tomcat Connectors 1.2.42 Released" rtext="2016-10-05"> <p> The Apache Tomcat Project is proud to announce the release of version 1.2.42 of Modified: tomcat/site/trunk/xdocs/oldnews.xml URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/oldnews.xml?rev=1784476&r1=1784475&r2=1784476&view=diff ============================================================================== --- tomcat/site/trunk/xdocs/oldnews.xml (original) +++ tomcat/site/trunk/xdocs/oldnews.xml Sun Feb 26 19:28:10 2017 @@ -261,6 +261,22 @@ changelog</a>. </p> </section> +<section name="Tomcat Native 1.2.10 Released" rtext="2016-10-05"> +<p> +The Apache Tomcat Project is proud to announce the release of version 1.2.10 of +Tomcat Native. The notable changes since 1.2.8 include: +</p> +<ul> + <li>Windows binaries built with APR 1.5.2 and OpenSSL 1.0.2j.</li> +</ul> +<p>Note that, unless a regression is discovered in 1.2.x, users should now be +using 1.2.x in preference to 1.1.x.</p> +<p style="text-align: center;"> +<a href="download-native.cgi">Download</a> | +<a href="native-doc/miscellaneous/changelog.html">ChangeLog for 1.2.10</a> +</p> +</section> + <section name="Tomcat 7.0.72 Released" rtext="2016-09-19"> <p> The Apache Tomcat Project is proud to announce the release of version 7.0.72 of --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org