[CMF-checkins] CVS: CMF - CHANGES.txt:1.123

Chris Withers chrisw@nipltd.com
Mon, 18 Nov 2002 04:52:55 -0500


Update of /cvs-repository/CMF
In directory cvs.zope.org:/tmp/cvs-serv23632

Modified Files:
	CHANGES.txt 
Log Message:
Fixed incorrect security declaration in File.py (Collector #91)

=== CMF/CHANGES.txt 1.122 => 1.123 ===
--- CMF/CHANGES.txt:1.122	Mon Nov  4 14:59:15 2002
+++ CMF/CHANGES.txt	Mon Nov 18 04:52:55 2002
@@ -32,6 +32,8 @@
 
   Bug Fixes
 
+    - Fixed incorrect security declaration in File.py (Collector #91).
+
     - Multimodule checkin to convert calls from user.getUserName() to
       user.getId() where appropriate.  User names should not be used
       as immutable references, while user ids should.  The distinction