[CMF-checkins] CVS: CMF - CHANGES.txt:1.238 INSTALL.txt:1.21
Tres Seaver
tseaver at zope.com
Fri Aug 6 09:12:16 EDT 2004
Update of /cvs-repository/CMF
In directory cvs.zope.org:/tmp/cvs-serv30043
Modified Files:
CHANGES.txt INSTALL.txt
Log Message:
- Prep for 1.5 beta branch.
=== CMF/CHANGES.txt 1.237 => 1.238 ===
--- CMF/CHANGES.txt:1.237 Fri Aug 6 07:32:12 2004
+++ CMF/CHANGES.txt Fri Aug 6 09:11:46 2004
@@ -1,4 +1,4 @@
-CMF 1.5.0-beta (unreleased)
+CMF 1.5.0beta (2004/08/06)
New Features
@@ -121,7 +121,7 @@
- RSS: Creates correct XML by always quoting arguments (Collector #170).
-CMF 1.5.0-alpha (2004/07/09)
+CMF 1.5.0alpha (2004/07/09)
New Features
=== CMF/INSTALL.txt 1.20 => 1.21 ===
--- CMF/INSTALL.txt:1.20 Fri Aug 6 04:35:07 2004
+++ CMF/INSTALL.txt Fri Aug 6 09:11:46 2004
@@ -1,4 +1,4 @@
-Installing CMF 1.5.0alpha
+Installing CMF 1.5.0beta
Requirements
@@ -13,11 +13,11 @@
Procedure
- 1. Unpack the CMF-1.5.0alpha.tar.gz tarball into a working
+ 1. Unpack the CMF-1.5.0beta.tar.gz tarball into a working
directory. For instance::
$ cd /usr/local/zope
- $ tar xzf /tmp/CMF-1.5.0alpha.tar.gz
+ $ tar xzf /tmp/CMF-1.5.0beta.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
@@ -30,19 +30,19 @@
For instance::
$ cd /var/zope/Products # /var/zope is INSTANCE_HOME
- $ ln -s /usr/local/zope/CMF-1.5.0alpha/CMFCore .
- $ ln -s /usr/local/zope/CMF-1.5.0alpha/CMFDefault .
- $ ln -s /usr/local/zope/CMF-1.5.0alpha/CMFTopic .
- $ ln -s /usr/local/zope/CMF-1.5.0alpha/CMFActionIcons .
- $ ln -s /usr/local/zope/CMF-1.5.0alpha/CMFCalendar .
- $ ln -s /usr/local/zope/CMF-1.5.0alpha/CMFSetup .
- $ ln -s /usr/local/zope/CMF-1.5.0alpha/CMFUid .
- $ ln -s /usr/local/zope/CMF-1.5.0alpha/DCWorkflow .
+ $ ln -s /usr/local/zope/CMF-1.5.0beta/CMFCore .
+ $ ln -s /usr/local/zope/CMF-1.5.0beta/CMFDefault .
+ $ ln -s /usr/local/zope/CMF-1.5.0beta/CMFTopic .
+ $ ln -s /usr/local/zope/CMF-1.5.0beta/CMFActionIcons .
+ $ ln -s /usr/local/zope/CMF-1.5.0beta/CMFCalendar .
+ $ ln -s /usr/local/zope/CMF-1.5.0beta/CMFSetup .
+ $ ln -s /usr/local/zope/CMF-1.5.0beta/CMFUid .
+ $ ln -s /usr/local/zope/CMF-1.5.0beta/DCWorkflow .
or, as a shortcut::
- $ ln -s /usr/local/zope/CMF-1.5.0alpha/CMF* .
- $ ln -s /usr/local/zope/CMF-1.5.0alpha/DCWorkflow .
+ $ ln -s /usr/local/zope/CMF-1.5.0beta/CMF* .
+ $ ln -s /usr/local/zope/CMF-1.5.0beta/DCWorkflow .
Since linking doesn't apply on Windows, you will need
to cut or copy the files from the place where you unpacked
@@ -98,7 +98,7 @@
Install the New Software.
- 0. "Download":CMF-1.5.0alpha.tar.gz the tarball.
+ 0. "Download":CMF-1.5.0beta.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