File python-WebOb.changes of Package python-WebOb
-------------------------------------------------------------------
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