[CMF-checkins] CVS: CMF/CMFSetup - DEPENDENCIES.txt:1.2
typeinfo.py:1.27
Tres Seaver
tseaver at palladion.com
Wed Jun 15 10:18:09 EDT 2005
Update of /cvs-repository/CMF/CMFSetup
In directory cvs.zope.org:/tmp/cvs-serv19326/CMFSetup
Modified Files:
DEPENDENCIES.txt typeinfo.py
Log Message:
- Merge tseaver-z28_only-branch, removing BBB for Zope 2.7 support.
=== CMF/CMFSetup/DEPENDENCIES.txt 1.1 => 1.2 ===
--- CMF/CMFSetup/DEPENDENCIES.txt:1.1 Thu Aug 5 04:15:08 2004
+++ CMF/CMFSetup/DEPENDENCIES.txt Wed Jun 15 10:17:39 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.27 ===
--- CMF/CMFSetup/typeinfo.py:1.26 Mon Jun 13 13:56:43 2005
+++ CMF/CMFSetup/typeinfo.py Wed Jun 15 10:17:39 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