summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorJoe Gregorio <joe@bitworking.org>2009-07-19 01:32:17 -0400
committerJoe Gregorio <joe@bitworking.org>2009-07-19 01:32:17 -0400
commit66611ff0bcfbe0d7b053d378d577ad914b1e57af (patch)
treee0c9fe2f46ac9016e90d25751b508bd7cbe300a2 /CHANGELOG
parent60e8624ce63626335162a2e30c74983cfa3ffc64 (diff)
downloadhttplib2-66611ff0bcfbe0d7b053d378d577ad914b1e57af.tar.gz
Updates in preparation for making the 0.5.0 release
Diffstat (limited to 'CHANGELOG')
-rwxr-xr-xCHANGELOG13
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 8138c04..6c6f2db 100755
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -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.