[Zope-Checkins] CVS: Releases/Zope/doc - CHANGES.txt:1.402.2.20
Evan Simpson
evan@zope.com
Fri, 11 Jan 2002 12:27:29 -0500
Update of /cvs-repository/Releases/Zope/doc
In directory cvs.zope.org:/tmp/cvs-serv32729
Modified Files:
Tag: Zope-2_5-branch
CHANGES.txt
Log Message:
=== Releases/Zope/doc/CHANGES.txt 1.402.2.19 => 1.402.2.20 ===
Bugs Fixed
+ - Allowed access to 'aq_inner' in restricted code.
+
+ - Added tests for ModuleSecurityInfo.
+
+ - Moved security-related utility functions from
+ Products/PythonScripts to AccessControl, although they can
+ still be imported from the old location. Added a utility
+ function for types (allow_type).
+
+ - Fixed bugs in ModuleSecurityInfo that would cause independent
+ declarations of security on the same module to conflict, and
+ required declarations for all packages containing a module.
+
- Fixed bug in session-related products (Sessions and Transience)
that caused unauthorized errors to be raised when trying to
view attributes of browser_id_manager, session_data_manager,
@@ -129,6 +142,10 @@
Bugs Fixed
+ - Collector #99: items(), keys() and values() methods
+ of IIBucket objects has been broken when called with
+ min/max parameters.
+
- WebDAV: The long outstanding read-only problem with WinWord
and .html is finally solved. Zope sends now an additional ETag
header for DTMLMethods and DTMLDocuments. Many thanks to
@@ -139,8 +156,22 @@
- DTML-MIME tag: creates now a 'Mime-Version: 1.0' to make
some fussy email programs happy
+ - utilities/requestprofiler - fixed bugs in timed mode which could
+ show nonsensical results.
Features Added
+
+ - Enhancements to utilites/requestprofiler.py:
+
+ Added readstats and writestats features which allow for saves and
+ reuse of profile stats between runs of the requestprofiler.
+
+ Added urlfocus mode. Urlfocus mode presents a summary of
+ activity within a period of time before and after the
+ invocation of a particular URL as it was recorded in the big M
+ log. This can be useful when trying to track down a problem
+ which you believe is related to some series of URL invocations
+ as opposed to a single URL invocation.
- added doc/ENVIRONMENT.txt to document all used environment
variables Zope is using