[Zope-Checkins] CVS: Zope2 - CHANGES.txt:1.301
Martijn Pieters
mj@digicool.com
Mon, 23 Apr 2001 11:39:42 -0400 (EDT)
Update of /cvs-repository/Zope2/doc
In directory korak:/tmp/cvs-serv1360/doc
Modified Files:
CHANGES.txt
Log Message:
- Merge the mj-http_range_support-branch HTTP Range functionality.
- Update the CHANGES.txt file.
--- Updated File CHANGES.txt in package Zope2 --
--- CHANGES.txt 2001/04/23 13:58:27 1.300
+++ CHANGES.txt 2001/04/23 15:39:11 1.301
@@ -42,6 +42,11 @@
- StructuredText now takes care of your locale settings.
+ - Image and File objects now support the HTTP Range and If-Range
+ headers, enabeling partial downloads of such objects. This can be
+ used by clients to restart a broken download. Downloads of these
+ objects through FTP can also be restarted.
+
Zope 2.3.0 beta 3
Features Added