craigmcc    01/09/17 18:09:37

  Modified:    .        RELEASE-NOTES-4.0.txt RELEASE-PLAN-4.0.txt
  Log:
  Update to final status for release.
  
  Revision  Changes    Path
  1.6       +12 -17    jakarta-tomcat-4.0/RELEASE-NOTES-4.0.txt
  
  Index: RELEASE-NOTES-4.0.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/RELEASE-NOTES-4.0.txt,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- RELEASE-NOTES-4.0.txt     2001/09/17 18:38:48     1.5
  +++ RELEASE-NOTES-4.0.txt     2001/09/18 01:09:37     1.6
  @@ -3,7 +3,7 @@
                               Release Notes
                               =============
   
  -$Id: RELEASE-NOTES-4.0.txt,v 1.5 2001/09/17 18:38:48 craigmcc Exp $
  +$Id: RELEASE-NOTES-4.0.txt,v 1.6 2001/09/18 01:09:37 craigmcc Exp $
   
   
   ============
  @@ -108,7 +108,13 @@
   Compiler:  Remove a spurious "null" in an error message when no mapping back
   to the original source file can be performed.
   
  +JspC:  Fix bugs that made it impossible to precompile JSP pages that referenced
  +custom tag libraries with the "jspc" command line tool.
   
  +Compiler:  If the user specifies a "name" attribute on the <jsp:plugin> tag,
  +carry this through to the generated <embed> and <object> tags.
  +
  +
   -----------------
   Webapps Bug Fixes:
   -----------------
  @@ -136,13 +142,14 @@
     web.xml file for your web application.  See the documentation included
     with the connector for configuration requirements.
   
  -* The version of the connector to be published with Tomcat 4.0 final has had
  -  all outstanding bugs fixed for Unix platforms.  However, a known issue
  -  remains with the connector on Windows platforms.  For more information, see
  +* The version of the connector to be published with Tomcat 4.0 final has
  +  the following known issues:
   
       http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3509
  +
  +    http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3534
   
  -  This problem will be addressed in a future release of the connector.
  +  These problems will be addressed in a future release of the connector.
   
   
   -------------------------------------
  @@ -165,18 +172,6 @@
   To avoid this problem, place classes that load native libraries outside of the
   web application, and ensure that the loadLibrary() call is executed only once
   during the lifetime of a particular JVM.
  -
  -
  --------------------------
  -JSP Command Line Compiles:
  --------------------------
  -
  -Tomcat 4.0 includes a command-line utility (jspc.bat or jscp.sh) to precompile
  -individual JSP pages, or all JSP pages in an application.  If the page(s) you
  -are compiling include references to custom tag libraries, you MUST use the
  -"-webapp" command line option so that the entire web application (including
  -all the required tag library descriptors and JAR files) is available to the
  -compiler.
   
   
   ----------------------------------
  
  
  
  1.23      +5 -11     jakarta-tomcat-4.0/RELEASE-PLAN-4.0.txt
  
  Index: RELEASE-PLAN-4.0.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/RELEASE-PLAN-4.0.txt,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- RELEASE-PLAN-4.0.txt      2001/09/17 18:00:53     1.22
  +++ RELEASE-PLAN-4.0.txt      2001/09/18 01:09:37     1.23
  @@ -1,4 +1,4 @@
  -$Id: RELEASE-PLAN-4.0.txt,v 1.22 2001/09/17 18:00:53 craigmcc Exp $
  +$Id: RELEASE-PLAN-4.0.txt,v 1.23 2001/09/18 01:09:37 craigmcc Exp $
   
                         Release Plan for Apache Tomcat 4.0
                         ==================================
  @@ -48,25 +48,19 @@
   
   Connectors  3509    Apache 1.3.20 and mod_webapp and Tomcat 4b7 HANGS
                       (likely to be the same issue as 1788)
  +                    (WILL BE NOTED AS AN ISSUE ON THE RELEASE NOTES)
   
  -Connectors  3534    File Upload doesn't work with Apache, mod_webapp, Tomcat 4
  +Connectors  3534    File Upload doesn't work with Apache, mod_webapp, Tomcat 4,
  +                    and WebDAV.  (WILL BE NOTED AS AN ISSUE ON THE RELEASE
  +                    NOTES)
   
   
   Nice To Have Fixes Before Final Release:
   ---------------------------------------
   
  -Jasper      3055    <jsp:plugin> tag ignores the name attribute
   
  -Servletapi  3196    Javadoc errors during build
  -
  -Servletapi  3344    Typo in javadocs
  -
  -
   Unconfirmed Bugs (Awaiting Reproducible Failure Case):
   -----------------------------------------------------
  -
  -Jasper      3529    JSPC cannot handle tag libraries (reopened)
  -                    (under investigation)
   
   Jasper      3640    Fix for JSPC handling of tag libraries in a JAR
                       (probably related to 3529)
  
  
  

Reply via email to