[Zope-Checkins] CVS: Zope/doc - CHANGES.txt:1.601

Andreas Jung andreas@andreas-jung.com
Mon, 3 Feb 2003 06:00:25 -0500


Update of /cvs-repository/Zope/doc
In directory cvs.zope.org:/tmp/cvs-serv15781/doc

Modified Files:
	CHANGES.txt 
Log Message:
     - Collector #790: WebDAV access is granted by default only
       to Managers and Authenticated users instead to Anonymous users.
       This restricts access to the Control_Panel and especially
       to the Products management to trusted users.


=== Zope/doc/CHANGES.txt 1.600 => 1.601 ===
--- Zope/doc/CHANGES.txt:1.600	Sun Feb  2 08:50:11 2003
+++ Zope/doc/CHANGES.txt	Mon Feb  3 05:59:52 2003
@@ -43,6 +43,11 @@
 
     Bugs Fixed
 
+     - Collector #790:WebDAV access is granted by default only
+       to Managers and Authenticated users instead to Anonymous users.
+       This restricts access to the Control_Panel and especially
+       to the Products management to trusted users.
+
      - Cut & Delete operations on locked objects (WebDAV) are no longer
        permitted and will raise an exception. Copies of locked objects
        are copied without lock.