[CMF-checkins] CVS: CMF/CMFSetup - DEPENDENCIES.txt:1.1.14.1
typeinfo.py:1.26.2.1
Tres Seaver
tseaver at palladion.com
Tue Jun 14 21:20:59 EDT 2005
Update of /cvs-repository/CMF/CMFSetup
In directory cvs.zope.org:/tmp/cvs-serv9978/CMFSetup
Modified Files:
Tag: tseaver-z28_only-branch
DEPENDENCIES.txt typeinfo.py
Log Message:
- Zope 2.7 is dead! Long live Zope 2.8!
=== CMF/CMFSetup/DEPENDENCIES.txt 1.1 => 1.1.14.1 ===
--- CMF/CMFSetup/DEPENDENCIES.txt:1.1 Thu Aug 5 04:15:08 2004
+++ CMF/CMFSetup/DEPENDENCIES.txt Tue Jun 14 21:20:28 2005
@@ -1,4 +1,4 @@
-Zope >= 2.7.0
+Zope >= 2.8.0
CMFCore
CMFDefault
-DCWorkflow
\ No newline at end of file
+DCWorkflow
=== CMF/CMFSetup/typeinfo.py 1.26 => 1.26.2.1 ===
--- CMF/CMFSetup/typeinfo.py:1.26 Mon Jun 13 13:56:43 2005
+++ CMF/CMFSetup/typeinfo.py Tue Jun 14 21:20:28 2005
@@ -203,7 +203,7 @@
InitializeClass(TypesToolExportConfigurator)
-# BBB: will be removed in CMF 1.6
+# BBB: will be removed in CMF 1.7
class TypesToolConfigurator(TypesToolImportConfigurator,
TypesToolExportConfigurator):
def __init__(self, site, encoding=None):
@@ -213,7 +213,7 @@
InitializeClass(TypesToolConfigurator)
-# BBB: will be removed in CMF 1.6
+# BBB: will be removed in CMF 1.7
class OldTypeInfoImportConfigurator(ImportConfiguratorBase):
def _getImportMapping(self):
More information about the CMF-checkins
mailing list