[CMF-checkins] SVN: CMF/branches/1.4/CHANGES.txt Changelog cleanup.

Tres Seaver tseaver at palladion.com
Thu Mar 2 14:04:59 EST 2006


Log message for revision 65740:
  Changelog cleanup.

Changed:
  U   CMF/branches/1.4/CHANGES.txt

-=-
Modified: CMF/branches/1.4/CHANGES.txt
===================================================================
--- CMF/branches/1.4/CHANGES.txt	2006-03-02 17:40:39 UTC (rev 65739)
+++ CMF/branches/1.4/CHANGES.txt	2006-03-02 19:04:58 UTC (rev 65740)
@@ -2,10 +2,13 @@
 
   Bug Fixes
 
+    - CMFCore.CachingPolicyManager: Fixed compatibility with Zope 2.6
+      version of Expression ctor.
+
     - CMFCore.MemberDataTool: Fixed the pruneMemberData functionality in the
       ZMI: Now it is enough to press the button once.
 
-    - DCWorkflow Guard check now uses utils._checkPermission instead of Zope's
+    - DCWorkflow.Guard check now uses utils._checkPermission instead of Zope's
       checkPermission (allows using proxy roles)
 
     - Added check for executable owner and proxy roles to _checkPermission
@@ -93,6 +96,19 @@
 
   New Features
 
+    - CMFCore.CachingPolicyManager:  Landed a number of changes pioneered
+      under / for Plone:
+
+      o Backported a number of Geoff Davis' header management changes.
+
+      o Improved IE support:
+      
+        * Allowed suppression of 'Last-Modified' header (working around an
+          IE bug).
+
+        * Enabled setting IE-proprietary 'Pre-Check' and 'Post-Check' headers
+          (http://msdn.microsoft.com/workshop/author/perf/perftips.asp).
+
     - CatalogTool.CatalogTool now has a private 'unrestrictedSearchResults'
       method bypassing the effective and expiry date and roles. The new
       method has to be used with care to not expose security holes in



More information about the CMF-checkins mailing list