[CMF-checkins] CVS: CMF - CHANGES.txt:1.146.4.9
Yvo Schubbe
schubbe@web.de
Mon, 7 Jul 2003 05:13:00 -0400
Update of /cvs-repository/CMF
In directory cvs.zope.org:/tmp/cvs-serv9955
Modified Files:
Tag: CMF-1_4-branch
CHANGES.txt
Log Message:
merged fix from HEAD:
- refactored and added TypeInformation migration tests
- fixed TypeInformation construction from oldstyle fti data
=== CMF/CHANGES.txt 1.146.4.8 => 1.146.4.9 ===
--- CMF/CHANGES.txt:1.146.4.8 Mon Jun 23 08:21:15 2003
+++ CMF/CHANGES.txt Mon Jul 7 05:12:24 2003
@@ -2,6 +2,9 @@
Bug Fixes
+ - type actions: Made sure oldstyle fti data is always converted.
+ Actions are now completely migrated during TypeInformation creation.
+
- utils (CMFCore): Fixed buglet in 'minimalpath()'.
Didn't work correctly with a second 'Products' in the path.