~noskcaj/ubuntu/vivid/webtest/merge

« back to all changes in this revision

Viewing changes to CHANGELOG.rst

  • Committer: Package Import Robot
  • Author(s): Jackson Doak
  • Date: 2014-05-26 07:06:41 UTC
  • mfrom: (16.1.5 sid)
  • Revision ID: package-import@ubuntu.com-20140526070641-j1obqenfyewrcj4e
Tags: 2.0.15-1ubuntu1
* Merge from Debian unstable.  Remaining changes:
  - d/control: Demote python-lxml and python-pyquery to Suggests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
News
2
2
====
3
3
 
 
4
2.0.15 (2014-04-17)
 
5
-------------------
 
6
 
 
7
- Fixed #73. Python < 2.6.5 does not support unicode as keyword arguments names.
 
8
  [Stepan Kolesnik]
 
9
 
 
10
- Fixed #84 Application cookies for localhost are no longer ignored
 
11
  [gawel]
 
12
 
 
13
- Fixed #89 remove WSGIWarning: You are not supposed to send a body in a DELETE
 
14
  request because we now have a good reason for that. See http://bit.ly/1tb3yxW
 
15
  [gawel]
 
16
 
 
17
- Fixed #92 You can now override TestApp.JSONEncoder to use a custom encoder
 
18
  [gawel]
 
19
 
 
20
- Fixed #93 Support basic authentication
 
21
  [gawel]
 
22
 
 
23
- Fixed #103 Broken "Edit me on GitHub" links in documentation
 
24
  [gawel]
 
25
 
 
26
- Fixed #106 Make wrapping the app in the lint middleware optional
 
27
  [dmlayton]
 
28
 
 
29
- Fixed #107 Explicit error message when WSGIProxy2 is not installer
 
30
  [gawel]
 
31
 
 
32
- Fixed #108 cgi.parse_qsl is pending deprecation
 
33
  [gawel]
 
34
 
4
35
2.0.14 (2014-01-23)
5
36
-------------------
6
37