You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by gl...@apache.org on 2001/06/22 22:31:26 UTC

cvs commit: jakarta-tomcat-4.0 RELEASE-NOTES-4.0-B6.txt

glenn       01/06/22 13:31:26

  Modified:    .        RELEASE-NOTES-4.0-B6.txt
  Log:
  Add note about new JndiPermission
  
  Revision  Changes    Path
  1.2       +3 -1      jakarta-tomcat-4.0/RELEASE-NOTES-4.0-B6.txt
  
  Index: RELEASE-NOTES-4.0-B6.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/RELEASE-NOTES-4.0-B6.txt,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- RELEASE-NOTES-4.0-B6.txt	2001/05/15 03:25:46	1.1
  +++ RELEASE-NOTES-4.0-B6.txt	2001/06/22 20:31:25	1.2
  @@ -3,7 +3,7 @@
                               Release Notes
                               =============
   
  -$Id: RELEASE-NOTES-4.0-B6.txt,v 1.1 2001/05/15 03:25:46 craigmcc Exp $
  +$Id: RELEASE-NOTES-4.0-B6.txt,v 1.2 2001/06/22 20:31:25 glenn Exp $
   
   
   ============
  @@ -44,6 +44,8 @@
   Catalina New Features:
   ---------------------
   
  +Created a new Java SecurityManager permission called JndiPermission
  +for use in setting security policy for file based JNDI named resources.
   
   -------------------
   Jasper New Features: