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

Andreas Jung andreas@andreas-jung.com
Sun, 6 Jul 2003 07:04:19 -0400


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

Modified Files:
      Tag: Zope-2_6-branch
	CHANGES.txt 
Log Message:
     - Collector #953: fixed namespace collision with form_title in ZMI


=== Zope/doc/CHANGES.txt 1.535.2.128 => 1.535.2.129 ===
--- Zope/doc/CHANGES.txt:1.535.2.128	Mon Jun 30 09:43:47 2003
+++ Zope/doc/CHANGES.txt	Sun Jul  6 07:03:45 2003
@@ -24,6 +24,8 @@
 
     Bugs Fixed
 
+      - Collector #953: fixed namespace collision with form_title in ZMI
+
       - Collector #956: automatically installing Examples at startup
         could be a security risk.  Examples now must be installed
         explicitly by the user (thanks to Jamie Heilman and day0).