diff options
author | Joe Gregorio <joe@bitworking.org> | 2009-07-19 01:32:17 -0400 |
---|---|---|
committer | Joe Gregorio <joe@bitworking.org> | 2009-07-19 01:32:17 -0400 |
commit | 66611ff0bcfbe0d7b053d378d577ad914b1e57af (patch) | |
tree | e0c9fe2f46ac9016e90d25751b508bd7cbe300a2 /CHANGELOG | |
parent | 60e8624ce63626335162a2e30c74983cfa3ffc64 (diff) | |
download | httplib2-66611ff0bcfbe0d7b053d378d577ad914b1e57af.tar.gz |
Updates in preparation for making the 0.5.0 release
Diffstat (limited to 'CHANGELOG')
-rwxr-xr-x | CHANGELOG | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +0.5.0 + + Added Python 3 support + + Fixed the following bugs: + + #12 - Cache-Control: only-if-cached incorrectly does request if item not in cache + #39 - Deprecation warnings in Python 2.6 + #56 - Block on response.read() for HEAD requests. + #57 - Timeout ignore for Python 2.6 + #58 - Fixed parsing of Cache-Control: header to make it more robust + + 0.4.0 Added support for proxies if the Socksipy module is installed. |