[Zope-Checkins] CVS: Zope/doc - CHANGES.txt:1.625.2.266
Sidnei da Silva
sidnei at awkly.org
Wed Dec 1 15:45:15 EST 2004
Update of /cvs-repository/Zope/doc
In directory cvs.zope.org:/tmp/cvs-serv29610/doc
Modified Files:
Tag: Zope-2_7-branch
CHANGES.txt
Log Message:
- webdav.Resource: during COPY, manage_afterClone was called way
too early, thus the object wasn't bound to the database and
couldn't find a context. Changed to behave the same way as
CopySupport.
=== Zope/doc/CHANGES.txt 1.625.2.265 => 1.625.2.266 ===
--- Zope/doc/CHANGES.txt:1.625.2.265 Mon Nov 29 06:12:13 2004
+++ Zope/doc/CHANGES.txt Wed Dec 1 15:44:40 2004
@@ -8,15 +8,20 @@
Features added
- - RAMCacheManager: Allow invalidation of a cache entry from the
+ - RAMCacheManager: Allow invalidation of a cache entry from the
Statistics view in the ZMI
- - Collector #1454/OFS.File: Accept content types ending with
- "javascript" as editable through the File edit form, just like
+ - Collector #1454/OFS.File: Accept content types ending with
+ "javascript" as editable through the File edit form, just like
text/<foo> types
Bugs fixed
+ - webdav.Resource: during COPY, manage_afterClone was called way
+ too early, thus the object wasn't bound to the database and
+ couldn't find a context. Changed to behave the same way as
+ CopySupport.
+
- RAMCacheManager: opimized performance by using cPickle instead
of pickle and by using the highest pickle protocol available
instead of using ASCII pickles (patch by Dieter Maurer)
@@ -32,10 +37,10 @@
- bin/zopectl test now uses os.execv, instead os os.system,
so that options with characters that needs shell quoting
doesn't break the command.
-
+
- Updated doc/UNITTEST.txt and lib/python/Testing/README.txt to
reflect progress made since UNITTEST.txt was originally written.
-
+
- Collector #1498: Don't choke on malformed cookies. Cookies of
the form "foo=bar; hmm; baz=gee" will give an empty value for
'hmm' instead of silently discarding it and the rest of the
@@ -61,12 +66,12 @@
- Collector #1450: files in utilities/ZODBTools are now installed
during the installation process in the 'bin' directory
- - Collector #1371: added new 'cgi-maxlen' directive to zope.conf
- to limit the amount of form data being processed by Zope
+ - Collector #1371: added new 'cgi-maxlen' directive to zope.conf
+ to limit the amount of form data being processed by Zope
to prevent DoS attacks
- Collector #1407: changed WebDAV display name for objects
- to title_or_id()
+ to title_or_id()
- the 'trusted-proxy' directive in zope.conf now also accepts
hostnames instead of IP addresses only (patch by Dieter Maurer)
@@ -92,7 +97,7 @@
since latin1 is obsolete.
- Collector #1566: Installation of Zope on some older Solaris versions
- could fail due to a broken "echo" implementation causing the
+ could fail due to a broken "echo" implementation causing the
creation of a borked version.txt file.
- Collector #934: Image and File objects are now always internally
More information about the Zope-Checkins
mailing list