[CMF-checkins] CVS: CMF - CHANGES.txt:1.306 all_cmf_tests.py:1.16

Tres Seaver tseaver at palladion.com
Wed Jun 15 10:18:06 EDT 2005


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

Modified Files:
	CHANGES.txt all_cmf_tests.py 
Log Message:
 - Merge tseaver-z28_only-branch, removing BBB for Zope 2.7 support.


=== CMF/CHANGES.txt 1.305 => 1.306 ===
--- CMF/CHANGES.txt:1.305	Wed Jun 15 06:15:57 2005
+++ CMF/CHANGES.txt	Wed Jun 15 10:17:36 2005
@@ -36,6 +36,15 @@
 
   Others
 
+    - The CMF now depends on Zope 2.8 / Five.
+
+    - Non-release packages moved out of the /CMF/ repository package:
+    
+      o hotfixes moved to /CMF_Hotfixes
+      
+      o others (CMFStaging, CMFTracker, CMFWorkspaces) moved to
+        /CMF_Extras/
+
     - CMFSetup: the import/export of portal types uses a new XML format
       that can hold arbitrary properties, to facilitate subclassing. The
       old format is still recognized when importing.


=== CMF/all_cmf_tests.py 1.15 => 1.16 ===
--- CMF/all_cmf_tests.py:1.15	Wed Mar 23 16:27:40 2005
+++ CMF/all_cmf_tests.py	Wed Jun 15 10:17:36 2005
@@ -20,8 +20,8 @@
 
 import unittest
 import Testing
-import Zope
-Zope.startup()
+import Zope2
+Zope2.startup()
 
 import getopt
 import sys



More information about the CMF-checkins mailing list