[Zope-Checkins] CVS: Zope/doc - CHANGES.txt:1.335.2.104
Andreas Jung
andreas@digicool.com
Thu, 14 Feb 2002 10:00:03 -0500
Update of /cvs-repository/Zope/doc
In directory cvs.zope.org:/tmp/cvs-serv24190/doc
Modified Files:
Tag: Zope-2_4-branch
CHANGES.txt
Log Message:
- FTP: Downloading files through FTP has been broken since 2.4.0
because the downloaded file has been stored with a HTTP
header at the beginning of the file. Fixed!
=== Zope/doc/CHANGES.txt 1.335.2.103 => 1.335.2.104 ===
- Backported a fix to SetOpTemplate.c in BTree modules where
- Py_None could be returned without being INCREF (Thanks to
- Steve Alexander)
+ Py_None could be returned without being INCREF (Thanks to
+ Steve Alexander)
- Backported an asyncore fix for an issue that could cause
ZServer to hang on Linux 2.2 systems.
@@ -38,10 +38,14 @@
viewer makes extesive use of adjacent ranges and fails if the
resulting response gives only one big range result.
- - Fix HTTP Ranges for Netscape as well; version 4 and before, as well
- as MSIE 3, implement a draft version of the HTTP Ranges spec and
- require a different MIME-type response. This fixes Acrobat PDF
- downloads on these clients.
+ - Fix HTTP Ranges for Netscape as well; version 4 and before, as well
+ as MSIE 3, implement a draft version of the HTTP Ranges spec and
+ require a different MIME-type response. This fixes Acrobat PDF
+ downloads on these clients.
+
+ - FTP: Downloading files through FTP has been broken since 2.4.0
+ because the downloaded file has been stored with a HTTP
+ header at the beginning of the file. Fixed!
Zope 2.4.3