[CMF-checkins] CVS: CMF - CHANGES.txt:1.304.2.1 all_cmf_tests.py:1.15.2.1

Tres Seaver tseaver at palladion.com
Tue Jun 14 21:20:55 EDT 2005


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

Modified Files:
      Tag: tseaver-z28_only-branch
	CHANGES.txt all_cmf_tests.py 
Log Message:
 - Zope 2.7 is dead!  Long live Zope 2.8!


=== CMF/CHANGES.txt 1.304 => 1.304.2.1 ===
--- CMF/CHANGES.txt:1.304	Mon Jun 13 13:56:42 2005
+++ CMF/CHANGES.txt	Tue Jun 14 21:20:24 2005
@@ -39,6 +39,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.15.2.1 ===
--- CMF/all_cmf_tests.py:1.15	Wed Mar 23 16:27:40 2005
+++ CMF/all_cmf_tests.py	Tue Jun 14 21:20:24 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