[Zope-Checkins] SVN: Zope/trunk/doc/CHANGES.txt Add a comment about
CONNECTION_LIMIT. Had forgot to save the buffer in emacs *wink*
Sidnei da Silva
sidnei at awkly.org
Thu Nov 4 12:03:15 EST 2004
Log message for revision 28339:
Add a comment about CONNECTION_LIMIT. Had forgot to save the buffer in emacs *wink*
Changed:
U Zope/trunk/doc/CHANGES.txt
-=-
Modified: Zope/trunk/doc/CHANGES.txt
===================================================================
--- Zope/trunk/doc/CHANGES.txt 2004-11-04 17:00:49 UTC (rev 28338)
+++ Zope/trunk/doc/CHANGES.txt 2004-11-04 17:03:15 UTC (rev 28339)
@@ -32,11 +32,6 @@
the whole request in memory or just a chunk inside
webdav.NullResource.PUT().
- - Stitch newly-created object into it's container *before*
- calling it's PUT() method. This fixes an issue with
- OFS.File/OFS.Image that would result into reading the whole
- file in memory and wrapping it into a *single* Pdata object.
-
Bugs fixed
- docutils: updated to V 0.3.5. The Zope core now contains a full copy of
@@ -85,7 +80,16 @@
- Collector #1523: replace the text field for importing .zexp/.xml
files with a selection list
+ - Stitch newly-created object into it's container *before*
+ calling it's PUT() method. This fixes an issue with
+ OFS.File/OFS.Image that would result into reading the whole
+ file in memory and wrapping it into a *single* Pdata object.
+ - Import ZServer.CONNECTION_LIMIT variable *inside* the method
+ that uses it. Before this, the variable was imported at the
+ module level, thus binding it too early which would cause the
+ ZConfig handler to have no real effect.
+
Zope 2.8a1
More information about the Zope-Checkins
mailing list