[Zope-Checkins] CVS: Zope/doc - CHANGES.txt:1.335.2.99
Martijn Pieters
mj@zope.com
Tue, 4 Dec 2001 17:42:13 -0500
Update of /cvs-repository/Zope/doc
In directory cvs.zope.org:/tmp/cvs-serv29434/doc
Modified Files:
Tag: Zope-2_4-branch
CHANGES.txt
Log Message:
Fix HTTP Range support; don't concatenate adjacent byte ranges, as this breaks
Acrobat PDF downloading.
=== Zope/doc/CHANGES.txt 1.335.2.98 => 1.335.2.99 ===
some fussy email programs happy
+ - HTTP Range support: Don't join adjacent ranges; The Acrobat PDF
+ viewer makes extesive use of adjacent ranges and fails if the
+ resulting response gives only one big range result.
+
Zope 2.4.3
- Products.PluginIndexes.common.UnIndex: fixed unintended use