[Zope-Checkins] CVS: Zope2  - CHANGES.txt:1.333
   
    shane@digicool.com
     
    shane@digicool.com
       
    Thu, 21 Jun 2001 13:54:56 -0400 (EDT)
    
    
  
Update of /cvs-repository/Zope2/doc
In directory korak.digicool.com:/tmp/cvs-serv25891
Modified Files:
	CHANGES.txt 
Log Message:
...
--- Updated File CHANGES.txt in package Zope2 --
--- CHANGES.txt	2001/06/21 17:41:25	1.332
+++ CHANGES.txt	2001/06/21 17:54:56	1.333
@@ -100,6 +100,12 @@
           parameter string broke the ZScriptHTML_tryParams function of
           PythonScripts.
 
+        - Restored performance of security checks in DTML and
+          Scripts (Python) by replacing read guards with function calls to
+          guarded_getattr() and guarded_getitem() of ZopeGuards.
+
+        - Restricted the target of PythonScript print statements.
+
     Zope 2.4 alpha 1
 
       Features Added