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

Sidnei da Silva sidnei at x3ng.com.br
Sat Jan 31 15:35:10 EST 2004


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

Modified Files:
	CHANGES.txt 
Log Message:
Fix for #215. Declare interfaces from base classes explicitly


=== CMF/CHANGES.txt 1.174 => 1.175 ===
--- CMF/CHANGES.txt:1.174	Wed Jan  7 12:22:35 2004
+++ CMF/CHANGES.txt	Sat Jan 31 15:35:09 2004
@@ -16,9 +16,9 @@
       'ResourceLockedError' are now also available for TTW code.
       'EditingConflict' is a new CMF class replacing the old string exception.
 
-    - Callable Opaque Items, CMFCatalogAware: Added a marker interface 
+    - Callable Opaque Items, CMFCatalogAware: Added a marker interface
       'ICallableOpaqueItemWithHooks'. CMF now calls the manage_after*
-      and manage_before* hooks of a marked opaque item on copying, 
+      and manage_before* hooks of a marked opaque item on copying,
       moving or deleting the containing content object (gregweb).
 
     - DublinCore: Creator element no longer depends on Ownership.
@@ -163,6 +163,9 @@
       tool overrides default member content creation.
 
   Bug Fixes
+
+
+    - CMFCore.PortalFolder: Explicitly declare base interfaces.
 
     - Tests: CachingPolicyManager tests don't fail on Windows anymore.
       (Collector #107)




More information about the CMF-checkins mailing list