Author: violetagg
Date: Tue Jan 9 10:09:54 2018
New Revision: 1820634
URL: http://svn.apache.org/viewvc?rev=1820634&view=rev
Log:
Fix typo. Fixes having an issue number are sorted by their number, ascending.
Modified:
tomcat/trunk/webapps/docs/changelog.xml
Modified: tomcat/trunk/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1820634&r1=1820633&r2=1820634&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/trunk/webapps/docs/changelog.xml Tue Jan 9 10:09:54 2018
@@ -95,13 +95,13 @@
mechanism. (markt)
</fix>
<fix>
- <bug>61918</bug>: Fix connectionLimitLatch counting when closing an
- already closed socket. Based on a patch by Ryan Fong. (remm)
- </fix>
- <fix>
<bug>61914</bug>: Possible NPE with Java 9 when creating a SSL engine.
Patch submitted by Evgenij Ryazanov. (remm)
</fix>
+ <fix>
+ <bug>61918</bug>: Fix connectionLimitLatch counting when closing an
+ already closed socket. Based on a patch by Ryan Fong. (remm)
+ </fix>
<add>
Add support for the OpenSSL ARIA ciphers to the OpenSSL to JSSE
cipher mapping. (markt)
@@ -147,7 +147,7 @@
<add>
<bug>61223</bug>: Add the mbeans-descriptors.dtd file to the custom
MBean documentation so users have a reference to use when constructing
- mbeans-descriptiors.xml files for custom components. (markt)
+ mbeans-descriptors.xml files for custom components. (markt)
</add>
<add>
<bug>61565</bug>: Add the ability to trigger a reloading of TLS host
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]