diff options
Diffstat (limited to '')
-rw-r--r-- | keyserver/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/keyserver/ChangeLog b/keyserver/ChangeLog index fab77f9df..ed86e2296 100644 --- a/keyserver/ChangeLog +++ b/keyserver/ChangeLog @@ -1,3 +1,16 @@ +2005-07-20 David Shaw <[email protected]> + + * gpgkeys_curl.c (get_key, main): Don't try and be smart about + what protocols we handle. Directly pass them to curl or fake-curl + and see if an error comes back. + + * curl-shim.h, curl-shim.c (handle_error), ksutil.c + (curl_err_to_gpg_err): Add support for CURLE_UNSUPPORTED_PROTOCOL + in fake curl. + + * Makefile.am: Don't need -DFAKE_CURL any longer since it's in + config.h. + 2005-06-23 David Shaw <[email protected]> * gpgkeys_mailto.in, gpgkeys_test.in: Use @VERSION@ so version |