blob: 53d32ac19c189c8c0d3f39e0d4635965adb60098 [file] [log] [blame]
jcgregorioa0713ab2006-07-01 05:21:34 +000010.2.0
2 Added support for Google Auth.
jcgregorio2d66d4f2006-02-07 05:34:14 +00003
jcgregorioa0713ab2006-07-01 05:21:34 +00004 Added support for a pluggable caching system. Now supports
5 the file system and memcached.
jcgregorio2d66d4f2006-02-07 05:34:14 +00006
jcgregorioa0713ab2006-07-01 05:21:34 +00007 Added experimental support for HMACDigest.
8
9 Added httplib2.debuglevel which turns on debugging.
jcgregorio2d66d4f2006-02-07 05:34:14 +000010
jcgregorio8421f272006-02-14 18:19:51 +0000110.1.1
jcgregorio2d66d4f2006-02-07 05:34:14 +000012
jcgregorio4177ca12006-02-16 10:50:58 +000013 Fixed several bugs raised by James Antill:
jcgregorio2d66d4f2006-02-07 05:34:14 +000014 1. HEAD didn't get an Accept: header added like GET.
15 2. HEAD requests did not use the cache.
16 3. GET requests with Range: headers would erroneously return a full cached response.
jcgregorio8421f272006-02-14 18:19:51 +000017 4. Subsequent requests to resources that had timed out would raise an exception.
jcgregorio2d66d4f2006-02-07 05:34:14 +000018 And one feature request for 'method' to default to GET.
19
jcgregorio4177ca12006-02-16 10:50:58 +000020 Xavier Verges Farrero supplied what I needed to make the
21 library work with Python 2.3.
jcgregorio8421f272006-02-14 18:19:51 +000022
jcgregorio1eed40f2006-02-15 18:56:46 +000023 I added distutils based setup.py.
24
jcgregorio2d66d4f2006-02-07 05:34:14 +0000250.1 Rev 86
26
27 Initial Release
28