[Zope-Checkins] CVS: Zope/doc - CHANGES.txt:1.406.2.86
Martijn Pieters
mj@zope.com
Wed, 13 Nov 2002 14:20:27 -0500
Update of /cvs-repository/Zope/doc
In directory cvs.zope.org:/tmp/cvs-serv24412/doc
Modified Files:
Tag: Zope-2_5-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.406.2.85 => 1.406.2.86 ===
--- Zope/doc/CHANGES.txt:1.406.2.85 Wed Nov 13 10:55:56 2002
+++ Zope/doc/CHANGES.txt Wed Nov 13 14:19:56 2002
@@ -112,6 +112,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.5.1
New Features