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

Sidnei da Silva sidnei at awkly.org
Wed Dec 1 15:10:26 EST 2004


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

Modified Files:
      Tag: dc-large_file-branch
	CHANGES.txt 
Log Message:

      - webdav.Resource: during COPY, manage_afterClone was called way
        too early, thus the object wasn't bound to the database and
        couldn't find a context. Changed to behave the same way as
        CopySupport.



=== Zope/doc/CHANGES.txt 1.625.2.237 => 1.625.2.237.2.1 ===
--- Zope/doc/CHANGES.txt:1.625.2.237	Wed Nov  3 12:46:33 2004
+++ Zope/doc/CHANGES.txt	Wed Dec  1 15:09:55 2004
@@ -8,6 +8,11 @@
 
     Bugs fixed
 
+      - webdav.Resource: during COPY, manage_afterClone was called way
+        too early, thus the object wasn't bound to the database and
+        couldn't find a context. Changed to behave the same way as
+        CopySupport.
+
       - docutils: updated to V 0.3.5. The Zope core now contains a full copy
         of the docutils package except some GPLed files which can not be
         included with the Zope distribution due to license constraints on



More information about the Zope-Checkins mailing list