Author: rjung Date: Sun Jul 10 16:49:31 2011 New Revision: 1144901 URL: http://svn.apache.org/viewvc?rev=1144901&view=rev Log: Sync tcnative trunk from 1.1.x: Part 3: changelog for 1.1.
Modified: tomcat/native/trunk/xdocs/miscellaneous/changelog-1.1.x.xml Modified: tomcat/native/trunk/xdocs/miscellaneous/changelog-1.1.x.xml URL: http://svn.apache.org/viewvc/tomcat/native/trunk/xdocs/miscellaneous/changelog-1.1.x.xml?rev=1144901&r1=1144900&r2=1144901&view=diff ============================================================================== --- tomcat/native/trunk/xdocs/miscellaneous/changelog-1.1.x.xml (original) +++ tomcat/native/trunk/xdocs/miscellaneous/changelog-1.1.x.xml Sun Jul 10 16:49:31 2011 @@ -36,6 +36,31 @@ new documentation project for Tomcat Native was started. </p> </section> +<section name="Changes between 1.1.20 and 1.1.21"> + <changelog> + <fix> + Support arbitrary protocol combinations of SSLv2, SSLv3 and TLSv1. (rjung) + </fix> + <fix> + <bug>51437</bug>: Try loading certificate in DER format if PEM was invalid. (mturk) + </fix> + <fix> + <bug>49557</bug>: index erro in the loop to get the env info in the proc.create function. (kkolinko, jfclere) + </fix> + <fix> + <bug>49851</bug>: JNI Registry.deleteKey and Registry.deleteValue corrupt Windows registry. (jfclere) + </fix> + <fix> + <bug>48253</bug>: adding dynamic locking callbacks for openssl engines. (jfclere) + </fix> + <update> + Make the non blocking write really no blocking. (jfclere) + </update> + <update> + Add support for unsafe legacy renegotiation. (mturk) + </update> + </changelog> +</section> <section name="Changes between 1.1.19 and 1.1.20"> <changelog> <fix> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org