[CMF-checkins] CVS: CMF - CHANGES.txt:1.121
Chris McDonough
chrism@zope.com
Thu, 17 Oct 2002 15:39:05 -0400
Update of /cvs-repository/CMF
In directory cvs.zope.org:/tmp/cvs-serv16445
Modified Files:
CHANGES.txt
Log Message:
- 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
is not clearly enforcd in the stock user folder or any current user
folder implementations, but newer user folder implementations
will rely upon it.
=== CMF/CHANGES.txt 1.120 => 1.121 ===
--- CMF/CHANGES.txt:1.120 Sun Oct 6 12:36:18 2002
+++ CMF/CHANGES.txt Thu Oct 17 15:38:35 2002
@@ -29,6 +29,13 @@
Bug Fixes
+ - 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
+ is not clearly enforcd in the stock user folder or any current user
+ folder implementations, but newer user folder implementations
+ will rely upon it.
+
- Remove redundant VERSION.txt files; the canonical spelling is
'version.txt' (Collector #13).