diff options
Diffstat (limited to 'keyserver/ChangeLog')
-rw-r--r-- | keyserver/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/keyserver/ChangeLog b/keyserver/ChangeLog index 0c009e2b7..d34b20696 100644 --- a/keyserver/ChangeLog +++ b/keyserver/ChangeLog @@ -1,3 +1,12 @@ +2007-03-13 David Shaw <[email protected]> + + * gpgkeys_curl.c (main): Use curl_version_info to verify that the + protocol we're about to use is actually available. + + * curl-shim.h, curl-shim.c (curl_free): Make into a macro. + (curl_version_info): New. Only advertises "http" for our shim, of + course. + 2007-02-10 David Shaw <[email protected]> * gpgkeys_ldap.c (send_key): Missing a free(). |