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

Tres Seaver tseaver@zope.com
Fri, 30 Aug 2002 10:44:57 -0400


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

Modified Files:
      Tag: CMF-1_3-branch
	CHANGES.txt 
Log Message:


 - Fixed bugs around 'addActionProvider' in ActionsTool (Collector #42).


=== CMF/CHANGES.txt 1.107.2.28 => 1.107.2.29 ===
--- CMF/CHANGES.txt:1.107.2.28	Tue Aug  6 14:06:24 2002
+++ CMF/CHANGES.txt	Fri Aug 30 10:44:26 2002
@@ -1,3 +1,17 @@
+After 1.3
+
+  Bug Fixes
+
+    - Fixed bugs around 'addActionProvider' in ActionsTool (Collector #42).
+
+    - Fixed race condition in lazy initialization of filesystem-based skin
+      methods;  the bug led to odd name errors on 'context' for
+      FSPythonScripts (Collector #37).
+
+    - Removed crufty 'isDesktop' stuff from 'folder_factories' methods.
+
+    - Fixed HTML-invalidating call to 'filterCookie' in 'folder_contents'.
+
 CMF 1.3
 
   New Features