Log message for revision 65489: - preparing CMF 2.0.0-beta Changed: U CMF/trunk/CHANGES.txt U CMF/trunk/CMFActionIcons/version.txt U CMF/trunk/CMFCalendar/version.txt U CMF/trunk/CMFCore/version.txt U CMF/trunk/CMFDefault/version.txt U CMF/trunk/CMFTopic/version.txt U CMF/trunk/CMFUid/version.txt U CMF/trunk/DCWorkflow/version.txt U CMF/trunk/HISTORY.txt
-=- Modified: CMF/trunk/CHANGES.txt =================================================================== --- CMF/trunk/CHANGES.txt 2006-02-25 23:23:49 UTC (rev 65488) +++ CMF/trunk/CHANGES.txt 2006-02-26 08:55:34 UTC (rev 65489) @@ -1,4 +1,4 @@ -HEAD only (unreleased) +CMF 2.0.0-beta (2006/02/26) New Features @@ -22,11 +22,6 @@ Bug Fixes - - In certain circumstances file-based PythonScripts with foreign line - endings were not handled correctly. PythonScripts are now read using - python's universal line-endings support. - (http://www.zope.org/Collectors/CMF/403) - - CMFDefault setuphandlers: Disabled password encryption. 'registeredNotify' and 'mailPassword' don't work with encrypted passwords. Modified: CMF/trunk/CMFActionIcons/version.txt =================================================================== --- CMF/trunk/CMFActionIcons/version.txt 2006-02-25 23:23:49 UTC (rev 65488) +++ CMF/trunk/CMFActionIcons/version.txt 2006-02-26 08:55:34 UTC (rev 65489) @@ -1 +1 @@ -CMF-2.0.0-alpha +CMF-2.0.0-beta Modified: CMF/trunk/CMFCalendar/version.txt =================================================================== --- CMF/trunk/CMFCalendar/version.txt 2006-02-25 23:23:49 UTC (rev 65488) +++ CMF/trunk/CMFCalendar/version.txt 2006-02-26 08:55:34 UTC (rev 65489) @@ -1 +1 @@ -CMF-2.0.0-alpha +CMF-2.0.0-beta Modified: CMF/trunk/CMFCore/version.txt =================================================================== --- CMF/trunk/CMFCore/version.txt 2006-02-25 23:23:49 UTC (rev 65488) +++ CMF/trunk/CMFCore/version.txt 2006-02-26 08:55:34 UTC (rev 65489) @@ -1 +1 @@ -CMF-2.0.0-alpha +CMF-2.0.0-beta Modified: CMF/trunk/CMFDefault/version.txt =================================================================== --- CMF/trunk/CMFDefault/version.txt 2006-02-25 23:23:49 UTC (rev 65488) +++ CMF/trunk/CMFDefault/version.txt 2006-02-26 08:55:34 UTC (rev 65489) @@ -1 +1 @@ -CMF-2.0.0-alpha +CMF-2.0.0-beta Modified: CMF/trunk/CMFTopic/version.txt =================================================================== --- CMF/trunk/CMFTopic/version.txt 2006-02-25 23:23:49 UTC (rev 65488) +++ CMF/trunk/CMFTopic/version.txt 2006-02-26 08:55:34 UTC (rev 65489) @@ -1 +1 @@ -CMF-2.0.0-alpha +CMF-2.0.0-beta Modified: CMF/trunk/CMFUid/version.txt =================================================================== --- CMF/trunk/CMFUid/version.txt 2006-02-25 23:23:49 UTC (rev 65488) +++ CMF/trunk/CMFUid/version.txt 2006-02-26 08:55:34 UTC (rev 65489) @@ -1 +1 @@ -CMF-2.0.0-alpha +CMF-2.0.0-beta Modified: CMF/trunk/DCWorkflow/version.txt =================================================================== --- CMF/trunk/DCWorkflow/version.txt 2006-02-25 23:23:49 UTC (rev 65488) +++ CMF/trunk/DCWorkflow/version.txt 2006-02-26 08:55:34 UTC (rev 65489) @@ -1 +1 @@ -CMF-2.0.0-alpha +CMF-2.0.0-beta Modified: CMF/trunk/HISTORY.txt =================================================================== --- CMF/trunk/HISTORY.txt 2006-02-25 23:23:49 UTC (rev 65488) +++ CMF/trunk/HISTORY.txt 2006-02-26 08:55:34 UTC (rev 65489) @@ -1,7 +1,14 @@ -Before CMF 1.6 beta +CMF 1.6.0 (2006/02/26) Bug Fixes + - Correct software dependencies in INSTALL.txt + + +CMF 1.6.0-beta (2006/02/19) + + Bug Fixes + - Removed BBBTransaction class from CMFCore.utils - Extension profiles: Fixed import of actions, now they don't @@ -37,10 +44,19 @@ instead of raise an exception if the typeinfo_name is not found. -After CMF 1.5.5 +CMF 1.5.6 (2006/02/26) Bug Fixes + - In certain circumstances file-based PythonScripts with foreign line + endings were not handled correctly. PythonScripts are now read using + Python's universal line-endings support. + (http://www.zope.org/Collectors/CMF/403) + +CMF 1.5.6-beta (2006/02/19) + + Bug Fixes + - CMFDefault.DiscussionTool: Ensure that isDiscussionAllowedFor will not accidentally acquire discussion settings from the content object's parent. _______________________________________________ CMF-checkins mailing list [email protected] http://mail.zope.org/mailman/listinfo/cmf-checkins
