Log message for revision 81783: prepare CMFCore for moving it to Products.CMFCore
Changed: U CMF/trunk/CHANGES.txt A CMF/trunk/CMFCore/CHANGES.txt UU CMF/trunk/CMFCore/version.txt -=- Modified: CMF/trunk/CHANGES.txt =================================================================== --- CMF/trunk/CHANGES.txt 2007-11-12 18:45:47 UTC (rev 81782) +++ CMF/trunk/CHANGES.txt 2007-11-12 19:25:16 UTC (rev 81783) @@ -17,15 +17,6 @@ Bug Fixes - - CMFCore.FSImage: Supply class-level defaults for 'alt', 'height', - and 'width', to avoid acquiring objects with the same names - (http://www.zope.org/Collectors/CMF/507) - - - DCWorkflow.exportimport: Scripts with invalid types imported - after scripts with valid types will no longer place the valid - script twice. Scripts can also now be specified with meta_types - other than the hard-coded meta_types. - Others - CMFUid: Removed redundant and unexpected code to auto-create catalog @@ -35,12 +26,7 @@ - interfaces: Removed deprecated oldstyle interfaces. - - CMFCore.MembershipTool: Removed ancient LoginManager compatibility code - and deprecated the no longer needed __getPUS method. - - Testing: Derive test layers from ZopeLite layer if available. - - CMF 2.1.x For a complete list see CHANGES.txt of the 2.1 branch. Copied: CMF/trunk/CMFCore/CHANGES.txt (from rev 81780, Products.CMFCore/trunk/Products/CMFCore/CHANGES.txt) =================================================================== --- CMF/trunk/CMFCore/CHANGES.txt (rev 0) +++ CMF/trunk/CMFCore/CHANGES.txt 2007-11-12 19:25:16 UTC (rev 81783) @@ -0,0 +1,20 @@ +Products.CMFCore Changelog + + Products.CMFCore 2.2.0 (unreleased) + + - MembershipTool: Removed ancient LoginManager compatibility code and + deprecated the no longer needed __getPUS method. + + - interfaces: Removed deprecated oldstyle interfaces. + + + Products.CMFCore 2.1.x + + For a complete list see CHANGES.txt of the 2.1 branch. + + + Products.CMFCore 2.1.0 (2007-08-08) + + First egg release. For changes up through this release, please see + the overall "CMF changelog", + http://svn.zope.org/CMF/tags/2.1.0/CHANGES.txt?rev=78713&view=markup Modified: CMF/trunk/CMFCore/version.txt =================================================================== --- CMF/trunk/CMFCore/version.txt 2007-11-12 18:45:47 UTC (rev 81782) +++ CMF/trunk/CMFCore/version.txt 2007-11-12 19:25:16 UTC (rev 81783) @@ -1 +1 @@ -trunk (unreleased) +2.2.0dev Property changes on: CMF/trunk/CMFCore/version.txt ___________________________________________________________________ Name: svn:keywords - Author Date Id Revision _______________________________________________ CMF-checkins mailing list [email protected] http://mail.zope.org/mailman/listinfo/cmf-checkins
