You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by re...@apache.org on 2001/10/11 01:39:17 UTC

cvs commit: jakarta-tomcat-4.0 build.xml RELEASE-NOTES-4.0.1.txt RELEASE-PLAN-4.0.1.txt

remm        01/10/10 16:39:17

  Modified:    .        Tag: tomcat_40_branch build.xml
                        RELEASE-NOTES-4.0.1.txt RELEASE-PLAN-4.0.1.txt
  Log:
  - Update status.
  - Add an extra fixCRLF for the txt files in the root of the installation.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.38.2.6  +2 -0      jakarta-tomcat-4.0/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/build.xml,v
  retrieving revision 1.38.2.5
  retrieving revision 1.38.2.6
  diff -u -r1.38.2.5 -r1.38.2.6
  --- build.xml	2001/10/10 17:57:10	1.38.2.5
  +++ build.xml	2001/10/10 23:39:17	1.38.2.6
  @@ -296,6 +296,8 @@
           <include name="RUNNING.txt" />
         </fileset>
       </copy>
  +    <fixcrlf srcdir="${tomcat.dist}/${final.name}" 
  +     includes="*.txt,LICENSE" eol="lf"/>
       <fixcrlf srcdir="${tomcat.dist}/${final.name}/conf" eol="lf"/>
       <tar longfile="gnu" tarfile="${tomcat.dist}/${final.name}.tar">
         <tarfileset dir="${tomcat.dist}" mode="755">
  
  
  
  1.1.2.7   +13 -1     jakarta-tomcat-4.0/Attic/RELEASE-NOTES-4.0.1.txt
  
  Index: RELEASE-NOTES-4.0.1.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/Attic/RELEASE-NOTES-4.0.1.txt,v
  retrieving revision 1.1.2.6
  retrieving revision 1.1.2.7
  diff -u -r1.1.2.6 -r1.1.2.7
  --- RELEASE-NOTES-4.0.1.txt	2001/10/10 02:43:15	1.1.2.6
  +++ RELEASE-NOTES-4.0.1.txt	2001/10/10 23:39:17	1.1.2.7
  @@ -3,7 +3,7 @@
                               Release Notes
                               =============
   
  -$Id: RELEASE-NOTES-4.0.1.txt,v 1.1.2.6 2001/10/10 02:43:15 remm Exp $
  +$Id: RELEASE-NOTES-4.0.1.txt,v 1.1.2.7 2001/10/10 23:39:17 remm Exp $
   
   
   ============
  @@ -62,14 +62,20 @@
   Generic Bug Fixes:
   ------------------
   
  +Catalina.bat: Fix the path used for jsse.jar.
   
  +Build.xml: Fixes for the DOS style CRLF problems.
  +
  +
   ------------------
   Catalina Bug Fixes:
   ------------------
   
   StandardContext: Don't start the context when the doc base doesn't exist.
   
  +Documentation: Fixes in jndi-resources-howto.xml.
   
  +
   ----------------
   Jasper Bug Fixes:
   ----------------
  @@ -91,6 +97,9 @@
           in a fatal translation error if the class is abstract, an interface, 
           or a class without a public no-arg constructor.
   4023    Exceptions that terminate engine should be saved in a log.
  +4067    jndi-resources-howto.xml fixes.
  +4078    "%JSSE_HOME%\jsse.jar" should be "%JSSE_HOME%\lib\jsse.jar" 
  +        in catalina.bat.
   
   
   ============================
  @@ -256,6 +265,9 @@
   
   The problems can be fixed by reducing the default stack size. At bash shell, 
   do "ulimit -s 2048"; use "limit stacksize 2048" for tcsh.
  +
  +GLIBC 2.2 / Linux 2.4 users should also define an environment variable:
  +export LD_ASSUME_KERNEL=2.2.5
   
   
   
  
  
  
  1.1.2.12  +10 -11    jakarta-tomcat-4.0/Attic/RELEASE-PLAN-4.0.1.txt
  
  Index: RELEASE-PLAN-4.0.1.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/Attic/RELEASE-PLAN-4.0.1.txt,v
  retrieving revision 1.1.2.11
  retrieving revision 1.1.2.12
  diff -u -r1.1.2.11 -r1.1.2.12
  --- RELEASE-PLAN-4.0.1.txt	2001/10/10 02:43:15	1.1.2.11
  +++ RELEASE-PLAN-4.0.1.txt	2001/10/10 23:39:17	1.1.2.12
  @@ -1,4 +1,4 @@
  -$Id: RELEASE-PLAN-4.0.1.txt,v 1.1.2.11 2001/10/10 02:43:15 remm Exp $
  +$Id: RELEASE-PLAN-4.0.1.txt,v 1.1.2.12 2001/10/10 23:39:17 remm Exp $
   
                        Release Plan for Apache Tomcat 4.0.1
                        ====================================
  @@ -39,19 +39,21 @@
   Bugs That Must Be Addressed Before Final Release:
   ------------------------------------------------
   
  +Catalina    xxxx    Sign the release.
  +
   Connectors  3509    Apache 1.3.20 and mod_webapp and Tomcat 4b7 HANGS
  -                    (likely to be the same issue as 1788)
  +                    (unconfirmed bug).
   
   Connectors  3534    File Upload doesn't work with Apache, mod_webapp, Tomcat 4,
  -                    and WebDAV.
  +                    and WebDAV (unconfirmed bug).
   
   Catalina    3770    HttpSessionListener.sessionCreated() called twice for each
  -                    session.
  +                    session (under investigation).
   
   Catalina    3888    WebappClassLoader: Lifecycle error : CL stopped (bug may be
                       invalid).
   
  -Catalina    3993    j_security_check gives 403 error.
  +Catalina    3993    j_security_check gives 403 error (bug may be invalid).
   
   Catalina    4043    gotCatalinaHome and gotCatalinaBase labels in catalina.bat
                       indistinguishable for Windows 98 (unconfirmed bug).
  @@ -60,14 +62,8 @@
   Nice To Have Fixes Before Final Release:
   ---------------------------------------
   
  -Catalina    xxxx    Configuration files are packaged with DOS-style EOLs.
  -
   Catalina    xxxx    Update localization bundles (Spanish and Japanese).
   
  -Jasper      3668    Validation error reporting.
  -
  -Jasper      3704    Forward errors not reported when response is committed.
  -
   Catalina    3953    If context is listed in server.xml then webapp servlets 
                       are loaded twice.
   
  @@ -75,6 +71,9 @@
   
   Connectors  4042    Webapp component requires Port directive versus Listen 
                       directive.
  +
  +Catalina    4083    Bad performance when using Cocoon 2 (likely to be 
  +                    postponed).
   
   
   Unconfirmed Bugs (Awaiting Reproducible Failure Case):