Merge lp:~leonardr/lazr.restful/0.9.13 into lp:lazr.restful

Proposed by Leonard Richardson
Status: Merged
Merged at revision: not available
Proposed branch: lp:~leonardr/lazr.restful/0.9.13
Merge into: lp:lazr.restful
Diff against target: 29 lines
1 file modified
src/lazr/restful/NEWS.txt (+9/-2)
To merge this branch: bzr merge lp:~leonardr/lazr.restful/0.9.13
Reviewer Review Type Date Requested Status
Henning Eggers (community) code Approve
Review via email: mp+13588@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Leonard Richardson (leonardr) wrote :

This branch updates the lazr.restful NEWS to 1) change the release date of 0.9.13 to today, since it was not actually released on Friday, and 2) tell people explicitly what they have to do to port their systems to 0.9.12, so as to take care of bug 452750.

Revision history for this message
Henning Eggers (henninge) wrote :

Fine by me. ;)

review: Approve (code)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/lazr/restful/NEWS.txt'
2--- src/lazr/restful/NEWS.txt 2009-10-15 15:32:57 +0000
3+++ src/lazr/restful/NEWS.txt 2009-10-19 17:35:16 +0000
4@@ -2,10 +2,10 @@
5 NEWS for lazr.restful
6 =====================
7
8-0.9.13 (2009-10-15)
9+0.9.13 (2009-10-19)
10 ===================
11
12-Fixed wadl template: HostedFile DELETE method should have an id of
13+Fixed WADL template: HostedFile DELETE method should have an id of
14 HostedFile-delete, not HostedFile-put.
15
16 0.9.12 (2009-10-14)
17@@ -15,6 +15,13 @@
18 disabled by default for WSGI applications. (Real WSGI servers don't
19 allow applications to set hop-by-hop headers like Transfer-Encoding.)
20
21+This release introduces a new field to IWebServiceConfiguration:
22+set_hop_by_hop_headers. If you are rolling your own
23+IWebServiceConfiguration implementation, rather than subclassing from
24+BaseWebServiceConfiguration or one of its subclasses, you'll need to
25+set a value for this. Basically: set it to False if your application
26+is running in a WSGI server, and set it to True otherwise.
27+
28 0.9.11 (2009-10-12)
29 ===================
30

Subscribers

People subscribed via source and target branches