Author: kkolinko Date: Tue Feb 12 13:13:47 2013 New Revision: 1445159 URL: http://svn.apache.org/r1445159 Log: Update native docs with r1445154 Correct instructions order in README.txt
Modified: tomcat/site/trunk/README.txt tomcat/site/trunk/docs/native-doc/miscellaneous/changelog.html tomcat/site/trunk/docs/native-doc/miscellaneous/printer/changelog.html Modified: tomcat/site/trunk/README.txt URL: http://svn.apache.org/viewvc/tomcat/site/trunk/README.txt?rev=1445159&r1=1445158&r2=1445159&view=diff ============================================================================== --- tomcat/site/trunk/README.txt (original) +++ tomcat/site/trunk/README.txt Tue Feb 12 13:13:47 2013 @@ -176,8 +176,8 @@ B) 2. cd into your tomcat-site directory and execute one of the following commands: - ant release-native ant release-jk + ant release-native 3. Check the changes with "svn status" command. 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=1445159&r1=1445158&r2=1445159&view=diff ============================================================================== --- tomcat/site/trunk/docs/native-doc/miscellaneous/changelog.html (original) +++ tomcat/site/trunk/docs/native-doc/miscellaneous/changelog.html Tue Feb 12 13:13:47 2013 @@ -24,10 +24,11 @@ mode!' errors. (wrowe) </td></tr> <tr><td valign="top"><img alt="update" class="icon" src="../images/update.gif"></td><td> - add clearOptions function to allow access to OpenSSL's SSL_CTX_clear_options function. (schultz) + Add clearOptions function to allow access to OpenSSL's + SSL_CTX_clear_options function. (schultz) </td></tr> </table> -</blockquote></td></tr></table><table border="0" cellspacing="0" cellpadding="2" width="100%"><tr><td bgcolor="#525D76"><font color="#ffffff" face="arial,helvetica.sanserif"><a name="Changes between 1.1.24 and 1.1.25"><strong>Changes between 1.1.24 and 1.1.25</strong></a></font></td></tr><tr><td><blockquote> +</blockquote></td></tr></table><table border="0" cellspacing="0" cellpadding="2" width="100%"><tr><td bgcolor="#525D76"><font color="#ffffff" face="arial,helvetica.sanserif"><a name="Changes between 1.1.24 and 1.1.25 (not released)"><strong>Changes between 1.1.24 and 1.1.25 (not released)</strong></a></font></td></tr><tr><td><blockquote> <table border="0" cellpadding="2" cellspacing="2"> <tr><td valign="top"><img alt="fix" class="icon" src="../images/fix.gif"></td><td> <a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=52856">52856</a>: Fix high CPU usage when client changes IP address or @@ -63,7 +64,9 @@ <a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=52717">52717</a>: Set scope_id for IPv6 addresses if provided. (mturk) </td></tr> <tr><td valign="top"><img alt="update" class="icon" src="../images/update.gif"></td><td> - <a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=50570">50570</a>: Allow explicit use of FIPS mode in APR lifecycle listener (native support only in this update; Java support to follow). Based upon a patch from Chris Beckey. (schultz) + <a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=50570">50570</a>: Allow explicit use of FIPS mode in APR lifecycle + listener (native support only in this update; Java support to follow). + Based upon a patch from Chris Beckey. (schultz) </td></tr> </table> </blockquote></td></tr></table><table border="0" cellspacing="0" cellpadding="2" width="100%"><tr><td bgcolor="#525D76"><font color="#ffffff" face="arial,helvetica.sanserif"><a name="Changes between 1.1.21 and 1.1.22"><strong>Changes between 1.1.21 and 1.1.22</strong></a></font></td></tr><tr><td><blockquote> Modified: tomcat/site/trunk/docs/native-doc/miscellaneous/printer/changelog.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/native-doc/miscellaneous/printer/changelog.html?rev=1445159&r1=1445158&r2=1445159&view=diff ============================================================================== --- tomcat/site/trunk/docs/native-doc/miscellaneous/printer/changelog.html (original) +++ tomcat/site/trunk/docs/native-doc/miscellaneous/printer/changelog.html Tue Feb 12 13:13:47 2013 @@ -23,10 +23,11 @@ mode!' errors. (wrowe) </td></tr> <tr><td valign="top"><img alt="update" class="icon" src="../../images/update.gif"></td><td> - add clearOptions function to allow access to OpenSSL's SSL_CTX_clear_options function. (schultz) + Add clearOptions function to allow access to OpenSSL's + SSL_CTX_clear_options function. (schultz) </td></tr> </table> -</blockquote></td></tr></table><table border="0" cellspacing="0" cellpadding="2" width="100%"><tr><td bgcolor="#525D76"><font color="#ffffff" face="arial,helvetica.sanserif"><a name="Changes between 1.1.24 and 1.1.25"><strong>Changes between 1.1.24 and 1.1.25</strong></a></font></td></tr><tr><td><blockquote> +</blockquote></td></tr></table><table border="0" cellspacing="0" cellpadding="2" width="100%"><tr><td bgcolor="#525D76"><font color="#ffffff" face="arial,helvetica.sanserif"><a name="Changes between 1.1.24 and 1.1.25 (not released)"><strong>Changes between 1.1.24 and 1.1.25 (not released)</strong></a></font></td></tr><tr><td><blockquote> <table border="0" cellpadding="2" cellspacing="2"> <tr><td valign="top"><img alt="fix" class="icon" src="../../images/fix.gif"></td><td> <a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=52856">52856</a>: Fix high CPU usage when client changes IP address or @@ -62,7 +63,9 @@ <a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=52717">52717</a>: Set scope_id for IPv6 addresses if provided. (mturk) </td></tr> <tr><td valign="top"><img alt="update" class="icon" src="../../images/update.gif"></td><td> - <a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=50570">50570</a>: Allow explicit use of FIPS mode in APR lifecycle listener (native support only in this update; Java support to follow). Based upon a patch from Chris Beckey. (schultz) + <a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=50570">50570</a>: Allow explicit use of FIPS mode in APR lifecycle + listener (native support only in this update; Java support to follow). + Based upon a patch from Chris Beckey. (schultz) </td></tr> </table> </blockquote></td></tr></table><table border="0" cellspacing="0" cellpadding="2" width="100%"><tr><td bgcolor="#525D76"><font color="#ffffff" face="arial,helvetica.sanserif"><a name="Changes between 1.1.21 and 1.1.22"><strong>Changes between 1.1.21 and 1.1.22</strong></a></font></td></tr><tr><td><blockquote> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org