remm        2002/06/05 23:06:10

  Modified:    .        RELEASE-NOTES-4.1.txt
  Log:
  - Status update.
  
  Revision  Changes    Path
  1.7       +40 -7     jakarta-tomcat-4.0/RELEASE-NOTES-4.1.txt
  
  Index: RELEASE-NOTES-4.1.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/RELEASE-NOTES-4.1.txt,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- RELEASE-NOTES-4.1.txt     29 May 2002 03:06:50 -0000      1.6
  +++ RELEASE-NOTES-4.1.txt     6 Jun 2002 06:06:10 -0000       1.7
  @@ -3,7 +3,7 @@
                               Release Notes
                               =============
   
  -$Id: RELEASE-NOTES-4.1.txt,v 1.6 2002/05/29 03:06:50 remm Exp $
  +$Id: RELEASE-NOTES-4.1.txt,v 1.7 2002/06/06 06:06:10 remm Exp $
   
   
   ============
  @@ -51,6 +51,9 @@
           Complete rewrite of the SSI functionality (WARNING: servlet class name
           has changed).
   
  +[4.1.3] CoyoteConnector:
  +        Add PureTLS support.
  +
   
   -------------------
   Jasper New Features:
  @@ -66,6 +69,23 @@
   [4.1.3] Compiler:
           Ant 1.5 based compiler.
   
  +[4.1.4] Compiler:
  +        Extensive code cleanup.
  +
  +[4.1.4] JspC:
  +        Extensive refactoring of JspC.
  +
  +[4.1.4] Options:
  +        Add nem "compiler" option, which contains the Ant name of the Java 
  +        compiler to be used. Please refer to the list in the Ant documentation
  +        for more details.
  +
  +[4.1.4] Generator:
  +        Fix the limitation on the number of tags which can be used within a
  +        single page, which was cause by the 64K bytecode limit for a sigle 
  +        method. Now Jasper generates separate methods for tag bodies when lots
  +        of tags are used.
  +
   
   ==========================
   BUG FIXES AND IMPROVEMENTS:
  @@ -163,7 +183,26 @@
   [4.1.3] ManagerServlet:
           Handle resources nested in subcontexts.
   
  +[4.1.3] NamingResources:
  +        Prevent naming resources overriding.
  +
  +[4.1.4] HostConfig:
  +        Do web.xml tracking on all contexts.
  +
  +[4.1.4] NamingResources:
  +        Fix entries removal.
   
  +[4.1.4] ContextBindings:
  +        JNDI environment is now available to webapp created classloaders, as
  +        long as the webapp classloader is in its parent hierarchy.
  +
  +[4.1.4] ManagerServlet:
  +        Save configuration when undeploying.
  +
  +[4.1.4] #9629
  +        Fix ServletContext.getResourcePaths to match spec
  +        ApplicationContext:
  +        getResourcePaths now returns null for non existing paths.
   
   
   ----------------
  @@ -203,12 +242,6 @@
   [4.1.3] Generator:
           Fix spec compliance bug where a tag could define scripting variables in
           both the TLD and the TagExtraInfo class.
  -
  -[4.1.3] CoyoteConnector:
  -        Add PureTLS support.
  -
  -[4.1.3] NamingResources:
  -        Prevent naming resources overriding.
   
   
   ============================
  
  
  

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

Reply via email to