craigmcc    00/12/11 20:51:39

  Modified:    .        Tag: tomcat_32 RELEASE-NOTES
               src/share/org/apache/tomcat/core Tag: tomcat_32
                        Constants.java
               src/webpages Tag: tomcat_32 index.html
  Log:
  Change version numbers (and update the release notes) for a proposed
  Tomcat 3.2.1 release.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.2   +33 -4     jakarta-tomcat/Attic/RELEASE-NOTES
  
  Index: RELEASE-NOTES
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/Attic/RELEASE-NOTES,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- RELEASE-NOTES     2000/09/07 11:27:50     1.1.2.1
  +++ RELEASE-NOTES     2000/12/12 04:51:37     1.1.2.2
  @@ -1,7 +1,7 @@
  -                           Release Notes for:
  -                           ==================
  -                           TOMCAT Version 3.2
  -                           ==================
  +                            Release Notes for:
  +                           ====================
  +                           TOMCAT Version 3.2.1
  +                           ====================
   
   
   0.  TABLE OF CONTENTS:
  @@ -12,6 +12,7 @@
       4.  Tomcat: Past, Present, and Future
       5.  New Features In This Release
       6.  Known Bugs and Issues
  +    7.  Fixes and Enhancements in Updates
   
   
   =============================================================================
  @@ -27,7 +28,11 @@
   You should read the License Agreement (in the LICENSE file of the top level
   directory), which applies to all software included in this release.
   
  +This document adds descriptions of the bug fixes and enhancements that have
  +been added in update releases of Tomcat 3.2 since the original release.  See
  +Section 7 for details.
   
  +
   =============================================================================
   2.  INSTALLING AND RUNNING TOMCAT
   
  @@ -142,3 +147,27 @@
       BAD:   /mydirectory/mydocroot
   
   Under Unix, absolute pathnames must begin with a slash ('/') character.
  +
  +
  +=============================================================================
  +7.  FIXES AND ENHANCEMENTS IN UPDATES
  +
  +7.1 Fixes and Enhancements In Release 3.2.1
  +
  +JDBCRealm - The exception message that is logged when an exception occurs now
  +includes a description of the actual SQLException, to aid in debugging the
  +cause of the problem.  Also, this class is no longer marked "final", so that
  +it can be conveniently subclassed by customized versions.
  +
  +ShowSource - The mechanism used to display the JSP source examples could be
  +used to display sensitive files from the WEB-INF and META-INF directories.
  +This has been corrected.
  +
  +SSL Documentation - The "doc/tomcat-ssl-howto.html" document has been updated
  +to reflect more current information about using Tomcat+Apache in an SSL
  +environment.
  +
  +Security Vulnerability - Tomcat 3.2 (final) exposes sensitive information when
  +a URL like "http://localhost:8080/examples//WEB-INF/web.xml" (note the double
  +slash) is presented.  This has been corrected so that a 404 is returned.
  +
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.22.2.8  +1 -1      
jakarta-tomcat/src/share/org/apache/tomcat/core/Attic/Constants.java
  
  Index: Constants.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat/src/share/org/apache/tomcat/core/Attic/Constants.java,v
  retrieving revision 1.22.2.7
  retrieving revision 1.22.2.8
  diff -u -r1.22.2.7 -r1.22.2.8
  --- Constants.java    2000/11/29 19:34:26     1.22.2.7
  +++ Constants.java    2000/12/12 04:51:38     1.22.2.8
  @@ -67,7 +67,7 @@
   
   public class Constants {
       public static final String TOMCAT_NAME = "Tomcat Web Server";
  -    public static final String TOMCAT_VERSION = "3.2 (final)";
  +    public static final String TOMCAT_VERSION = "3.2.1";
   
       public static final String JSP_NAME = "JSP";
       public static final String JSP_VERSION = "1.1";
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.13.2.8  +2 -2      jakarta-tomcat/src/webpages/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/webpages/index.html,v
  retrieving revision 1.13.2.7
  retrieving revision 1.13.2.8
  diff -u -r1.13.2.7 -r1.13.2.8
  --- index.html        2000/11/29 19:34:29     1.13.2.7
  +++ index.html        2000/12/12 04:51:38     1.13.2.8
  @@ -4,13 +4,13 @@
   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
   <meta name="GENERATOR" content="Mozilla/4.72 [en] (WinNT; U) [Netscape]">
   <meta name="Author" content="Anil K. Vijendran">
  -<title>Tomcat v3.2 (final)</title>
  +<title>Tomcat v3.2.1</title>
   </head>
   <body bgcolor="#FFFFFF">
   <img SRC="tomcat.gif" height=92 width=130 align=LEFT><b><font face="Arial, 
Helvetica, sans-serif"><font size=+3>Tomcat</font></font></b> 
   <br>
   <b><font face="Arial, Helvetica, sans-serif"><font size=-1>Version
  -3.2 (final)</font></font></b>
  +3.2.1</font></font></b>
   <p>This is the default Tomcat home page. This page serves as a quick reference
   guide to related resources and is located at:
   <ul>
  
  
  

Reply via email to