[CMF-checkins] CVS: CMF - CHANGES.txt:1.146.4.3 INSTALL.txt:1.13.10.2

Tres Seaver tseaver@zope.com
Mon, 19 May 2003 16:57:57 -0400


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

Modified Files:
      Tag: CMF-1_4-branch
	CHANGES.txt INSTALL.txt 
Log Message:
 - Packaging for 1.4 release.

=== CMF/CHANGES.txt 1.146.4.2 => 1.146.4.3 ===
--- CMF/CHANGES.txt:1.146.4.2	Fri May  9 17:31:37 2003
+++ CMF/CHANGES.txt	Mon May 19 16:57:27 2003
@@ -1,6 +1,12 @@
-CMF 1.4beta2
+CMF 1.4 (2003/05/19)
 
   Bug Fixes
+
+    - The memberdata tool now fetches properties from member objects using
+      'getProperty' when returning search results, rather than performing
+      direct attribute access on the member.
+
+    - The CookieCrumber now functions for HEAD requests.
 
     - type actions: They are now absolute URLs by default.
       For 'getActionById' and '_getViewFor' they are converted to relative


=== CMF/INSTALL.txt 1.13.10.1 => 1.13.10.2 ===
--- CMF/INSTALL.txt:1.13.10.1	Sat Apr 26 15:13:36 2003
+++ CMF/INSTALL.txt	Mon May 19 16:57:27 2003
@@ -1,4 +1,4 @@
-Installing CMF 1.4beta1
+Installing CMF 1.4
 
   Requirements
 
@@ -16,11 +16,11 @@
 
   Procedure
 
-    1. Unpack the CMF-1.4beta1.tar.gz tarball into a working
+    1. Unpack the CMF-1.4.tar.gz tarball into a working
        directory. For instance::
 
         $ cd /usr/local/zope
-        $ tar xzf /tmp/CMF-1.4beta1.tar.gz
+        $ tar xzf /tmp/CMF-1.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.4beta1/CMFCore .
-        $ ln -s /usr/local/zope/CMF-1.4beta1/CMFDefault .
-        $ ln -s /usr/local/zope/CMF-1.4beta1/CMFTopic .
-        $ ln -s /usr/local/zope/CMF-1.4beta1/CMFCalendar .
-        $ ln -s /usr/local/zope/CMF-1.4beta1/DCWorkflow .
+        $ ln -s /usr/local/zope/CMF-1.4/CMFCore .
+        $ ln -s /usr/local/zope/CMF-1.4/CMFDefault .
+        $ ln -s /usr/local/zope/CMF-1.4/CMFTopic .
+        $ ln -s /usr/local/zope/CMF-1.4/CMFCalendar .
+        $ ln -s /usr/local/zope/CMF-1.4/DCWorkflow .
         
        or, as a shortcut::
 
-        $ ln -s /usr/local/zope/CMF-1.4beta1/CMF* .
-        $ ln -s /usr/local/zope/CMF-1.4beta1/DCWorkflow .
+        $ ln -s /usr/local/zope/CMF-1.4/CMF* .
+        $ ln -s /usr/local/zope/CMF-1.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-14beta1.tar.gz the tarball.
+    0. "Download":CMF-14.tar.gz the tarball.
 
     1. Copy your "working" products off to one side (in case
        you need / choose to revert).
@@ -110,7 +110,7 @@
 
   Follow additionnal version-specific information below.
 
-Upgrading from versions earlier than CMF 14beta1
+Upgrading from versions earlier than CMF 1.4
 
   Add New Metadata: "portal_type"