~certify-web-dev/twisted/certify-trunk

« back to all changes in this revision

Viewing changes to twisted/web2/topfiles/NEWS

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2007-01-17 14:52:35 UTC
  • mfrom: (1.1.5 upstream) (2.1.2 etch)
  • Revision ID: james.westby@ubuntu.com-20070117145235-btmig6qfmqfen0om
Tags: 2.5.0-0ubuntu1
New upstream version, compatible with python2.5.

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