[Zope-Checkins] CVS: Zope/doc - CHANGES.txt:1.535.2.41
Chris Withers
chrisw@nipltd.com
Thu, 31 Oct 2002 09:24:49 -0500
Update of /cvs-repository/Zope/doc
In directory cvs.zope.org:/tmp/cvs-serv14262/doc
Modified Files:
Tag: Zope-2_6-branch
CHANGES.txt
Log Message:
Fix python that broke the Lock Manager view in the Control Panel.
Fixes #651.
I was extremely suprised to see that this bug was introduced between 2.6.0b2 and 2.6.0.
Why was a new feature integrated at such a late stage?!
=== Zope/doc/CHANGES.txt 1.535.2.40 => 1.535.2.41 ===
--- Zope/doc/CHANGES.txt:1.535.2.40 Mon Oct 28 15:45:50 2002
+++ Zope/doc/CHANGES.txt Thu Oct 31 09:24:49 2002
@@ -8,6 +8,8 @@
Bugs Fixed
+ - Collector #651: WebDAV Lock Manager was broken.
+
- Collector #646: metal:slot was lost during the I18n merge.
- Collector #640: Fix security assertion on ZCTextIndex query method.