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

Tres Seaver tseaver at zope.com
Fri Sep 5 11:06:37 EDT 2003


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

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

=== CMF/CHANGES.txt 1.107.2.46 => 1.107.2.47 ===
--- CMF/CHANGES.txt:1.107.2.46	Mon Mar 17 07:37:28 2003
+++ CMF/CHANGES.txt	Fri Sep  5 10:06:05 2003
@@ -1,7 +1,25 @@
-After 1.3.1
+CMF 1.3.2 (2003/09/05)
 
   Bug Fixes
 
+    - Initialize class security correctly on ActionProviderBase
+      (Collector #186).
+
+    - Remove ownership from filesystem-based skin methods, which
+      can't be trojaned, and therefore need not pay the performance
+      penalty of ownership checking.
+
+    - Skinnable: Fix __of__ method so that it does not remove previous
+      acquisition wrappers, which leads to invalid UIDs in the catalog
+      when indexing objects using methods acquired from "above" the CMF
+      site.
+
+    - Sort candiate selection list when adding a FilesystemTypeInfo
+      or ScriptableTypeInfo object to the types tool.
+
+    - Open filesystem-based skin methods as text files, to avoid
+      platform-specific line-ending issues (Collector #185).
+
     - Correct security assertion on CMFDefault.Image's manage_afterAdd
       (Collector #141).
 
@@ -14,6 +32,9 @@
 
     - Use return instead of raise in RegistrationTool.testPropertiesValidity
       if id is incorrect (Collector #48).
+
+    - CookieCrumbler: Accept authentication on HEAD requests. 
+      Thanks to Brent Hendricks.
 
     - Correctly cleanup temporaries in CMFCore.MemberDataTool when
       wrapping a user object (Collector #136).




More information about the CMF-checkins mailing list