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

Yvo Schubbe y.2005- at wcm-solutions.de
Mon Jun 13 13:32:34 EDT 2005


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

Modified Files:
	CHANGES.txt 
Log Message:
ported newstyle (Zope 3) interfaces from CMFonFive:
- added ZCML-files that bridge z2 to z3 interfaces
- added conformance tests
- fixed the Criterion interface
- added missing license headers
- cleaned up related tests a bit


=== CMF/CHANGES.txt 1.302 => 1.303 ===
--- CMF/CHANGES.txt:1.302	Mon Jun 13 05:17:07 2005
+++ CMF/CHANGES.txt	Mon Jun 13 13:32:03 2005
@@ -2,6 +2,9 @@
 
   New Features
 
+    - Interfaces: Added newstyle (Zope 3) interfaces.
+      This change has no effect on Zope 2.7 without Five.
+
     - CMFDefault skins: Added members_delete_form.
       This adds a confirmation step to avoid accidental deletion of members.
 
@@ -28,17 +31,8 @@
 
   Bug Fixes
 
-    - CMFDefault.SyndicationTool: Zope 2.8 raises AttributeError where
-      earlier Zopes used to raise KeyError.
-
-    - Set cache headers in 304 responses from FSImage / FSFile
-      (http://zope.org/Collectors/355)
-
     - DublinCore and PortalFolder: Changed fallback in 'Type' method.
       The fallback is only necessary if the related type info is missing.
-
-    - CMFDefault.SyndicationTool: Coerce property values into correct
-      types. (http://zope.org/Collectors/CMF/344)
 
     - CMFCore.PortalContent: Wrong variable name in __call__ would blow up
       if no default view could be found for a piece of content.



More information about the CMF-checkins mailing list