[Checkins] SVN: CMF/trunk/ - note the new five.localsitemanager dependency

Jens Vagelpohl jens at dataflake.org
Fri Mar 9 03:43:53 EST 2007


Log message for revision 73100:
  - note the new five.localsitemanager dependency
  - some cleanup to prepare for the 2.1 branch
  

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

-=-
Modified: CMF/trunk/CMFActionIcons/DEPENDENCIES.txt
===================================================================
--- CMF/trunk/CMFActionIcons/DEPENDENCIES.txt	2007-03-09 08:42:35 UTC (rev 73099)
+++ CMF/trunk/CMFActionIcons/DEPENDENCIES.txt	2007-03-09 08:43:52 UTC (rev 73100)
@@ -1,3 +1,4 @@
 Zope >= 2.10.2
+five.localsitemanager >= 0.1.1
 CMFCore
 GenericSetup

Modified: CMF/trunk/CMFCalendar/DEPENDENCIES.txt
===================================================================
--- CMF/trunk/CMFCalendar/DEPENDENCIES.txt	2007-03-09 08:42:35 UTC (rev 73099)
+++ CMF/trunk/CMFCalendar/DEPENDENCIES.txt	2007-03-09 08:43:52 UTC (rev 73100)
@@ -1,4 +1,5 @@
 Zope >= 2.10.2
+five.localsitemanager >= 0.1.1
 CMFCore
 CMFDefault
 GenericSetup

Modified: CMF/trunk/CMFCore/DEPENDENCIES.txt
===================================================================
--- CMF/trunk/CMFCore/DEPENDENCIES.txt	2007-03-09 08:42:35 UTC (rev 73099)
+++ CMF/trunk/CMFCore/DEPENDENCIES.txt	2007-03-09 08:43:52 UTC (rev 73100)
@@ -1,2 +1,3 @@
 Zope >= 2.10.2
+five.localsitemanager >= 0.1.1
 GenericSetup

Modified: CMF/trunk/CMFDefault/DEPENDENCIES.txt
===================================================================
--- CMF/trunk/CMFDefault/DEPENDENCIES.txt	2007-03-09 08:42:35 UTC (rev 73099)
+++ CMF/trunk/CMFDefault/DEPENDENCIES.txt	2007-03-09 08:43:52 UTC (rev 73100)
@@ -1,3 +1,4 @@
 Zope >= 2.10.2
+five.localsitemanager >= 0.1.1
 CMFCore
 GenericSetup

Modified: CMF/trunk/CMFTopic/DEPENDENCIES.txt
===================================================================
--- CMF/trunk/CMFTopic/DEPENDENCIES.txt	2007-03-09 08:42:35 UTC (rev 73099)
+++ CMF/trunk/CMFTopic/DEPENDENCIES.txt	2007-03-09 08:43:52 UTC (rev 73100)
@@ -1,4 +1,5 @@
 Zope >= 2.10.2
+five.localsitemanager >= 0.1.1
 CMFCore
 CMFDefault
 GenericSetup

Modified: CMF/trunk/CMFUid/DEPENDENCIES.txt
===================================================================
--- CMF/trunk/CMFUid/DEPENDENCIES.txt	2007-03-09 08:42:35 UTC (rev 73099)
+++ CMF/trunk/CMFUid/DEPENDENCIES.txt	2007-03-09 08:43:52 UTC (rev 73100)
@@ -1,3 +1,4 @@
 Zope >= 2.10.2
+five.localsitemanager >= 0.1.1
 CMFCore
 GenericSetup

Modified: CMF/trunk/DCWorkflow/DEPENDENCIES.txt
===================================================================
--- CMF/trunk/DCWorkflow/DEPENDENCIES.txt	2007-03-09 08:42:35 UTC (rev 73099)
+++ CMF/trunk/DCWorkflow/DEPENDENCIES.txt	2007-03-09 08:43:52 UTC (rev 73100)
@@ -1,3 +1,4 @@
 Zope >= 2.10.2
+five.localsitemanager >= 0.1.1
 CMFCore
 GenericSetup

Modified: CMF/trunk/INSTALL.txt
===================================================================
--- CMF/trunk/INSTALL.txt	2007-03-09 08:42:35 UTC (rev 73099)
+++ CMF/trunk/INSTALL.txt	2007-03-09 08:43:52 UTC (rev 73100)
@@ -2,14 +2,14 @@
 
   Requirements
 
-    - Zope v. 2.10.0 or later
+    - Zope v. 2.10.2 or later
 
   Assumptions
 
     - New installation
 
     - Zope configured using INSTANCE_HOME, /var/zope, and
-      SOFTWARE_HOME, /usr/local/zope/Zope-2.10.0
+      SOFTWARE_HOME, /usr/local/zope/Zope-2.10.2
 
   Procedure
 
@@ -61,23 +61,6 @@
        site creation.
 
 
-Important Note for users upgrading existing CMF instances to CMF 2.1
-
-  In order to make CMF instances created in CMF versions prior to CMF 2.1
-  work, you need to run a separate one-time upgrade script. After putting the
-  new code in place as instructed above, please change into your instance
-  home and execute the following as the user normally running this Zope
-  instance:
-
-    ./bin/zopectl run Products/CMFCore/Extensions/migrateToCMF21.py
-
-  The script will print some diagnostic information to the console and 
-  inform you about CMF sites it finds and upgrades. Once the script has
-  finished, you can start and use your Zope instance as before. This script
-  only needs to be run a single time when you start using a CMF version
-  2.1.0-beta or higher.
-
-
 Installing Translations for CMF
 
   Assumptions
@@ -116,6 +99,23 @@
   Follow additional version-specific information below.
 
 
+Upgrading from versions earlier than 2.1.0-beta
+
+  In order to make CMF instances created in CMF versions prior to CMF 2.1
+  work, you need to run a separate one-time upgrade script. After putting the
+  new code in place as instructed above, please change into your instance
+  home and execute the following as the user normally running this Zope
+  instance:
+
+    ./bin/zopectl run Products/CMFCore/Extensions/migrateToCMF21.py
+
+  The script will print some diagnostic information to the console and 
+  inform you about CMF sites it finds and upgrades. Once the script has
+  finished, you can start and use your Zope instance as before. This script
+  only needs to be run a single time when you start using a CMF version
+  2.1.0-beta or higher.
+
+
 Upgrading from versions earlier than CMF 1.3
 
   Add New Metadata: "portal_type"

Modified: CMF/trunk/INSTALL_SVN.txt
===================================================================
--- CMF/trunk/INSTALL_SVN.txt	2007-03-09 08:42:35 UTC (rev 73099)
+++ CMF/trunk/INSTALL_SVN.txt	2007-03-09 08:43:52 UTC (rev 73100)
@@ -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.0 or later.
+    2.10.2 or later.
 
   * For help with Subversion in general, see "Version Control with 
     Subversion" at http://svnbook.red-bean.com/
@@ -100,8 +100,8 @@
   Retrieving Sources for a specific release
   
      Sources for prior releases are tagged, using the release version 
-     number. For instance, version 1.5.2 of the CMF was tagged as 
-     '1.5.2'.  To fetch such a release from Subversion::
+     number. For instance, version 2.1.0 of the CMF was tagged as 
+     '2.1.0'.  To fetch such a release from Subversion::
   
-      $ svn co svn://svn.zope.org/repos/main/CMF/tags/1.5.2 CMF-1.5.2
+      $ svn co svn://svn.zope.org/repos/main/CMF/tags/2.1.0 CMF-2.1.0
   



More information about the Checkins mailing list