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
=== modified file 'src/lazr/restful/NEWS.txt'
--- src/lazr/restful/NEWS.txt 2009-10-15 15:32:57 +0000
+++ src/lazr/restful/NEWS.txt 2009-10-19 17:35:16 +0000
@@ -2,10 +2,10 @@
2NEWS for lazr.restful2NEWS for lazr.restful
3=====================3=====================
44
50.9.13 (2009-10-15)50.9.13 (2009-10-19)
6===================6===================
77
8Fixed wadl template: HostedFile DELETE method should have an id of8Fixed WADL template: HostedFile DELETE method should have an id of
9HostedFile-delete, not HostedFile-put.9HostedFile-delete, not HostedFile-put.
1010
110.9.12 (2009-10-14)110.9.12 (2009-10-14)
@@ -15,6 +15,13 @@
15disabled by default for WSGI applications. (Real WSGI servers don't15disabled by default for WSGI applications. (Real WSGI servers don't
16allow applications to set hop-by-hop headers like Transfer-Encoding.)16allow applications to set hop-by-hop headers like Transfer-Encoding.)
1717
18This release introduces a new field to IWebServiceConfiguration:
19set_hop_by_hop_headers. If you are rolling your own
20IWebServiceConfiguration implementation, rather than subclassing from
21BaseWebServiceConfiguration or one of its subclasses, you'll need to
22set a value for this. Basically: set it to False if your application
23is running in a WSGI server, and set it to True otherwise.
24
180.9.11 (2009-10-12)250.9.11 (2009-10-12)
19===================26===================
2027

Subscribers

People subscribed via source and target branches