[CMF-checkins] CVS: CMF - CHANGES.txt:1.146.4.31 INSTALL.txt:1.13.10.8

Tres Seaver tseaver at zope.com
Thu Jul 8 17:47:44 EDT 2004


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

Modified Files:
      Tag: CMF-1_4-branch
	CHANGES.txt INSTALL.txt 
Log Message:
 - Packaging for 1.4.5 release (which should be the last one on that branch).


=== CMF/CHANGES.txt 1.146.4.30 => 1.146.4.31 ===
--- CMF/CHANGES.txt:1.146.4.30	Wed Jun  2 10:24:47 2004
+++ CMF/CHANGES.txt	Thu Jul  8 17:47:13 2004
@@ -1,6 +1,10 @@
-After CMF 1.4.4 (unreleased)
+CMF 1.4.5 (2004/07/08)
 
   Bug Fixes
+
+    - When someone customises something twice, rather than raise an error,
+      show them a nice message and takes them to the already customised
+      object.
 
     - FSImage didn't recognize '.bmp' files (Collector #245).
 


=== CMF/INSTALL.txt 1.13.10.7 => 1.13.10.8 ===
--- CMF/INSTALL.txt:1.13.10.7	Fri May 14 17:46:53 2004
+++ CMF/INSTALL.txt	Thu Jul  8 17:47:13 2004
@@ -1,4 +1,4 @@
-Installing CMF 1.4.4
+Installing CMF 1.4.5
 
   Requirements
 
@@ -12,15 +12,15 @@
     - New installation
 
     - Zope configured using INSTANCE_HOME, /var/zope, and
-      SOFTWARE_HOME, /usr/local/zope/Zope-2.6.1
+      SOFTWARE_HOME, /usr/local/zope/Zope-2.7.1
 
   Procedure
 
-    1. Unpack the CMF-1.4.4.tar.gz tarball into a working
+    1. Unpack the CMF-1.4.5.tar.gz tarball into a working
        directory. For instance::
 
         $ cd /usr/local/zope
-        $ tar xzf /tmp/CMF-1.4.4.tar.gz
+        $ tar xzf /tmp/CMF-1.4.5.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.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 .
+        $ ln -s /usr/local/zope/CMF-1.4.5/CMFCore .
+        $ ln -s /usr/local/zope/CMF-1.4.5/CMFDefault .
+        $ ln -s /usr/local/zope/CMF-1.4.5/CMFTopic .
+        $ ln -s /usr/local/zope/CMF-1.4.5/CMFCalendar .
+        $ ln -s /usr/local/zope/CMF-1.4.5/DCWorkflow .
         
        or, as a shortcut::
 
-        $ ln -s /usr/local/zope/CMF-1.4.4/CMF* .
-        $ ln -s /usr/local/zope/CMF-1.4.4/DCWorkflow .
+        $ ln -s /usr/local/zope/CMF-1.4.5/CMF* .
+        $ ln -s /usr/local/zope/CMF-1.4.5/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.4.tar.gz the tarball.
+    0. "Download":CMF-1.4.5.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