forked from pool/python-WebOb
openstack dependency OBS-URL: https://build.opensuse.org/request/show/94117 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-WebOb?expand=0&rev=1
27 lines
1.0 KiB
Plaintext
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
|
|
|