larryi      01/11/13 19:02:24

  Modified:    .        RELEASE-NOTES-3.3.1.txt
  Log:
  Document recent changes.
  
  Revision  Changes    Path
  1.2       +8 -3      jakarta-tomcat/RELEASE-NOTES-3.3.1.txt
  
  Index: RELEASE-NOTES-3.3.1.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/RELEASE-NOTES-3.3.1.txt,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- RELEASE-NOTES-3.3.1.txt   2001/11/09 03:37:53     1.1
  +++ RELEASE-NOTES-3.3.1.txt   2001/11/14 03:02:24     1.2
  @@ -3,7 +3,7 @@
                                    Release Notes
                                    =============
   
  -$Id: RELEASE-NOTES-3.3.1.txt,v 1.1 2001/11/09 03:37:53 larryi Exp $
  +$Id: RELEASE-NOTES-3.3.1.txt,v 1.2 2001/11/14 03:02:24 larryi Exp $
   
   
   This document describes the changes that have been made since the
  @@ -28,7 +28,7 @@
            session.  This check is disabled by default.
   
            Added org.apache.tomcat.util.net.URL class from Tomcat 4.0 so
  -         request.encodeURL() can work under SSL without JSSE.  This can occur
  +         response.encodeURL() can work under SSL without JSSE.  This can occur
            if you have Apache forwarding SSL requests to a Tomcat that doesn't
            have JSSE installed.
   
  @@ -70,7 +70,10 @@
   4313     Bug in property substitution for server.xml and apps.xml files was
            fixed.
   
  +4826     Fixed AutoWebApp so the dir attribute can be an absolute path on
  +         Windows systems.
   
  +
   Documentation:
   
   Bug No.  Description
  @@ -81,7 +84,9 @@
            tomcat-ug.html updated with additional classloader information.
        
            serverxml.html updated to document new checkSSLSessionId attribute on
  -         SessionId module.
  +         SessionId module.  A note was added to Ajp12Connector to document the
  +         requirement for maxThreads to be 2 or more if it is to be used to
  +         shutdown Tomcat.
   
            tomcat-iis-howto.html updated to make it clearer that the "Filter Dlls"
            key is used only on Win98.
  
  
  

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

Reply via email to