Log message for revision 77184:
  - updated dependencies

Changed:
  U   CMF/branches/2.1/CHANGES.txt
  U   CMF/branches/2.1/CMFActionIcons/DEPENDENCIES.txt
  U   CMF/branches/2.1/CMFCalendar/DEPENDENCIES.txt
  U   CMF/branches/2.1/CMFCore/DEPENDENCIES.txt
  U   CMF/branches/2.1/CMFDefault/DEPENDENCIES.txt
  U   CMF/branches/2.1/CMFTopic/DEPENDENCIES.txt
  U   CMF/branches/2.1/CMFUid/DEPENDENCIES.txt
  U   CMF/branches/2.1/DCWorkflow/DEPENDENCIES.txt
  U   CMF/branches/2.1/INSTALL.txt
  U   CMF/branches/2.1/INSTALL_SVN.txt

-=-
Modified: CMF/branches/2.1/CHANGES.txt
===================================================================
--- CMF/branches/2.1/CHANGES.txt        2007-06-28 17:31:46 UTC (rev 77183)
+++ CMF/branches/2.1/CHANGES.txt        2007-06-28 17:45:12 UTC (rev 77184)
@@ -64,6 +64,8 @@
 
   Other
 
+    - The CMF now depends on Zope 2.10.4 or higher.
+
     - CMFDefault: Adjusted factory.py to new GenericSetup version.
 
     - CMFUid.UniqueIdAnnotationTool: Annotation handling has been switched

Modified: CMF/branches/2.1/CMFActionIcons/DEPENDENCIES.txt
===================================================================
--- CMF/branches/2.1/CMFActionIcons/DEPENDENCIES.txt    2007-06-28 17:31:46 UTC 
(rev 77183)
+++ CMF/branches/2.1/CMFActionIcons/DEPENDENCIES.txt    2007-06-28 17:45:12 UTC 
(rev 77184)
@@ -1,4 +1,4 @@
-Zope >= 2.10.2
-five.localsitemanager >= 0.1.1
+Zope >= 2.10.4
+five.localsitemanager >= 0.1.3
 CMFCore
 GenericSetup

Modified: CMF/branches/2.1/CMFCalendar/DEPENDENCIES.txt
===================================================================
--- CMF/branches/2.1/CMFCalendar/DEPENDENCIES.txt       2007-06-28 17:31:46 UTC 
(rev 77183)
+++ CMF/branches/2.1/CMFCalendar/DEPENDENCIES.txt       2007-06-28 17:45:12 UTC 
(rev 77184)
@@ -1,5 +1,5 @@
-Zope >= 2.10.2
-five.localsitemanager >= 0.1.1
+Zope >= 2.10.4
+five.localsitemanager >= 0.1.3
 CMFCore
 CMFDefault
 GenericSetup

Modified: CMF/branches/2.1/CMFCore/DEPENDENCIES.txt
===================================================================
--- CMF/branches/2.1/CMFCore/DEPENDENCIES.txt   2007-06-28 17:31:46 UTC (rev 
77183)
+++ CMF/branches/2.1/CMFCore/DEPENDENCIES.txt   2007-06-28 17:45:12 UTC (rev 
77184)
@@ -1,3 +1,3 @@
-Zope >= 2.10.2
-five.localsitemanager >= 0.1.1
+Zope >= 2.10.4
+five.localsitemanager >= 0.1.3
 GenericSetup

Modified: CMF/branches/2.1/CMFDefault/DEPENDENCIES.txt
===================================================================
--- CMF/branches/2.1/CMFDefault/DEPENDENCIES.txt        2007-06-28 17:31:46 UTC 
(rev 77183)
+++ CMF/branches/2.1/CMFDefault/DEPENDENCIES.txt        2007-06-28 17:45:12 UTC 
(rev 77184)
@@ -1,4 +1,4 @@
-Zope >= 2.10.2
-five.localsitemanager >= 0.1.1
+Zope >= 2.10.4
+five.localsitemanager >= 0.1.3
 CMFCore
 GenericSetup

Modified: CMF/branches/2.1/CMFTopic/DEPENDENCIES.txt
===================================================================
--- CMF/branches/2.1/CMFTopic/DEPENDENCIES.txt  2007-06-28 17:31:46 UTC (rev 
77183)
+++ CMF/branches/2.1/CMFTopic/DEPENDENCIES.txt  2007-06-28 17:45:12 UTC (rev 
77184)
@@ -1,5 +1,5 @@
-Zope >= 2.10.2
-five.localsitemanager >= 0.1.1
+Zope >= 2.10.4
+five.localsitemanager >= 0.1.3
 CMFCore
 CMFDefault
 GenericSetup

Modified: CMF/branches/2.1/CMFUid/DEPENDENCIES.txt
===================================================================
--- CMF/branches/2.1/CMFUid/DEPENDENCIES.txt    2007-06-28 17:31:46 UTC (rev 
77183)
+++ CMF/branches/2.1/CMFUid/DEPENDENCIES.txt    2007-06-28 17:45:12 UTC (rev 
77184)
@@ -1,4 +1,4 @@
-Zope >= 2.10.2
-five.localsitemanager >= 0.1.1
+Zope >= 2.10.4
+five.localsitemanager >= 0.1.3
 CMFCore
 GenericSetup

Modified: CMF/branches/2.1/DCWorkflow/DEPENDENCIES.txt
===================================================================
--- CMF/branches/2.1/DCWorkflow/DEPENDENCIES.txt        2007-06-28 17:31:46 UTC 
(rev 77183)
+++ CMF/branches/2.1/DCWorkflow/DEPENDENCIES.txt        2007-06-28 17:45:12 UTC 
(rev 77184)
@@ -1,4 +1,4 @@
-Zope >= 2.10.2
-five.localsitemanager >= 0.1.1
+Zope >= 2.10.4
+five.localsitemanager >= 0.1.3
 CMFCore
 GenericSetup

Modified: CMF/branches/2.1/INSTALL.txt
===================================================================
--- CMF/branches/2.1/INSTALL.txt        2007-06-28 17:31:46 UTC (rev 77183)
+++ CMF/branches/2.1/INSTALL.txt        2007-06-28 17:45:12 UTC (rev 77184)
@@ -2,14 +2,14 @@
 
   Requirements
 
-    - Zope v. 2.10.2 or later
+    - Zope v. 2.10.4 or later
 
   Assumptions
 
     - New installation
 
     - Zope configured using INSTANCE_HOME, /var/zope, and
-      SOFTWARE_HOME, /usr/local/zope/Zope-2.10.2
+      SOFTWARE_HOME, /usr/local/zope/Zope-2.10.4
 
   Procedure
 

Modified: CMF/branches/2.1/INSTALL_SVN.txt
===================================================================
--- CMF/branches/2.1/INSTALL_SVN.txt    2007-06-28 17:31:46 UTC (rev 77183)
+++ CMF/branches/2.1/INSTALL_SVN.txt    2007-06-28 17:45:12 UTC (rev 77184)
@@ -12,7 +12,7 @@
       the sources for a specific version from Subversion.
 
   * Please note that the trunk version of the CMF requires Zope 
-    2.10.2 or later.
+    2.10.4 or later.
 
   * For help with Subversion in general, see "Version Control with 
     Subversion" at http://svnbook.red-bean.com/

_______________________________________________
CMF-checkins mailing list
[email protected]
http://mail.zope.org/mailman/listinfo/cmf-checkins

Reply via email to