blob: 695583c506b36ce8f27b3ad0e52d0ca930ca88d3 [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 experimental support for HMACDigest.
5
jcgregorio92088922006-07-01 05:53:21 +00006 Added support for a pluggable caching system. Now supports
7 the old system of using the file system and now memcached.
8
jcgregorioa0713ab2006-07-01 05:21:34 +00009 Added httplib2.debuglevel which turns on debugging.
jcgregorio2d66d4f2006-02-07 05:34:14 +000010
jcgregorio92088922006-07-01 05:53:21 +000011 Change Response._previous to Response.previous.
12
13 Addded Http.follow_all_redirects which forces
14 httplib2 to follow all redirects, as opposed to
15 following only the safe redirects. This makes the
16 GData protocol easier to use.
17
18 All known bugs fixed to date.
19
jcgregorio8421f272006-02-14 18:19:51 +0000200.1.1
jcgregorio2d66d4f2006-02-07 05:34:14 +000021
jcgregorio4177ca12006-02-16 10:50:58 +000022 Fixed several bugs raised by James Antill:
jcgregorio2d66d4f2006-02-07 05:34:14 +000023 1. HEAD didn't get an Accept: header added like GET.
24 2. HEAD requests did not use the cache.
25 3. GET requests with Range: headers would erroneously return a full cached response.
jcgregorio8421f272006-02-14 18:19:51 +000026 4. Subsequent requests to resources that had timed out would raise an exception.
jcgregorio2d66d4f2006-02-07 05:34:14 +000027 And one feature request for 'method' to default to GET.
28
jcgregorio4177ca12006-02-16 10:50:58 +000029 Xavier Verges Farrero supplied what I needed to make the
30 library work with Python 2.3.
jcgregorio8421f272006-02-14 18:19:51 +000031
jcgregorio1eed40f2006-02-15 18:56:46 +000032 I added distutils based setup.py.
33
jcgregorio2d66d4f2006-02-07 05:34:14 +0000340.1 Rev 86
35
36 Initial Release
37