[CMF-checkins] CVS: CMF - CHANGES.txt:1.128
Chris Withers
chrisw@nipltd.com
Thu, 23 Jan 2003 09:31:17 -0500
Update of /cvs-repository/CMF
In directory cvs.zope.org:/tmp/cvs-serv25139
Modified Files:
CHANGES.txt
Log Message:
Ensure that a couple of calls to string.split only split into a
maximum of two parts.
(Collector #82)
=== CMF/CHANGES.txt 1.127 => 1.128 ===
--- CMF/CHANGES.txt:1.127 Thu Jan 23 09:29:29 2003
+++ CMF/CHANGES.txt Thu Jan 23 09:31:14 2003
@@ -55,6 +55,10 @@
Bug Fixes
+ - Ensure that a couple of calls to string.split only split into a
+ maximum of two parts.
+ (Collector #82)
+
- Enabled the CMF to be installed in a PRODUCTS_PATH.
In doing so, also made it easier to move CMF sites between
Windows and Unix.