[CMF-checkins] CVS: CMF - CHANGES.txt:1.107 INSTALL.txt:1.9 INSTALL_CVS.txt:1.3 DEPENDENCIES.txt:NONE run_all_tests:NONE

Tres Seaver tseaver@zope.com
Sun, 7 Jul 2002 20:41:49 -0400


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

Modified Files:
	CHANGES.txt INSTALL.txt INSTALL_CVS.txt 
Removed Files:
	DEPENDENCIES.txt run_all_tests 
Log Message:


  - Remove fossilized DEPENDENCIES.txt
  
  - Remove antique test runner, 'run_all_tests' (use 'all_cmf_test.py'
    instead).

  - Packaging updates to changelog, installation files.


=== CMF/CHANGES.txt 1.106 => 1.107 ===
       workflows) to the core set of CMF products.
 
-CMF 1.3 beta2 (2002/06/30)
+CMF 1.3 beta2 (2002/07/07)
 
   New Features
 


=== CMF/INSTALL.txt 1.8 => 1.9 ===
+Installing CMF 1.3-beta2
 
   Requirements
 
@@ -22,15 +22,15 @@
     - New installation
 
     - Zope configured using INSTANCE_HOME, /var/zope, and
-      SOFTWARE_HOME, /usr/local/zope/Zope-2.3.2
+      SOFTWARE_HOME, /usr/local/zope/Zope-2.5.1
 
   Procedure
 
-    1. Unpack the CMF-1.x.tar.gz tarball into a working
+    1. Unpack the CMF-1.3-beta2.tar.gz tarball into a working
        directory. For instance::
 
         $ cd /usr/local/zope
-        $ tar xzf /tmp/CMF-1.x.tar.gz
+        $ tar xzf /tmp/CMF-1.3-beta2.tar.gz
 
        Note for Windows users:  if you are using WinZip to unpack
           the file, be *sure* to disable the "TAR file smart CR/LF
@@ -43,13 +43,13 @@
        For instance::
 
         $ cd /var/zope/Products  # /var/zope is INSTANCE_HOME
-        $ ln -s /usr/local/zope/CMF-1.x/CMFCore .
-        $ ln -s /usr/local/zope/CMF-1.x/CMFDefault .
-        $ ln -s /usr/local/zope/CMF-1.x/CMFTopic .
+        $ ln -s /usr/local/zope/CMF-1.3-beta2/CMFCore .
+        $ ln -s /usr/local/zope/CMF-1.3-beta2/CMFDefault .
+        $ ln -s /usr/local/zope/CMF-1.3-beta2/CMFTopic .
 
        or, as a shortcut::
 
-        $ ln -s /usr/local/zope/CMF-1.x/CMF* .
+        $ ln -s /usr/local/zope/CMF-1.3beta2/CMF* .
 
        Since linking doesn't apply on Windows, you will need
        to cut or copy the files from the place where you unpacked
@@ -61,12 +61,6 @@
     4. Create a CMF Site object. join, and begin adding content.
        Enjoy!
 
-    *Note:* --
-          the optional 'CMFDecor' product **requires** that you have
-          "Zope Page Templates", http://www.zope.org/Members/4am/ZPT
-          installed;  if you don't have it, then don't link/copy in
-          'CMFDecor'.
-
 Upgrading from Earlier Versions
 
   Install the New Software.
@@ -84,7 +78,7 @@
 
   Follow additionnal version-specific information below.
 
-Upgrading from versions earlier than CMF 1.3beta2
+Upgrading from versions earlier than CMF 1.3-beta2
 
   Add New Metadata: "portal_type"
 


=== CMF/INSTALL_CVS.txt 1.2 => 1.3 ===
     the CMF from a CVS checkout.
 
-    - See "Installing CMF":CMF-1.1/INSTALL.txt to install from a tarball.
+    - See "Installing CMF":INSTALL.txt to install from a tarball.
 
     - See the note below [1] if you want to export or check out
       the sources for a specific version from CVS.
 
- *Please note that current versions of the CMF (1.1 and later)
-  require Zope 2.3.2 or later*
+ *Please note that current versions of the CMF (1.2 and later)
+  require Zope 2.4.3 or later*
 
   * For help with CVS in general, see the "CVS Online Manual",
     http://www.loria.fr/~molli/cvs-index.html
@@ -49,9 +49,9 @@
      your Zope server (either SOFTWARE_HOME or INSTANCE_HOME) e.g.::
 
       $ cd /var/zope/Products
-      $ mv /tmp/CMF-head/CMFDefault .
-      $ mv /tmp/CMF-head/CMFDefault .
-      $ mv /tmp/CMF-head/CMFTopic .
+      $ ln -s /tmp/CMF-head/CMFDefault .
+      $ ln -s /tmp/CMF-head/CMFDefault .
+      $ ln -s /tmp/CMF-head/CMFTopic .
 
   3. Verify filesystem products:
 

=== Removed File CMF/DEPENDENCIES.txt ===

=== Removed File CMF/run_all_tests ===