Author: remm
Date: Tue Apr 11 08:16:34 2006
New Revision: 393243
URL: http://svn.apache.org/viewcvs?rev=393243&view=rev
Log:
- Changelog update.
Modified:
tomcat/container/tc5.5.x/webapps/docs/changelog.xml
Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewcvs/tomcat/container/tc5.5.x/webapps/docs/changelog.xml?rev=393243&r1=393242&r2=393243&view=diff
==============================================================================
--- tomcat/container/tc5.5.x/webapps/docs/changelog.xml (original)
+++ tomcat/container/tc5.5.x/webapps/docs/changelog.xml Tue Apr 11 08:16:34 2006
@@ -20,6 +20,9 @@
<update>
Update to Xerces 2.8.0 (remm)
</update>
+ <update>
+ Update to tcnative 1.1.3 (remm)
+ </update>
</changelog>
</subsection>
<subsection name="Catalina">
@@ -49,6 +52,16 @@
<update>
Expand the semaphore valve (remm)
</update>
+ <fix>
+ <bug>39021</bug>: Add back support for authentication only, submitted
by Scott Stark (remm)
+ </fix>
+ <fix>
+ Revert fix for <bug>38113</bug>, which does not seem a legitimate
problem, and causes
+ regressions (remm)
+ </fix>
+ <fix>
+ Correctly reset listeners when reloading a webapp (remm)
+ </fix>
</changelog>
</subsection>
<subsection name="Coyote">
@@ -67,6 +80,19 @@
As exhibited in the ASF's JIRA installation, it seems EINTR is a
status code that should
be ignored as a result to a poll call (remm)
</fix>
+ <update>
+ New APR connectors defaults (remm)
+ </update>
+ <update>
+ Add multiple threads for APR pollers, to work around Windows
limitations (performance degrades
+ very rapidly if poller sizes over 1024 are allowed when compiling APR)
(remm)
+ </update>
+ <update>
+ New modes for firstReadTimeout (-1 being the new default) (remm)
+ </update>
+ <update>
+ Replace java.util.Stack usage with a simple array in the APR endpoint
(remm)
+ </update>
</changelog>
</subsection>
<subsection name="Webapps">
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]