[CMF-checkins] CVS: CMF - CHANGES.txt:1.127

Chris Withers chrisw@nipltd.com
Thu, 23 Jan 2003 09:29:31 -0500


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

Modified Files:
	CHANGES.txt 
Log Message:
Yet more work on FSDVs. This one makes it possible to have CMF in a PRODUCTS_PATH.
Also improves the chances of nto having to manually edit all the FSDV paths.
Currently tests pass on a PRODUCTS_PATH setup.

=== CMF/CHANGES.txt 1.126 => 1.127 ===
--- CMF/CHANGES.txt:1.126	Mon Jan  6 15:35:25 2003
+++ CMF/CHANGES.txt	Thu Jan 23 09:29:29 2003
@@ -55,6 +55,11 @@
 
   Bug Fixes
 
+    - 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.
+      (Collector #64)
+
     - Multimodule checkin to convert calls from user.getUserName() to
       user.getId() where appropriate.  User names should not be used
       as immutable references, while user ids should.  The distinction