Author: kkolinko Date: Thu Nov 7 11:14:41 2013 New Revision: 1539596 URL: http://svn.apache.org/r1539596 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55663 Minor correction to the wording of the NOTICE file to align it with http://www.apache.org/legal/src-headers.html#notice
Modified: tomcat/native/branches/1.1.x/ (props changed) tomcat/native/branches/1.1.x/NOTICE tomcat/native/branches/1.1.x/xdocs/miscellaneous/changelog.xml Propchange: tomcat/native/branches/1.1.x/ ------------------------------------------------------------------------------ Merged /tomcat/native/trunk:r1539594 Modified: tomcat/native/branches/1.1.x/NOTICE URL: http://svn.apache.org/viewvc/tomcat/native/branches/1.1.x/NOTICE?rev=1539596&r1=1539595&r2=1539596&view=diff ============================================================================== --- tomcat/native/branches/1.1.x/NOTICE (original) +++ tomcat/native/branches/1.1.x/NOTICE Thu Nov 7 11:14:41 2013 @@ -1,5 +1,5 @@ Apache Tomcat Native Library Copyright 2002-2013 The Apache Software Foundation -This product includes software developed by +This product includes software developed at The Apache Software Foundation (http://www.apache.org/). Modified: tomcat/native/branches/1.1.x/xdocs/miscellaneous/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/native/branches/1.1.x/xdocs/miscellaneous/changelog.xml?rev=1539596&r1=1539595&r2=1539596&view=diff ============================================================================== --- tomcat/native/branches/1.1.x/xdocs/miscellaneous/changelog.xml (original) +++ tomcat/native/branches/1.1.x/xdocs/miscellaneous/changelog.xml Thu Nov 7 11:14:41 2013 @@ -36,6 +36,16 @@ new documentation project for Tomcat Native was started. </p> </section> +<section name="Changes between 1.1.29 and 1.1.30"> + <changelog> + <fix> + <bug>55663</bug>: Minor correction to the wording of the NOTICE file + to align it with the <a + href="http://www.apache.org/legal/src-headers.html#notice">requirements + for NOTICE files</a>. (kkolinko) + </fix> + </changelog> +</section> <section name="Changes between 1.1.28 and 1.1.29"> <changelog> <fix> @@ -55,15 +65,15 @@ of APR improves performance. (rjung) </update> <fix> - <bug>29422</bug> Fixed double-free in <code>ssl_ocsp_request</code>. + <bug>29422</bug>: Fixed double-free in <code>ssl_ocsp_request</code>. Patch provided by Aristotelis. (schultz) </fix> <fix> - <bug>51655</bug> Added a decent description of what tcnative actually is. + <bug>51655</bug>: Added a decent description of what tcnative actually is. (schultz) </fix> <fix> - <bug>51813</bug> Add NULL-checking for <code>s->net</code> to + <bug>51813</bug>: Add NULL-checking for <code>s->net</code> to avoid SIGSEGV in situations where it appears a socket bas been recycled. (schultz) </fix> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org