[Zope-Checkins] CVS: Zope/doc - CHANGES.txt:1.535.2.49
Martijn Pieters
mj@zope.com
Wed, 13 Nov 2002 14:19:12 -0500
Update of /cvs-repository/Zope/doc
In directory cvs.zope.org:/tmp/cvs-serv24278/doc
Modified Files:
Tag: Zope-2_6-branch
CHANGES.txt
Log Message:
Backport of fix for #671; pdata chains have remaining size at the start, not
the end.
=== Zope/doc/CHANGES.txt 1.535.2.48 => 1.535.2.49 ===
--- Zope/doc/CHANGES.txt:1.535.2.48 Wed Nov 13 10:56:07 2002
+++ Zope/doc/CHANGES.txt Wed Nov 13 14:18:41 2002
@@ -35,6 +35,9 @@
- Collector #650: Fixed implicit list marshalling for lists where the
first two values are tainted.
+ - Collector #671: HTTP Ranges were broken for files and images whose
+ length wasn't exactly divisible by 2**16.
+
Zope 2.6.0
Bugs Fixed