15
0
forked from pool/python-WebOb
Files
python-WebOb/python-WebOb.changes
Stephan Kulow 56ccb612a7 Accepting request 125112 from devel:languages:python
This is an intended downgrade, 1.2b2 has some issues and no other package should require it.

OBS-URL: https://build.opensuse.org/request/show/125112
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-WebOb?expand=0&rev=5
2012-06-26 15:26:20 +00:00

27 lines
1.0 KiB
Plaintext

-------------------------------------------------------------------
Mon Nov 28 15:23:37 UTC 2011 - prusnak@opensuse.org
- spec cleanup
-------------------------------------------------------------------
Fri Sep 23 13:36:54 UTC 2011 - saschpe@suse.de
- Update to version 1.1.1:
* Fix disconnect detection being incorrect in some cases
* Fix exception when calling .accept.best_match(..) on a header containing
'*' (instead of '*/*')
* Split Accept class into appropriate subclasses (AcceptCharset,
AcceptLanguage)
* Improve language matching code so that 'en' in AcceptLanguage('en-gb')
(the app can now offer a generic 'en' and it will match any of the
accepted dialects) and 'en_GB' in AcceptLanguage('en-gb') (normalization
of the dash/underscode in language names).
* Deprecate req.etag.weak_match(..)
* Deprecate Response.request and Response.environ attrs.
-------------------------------------------------------------------
Thu Sep 1 10:07:58 UTC 2011 - saschpe@suse.de
- Initial version