remm        2005/01/11 06:53:26

  Modified:    webapps/docs changelog.xml
  Log:
  - Changelog update.
  
  Revision  Changes    Path
  1.215     +23 -0     jakarta-tomcat-catalina/webapps/docs/changelog.xml
  
  Index: changelog.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/changelog.xml,v
  retrieving revision 1.214
  retrieving revision 1.215
  diff -u -r1.214 -r1.215
  --- changelog.xml     8 Jan 2005 11:15:00 -0000       1.214
  +++ changelog.xml     11 Jan 2005 14:53:26 -0000      1.215
  @@ -35,6 +35,10 @@
          <add>
            New store config module for better server.xml saving support (pero)
          </add>
  +       <update>
  +         <bug>32081</bug>: Remove the JDK requirement from the Unix scripts, 
submitted
  +         by Ben Souther (remm)
  +       </update>
       </changelog>
     </subsection>
   
  @@ -65,6 +69,15 @@
           <bug>31198</bug>: Fix FORM and DIGEST authentication for non-ASCII
           usernames and passwords. (markt)
         </fix>
  +      <fix>
  +        Reimplement charset mapper (remm)
  +      </fix>
  +      <fix>
  +        Add logging of exception which could occur when retrieving the 
password in JDBCRealm (remm)
  +      </fix>
  +      <fix>
  +        <bug>25889</bug>: Don't execute queries twice, submitted by Tom 
Anderson (remm)
  +      </fix>
       </changelog>
     </subsection>
   
  @@ -72,6 +85,16 @@
       <changelog>
         <fix>
           <bug>32708</bug>: Better handling of bad encoding with the string 
cache. (remm)
  +      </fix>
  +      <fix>
  +        <bug>32781</bug>: Fix bad initialization of the "scheme" field of 
the request
  +        object, which would cause getScheme to return "http" for the first 
request. (remm)
  +      </fix>
  +      <fix>
  +        Content length should be ignored if there is chunking (remm)
  +      </fix>
  +      <fix>
  +        Remove most deprecation problems for the AJP connector (remm)
         </fix>
       </changelog>
     </subsection>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to