14
0

- Update to 0.9.1:

* danger_mode for automatic Response.raise_for_status()
  * Response.iter_lines refator
- 0.9.0 (2011-12-28)
  * verify ssl is default.
- 0.8.9 (2011-12-28)
  * Packaging fix.
- 0.8.8 (2011-12-28)
  * SSL CERT VERIFICATION!
  * Release of Cerifi: Mozilla's cert list.
  * New 'verify' argument for SSL requests.
  * Urllib3 update.
- 0.8.7 (2011-12-24)
  * iter_lines last-line truncation fix
  * Force safe_mode for async requests
  * Handle safe_mode exceptions more consistently
  * Fix iteration on null responses in safe_mode
- 0.8.6 (2011-12-18)
  * Socket timeout fixes.
  * Proxy Authorization support.
- 0.8.5 (2011-12-14)
  * Response.iter_lines!

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests?expand=0&rev=7
This commit is contained in:
2012-01-12 22:10:51 +00:00
committed by Git OBS Bridge
parent f670edaca7
commit 7d8c2904ed
4 changed files with 31 additions and 5 deletions

View File

@@ -1,3 +1,29 @@
-------------------------------------------------------------------
Thu Jan 12 22:05:35 UTC 2012 - jfunk@funktronics.ca
- Update to 0.9.1:
* danger_mode for automatic Response.raise_for_status()
* Response.iter_lines refator
- 0.9.0 (2011-12-28)
* verify ssl is default.
- 0.8.9 (2011-12-28)
* Packaging fix.
- 0.8.8 (2011-12-28)
* SSL CERT VERIFICATION!
* Release of Cerifi: Mozilla's cert list.
* New 'verify' argument for SSL requests.
* Urllib3 update.
- 0.8.7 (2011-12-24)
* iter_lines last-line truncation fix
* Force safe_mode for async requests
* Handle safe_mode exceptions more consistently
* Fix iteration on null responses in safe_mode
- 0.8.6 (2011-12-18)
* Socket timeout fixes.
* Proxy Authorization support.
- 0.8.5 (2011-12-14)
* Response.iter_lines!
-------------------------------------------------------------------
Sun Dec 11 20:45:14 UTC 2011 - jfunk@funktronics.ca