[CMF-checkins] CVS: CMF - INSTALL.txt:1.13.10.7

Tres Seaver tseaver at zope.com
Fri May 14 17:46:53 EDT 2004


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

Modified Files:
      Tag: CMF-1_4-branch
	INSTALL.txt 
Log Message:
 - Packaging.


=== CMF/INSTALL.txt 1.13.10.6 => 1.13.10.7 ===
--- CMF/INSTALL.txt:1.13.10.6	Thu Feb  5 01:06:33 2004
+++ CMF/INSTALL.txt	Fri May 14 17:46:53 2004
@@ -1,4 +1,4 @@
-Installing CMF 1.4.3
+Installing CMF 1.4.4
 
   Requirements
 
@@ -16,11 +16,11 @@
 
   Procedure
 
-    1. Unpack the CMF-1.4.3.tar.gz tarball into a working
+    1. Unpack the CMF-1.4.4.tar.gz tarball into a working
        directory. For instance::
 
         $ cd /usr/local/zope
-        $ tar xzf /tmp/CMF-1.4.3.tar.gz
+        $ tar xzf /tmp/CMF-1.4.4.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
@@ -33,16 +33,16 @@
        For instance::
 
         $ cd /var/zope/Products  # /var/zope is INSTANCE_HOME
-        $ ln -s /usr/local/zope/CMF-1.4.3/CMFCore .
-        $ ln -s /usr/local/zope/CMF-1.4.3/CMFDefault .
-        $ ln -s /usr/local/zope/CMF-1.4.3/CMFTopic .
-        $ ln -s /usr/local/zope/CMF-1.4.3/CMFCalendar .
-        $ ln -s /usr/local/zope/CMF-1.4.3/DCWorkflow .
+        $ ln -s /usr/local/zope/CMF-1.4.4/CMFCore .
+        $ ln -s /usr/local/zope/CMF-1.4.4/CMFDefault .
+        $ ln -s /usr/local/zope/CMF-1.4.4/CMFTopic .
+        $ ln -s /usr/local/zope/CMF-1.4.4/CMFCalendar .
+        $ ln -s /usr/local/zope/CMF-1.4.4/DCWorkflow .
         
        or, as a shortcut::
 
-        $ ln -s /usr/local/zope/CMF-1.4.3/CMF* .
-        $ ln -s /usr/local/zope/CMF-1.4.3/DCWorkflow .
+        $ ln -s /usr/local/zope/CMF-1.4.4/CMF* .
+        $ ln -s /usr/local/zope/CMF-1.4.4/DCWorkflow .
 
        Since linking doesn't apply on Windows, you will need
        to cut or copy the files from the place where you unpacked
@@ -97,7 +97,7 @@
 
   Install the New Software.
 
-    0. "Download":CMF-1.4.3.tar.gz the tarball.
+    0. "Download":CMF-1.4.4.tar.gz the tarball.
 
     1. Copy your "working" products off to one side (in case
        you need / choose to revert).




More information about the CMF-checkins mailing list