[Zope-Checkins] CVS: Zope/doc - CHANGES.txt:1.535.2.89
Toby Dickenson
tdickenson@geminidataloggers.com
Fri, 31 Jan 2003 03:48:44 -0500
Update of /cvs-repository/Zope/doc
In directory cvs.zope.org:/tmp/cvs-serv12213
Modified Files:
Tag: Zope-2_6-branch
CHANGES.txt
Log Message:
include fix for collector #737 in the fix for collector #697 - non-unicode non-lantin1 systems and wultiple selections
=== Zope/doc/CHANGES.txt 1.535.2.88 => 1.535.2.89 ===
--- Zope/doc/CHANGES.txt:1.535.2.88 Thu Jan 30 15:14:27 2003
+++ Zope/doc/CHANGES.txt Fri Jan 31 03:48:42 2003
@@ -146,7 +146,8 @@
- Collector #697: Multiple selection properties were incorrectly
marshalled. note than any non-ascii multiple selection properties
modified in versions without this fix will have been corrupted in
- the zodb.
+ the zodb. (this fix was subsequently changed with the fix to #737,
+ just before release of 2.6.1 beta 2. Thanks to Maik Jablonski)
- Collector #256: Added a check in _doChangeUser to make sure
passwords isn't encrypted twice.