~lazr-developers/lazr.restful/oops-fix

« back to all changes in this revision

Viewing changes to src/lazr/restful/NEWS.txt

  • Committer: Leonard Richardson
  • Date: 2009-10-19 17:41:35 UTC
  • mfrom: (84.1.1 0.9.13)
  • Revision ID: leonard.richardson@canonical.com-20091019174135-t4p6po86ts9b9tfa
Fixed NEWS.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
NEWS for lazr.restful
3
3
=====================
4
4
 
5
 
0.9.13 (2009-10-15)
 
5
0.9.13 (2009-10-19)
6
6
===================
7
7
 
8
 
Fixed wadl template: HostedFile DELETE method should have an id of
 
8
Fixed WADL template: HostedFile DELETE method should have an id of
9
9
HostedFile-delete, not HostedFile-put.
10
10
 
11
11
0.9.12 (2009-10-14)
15
15
disabled by default for WSGI applications. (Real WSGI servers don't
16
16
allow applications to set hop-by-hop headers like Transfer-Encoding.)
17
17
 
 
18
This release introduces a new field to IWebServiceConfiguration:
 
19
set_hop_by_hop_headers. If you are rolling your own
 
20
IWebServiceConfiguration implementation, rather than subclassing from
 
21
BaseWebServiceConfiguration or one of its subclasses, you'll need to
 
22
set a value for this. Basically: set it to False if your application
 
23
is running in a WSGI server, and set it to True otherwise.
 
24
 
18
25
0.9.11 (2009-10-12)
19
26
===================
20
27