~landscape/zope3/ztk-1.1.3

« back to all changes in this revision

Viewing changes to src/twisted/web2/topfiles/NEWS

  • Committer: Andreas Hasenack
  • Date: 2009-07-20 17:49:16 UTC
  • Revision ID: andreas@canonical.com-20090720174916-g2tn6qmietz2hn0u
Revert twisted removal, it breaks several dozen tests [trivial]

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
0.2.0 (June 9, 2006):
 
2
 
 
3
Features
 
4
--------
 
5
 - WebDAV Level 1 support.
 
6
 - HTTP-AUTH Basic and Digest Authentication.
 
7
 - Low-Level HTTP Client implementation.
 
8
 - A mktap plugin for a quick start at setting up a Web2 Server.
 
9
 - XML-RPC Server-side support.
 
10
 
 
11
Bugfixes
 
12
--------
 
13
 - AutoVHostURIRewrite improvements
 
14
   - Proxy Compatibility - #1700
 
15
   - Now exposes the client IP - #1699
 
16
 - Proper WWW-Authenticate header parsing - #1723
 
17
 - Fixed exception when using SCGIClientResource with logging. - #1755
 
18
 
 
19
 
 
20
0.1.0 (June 16, 2005): 
 
21
Initial Release
 
22
 
 
23
Major Features
 
24
--------------
 
25
 
 
26
 - Streaming upload data
 
27
 - Support for multiple headers of the same name
 
28
 - Separation of low level HTTP and high level request handling which allows
 
29
it to run under other transports such as SCGI and CGI
 
30
 - IResource API improvements from Nevow
 
31
 - More versatile outgoing data streaming API
 
32
 - Correct header parsing
 
33
 - Full HTTP/1.1 support
 
34
 - Output filters (HTTP range support in a generic fashion, and gzip support)
 
35
 - Significantly better URI Rewriting when used behind a reverse proxy such as 
 
36
Apache's mod_proxy