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 de8516dcf..deee410ef 100644 --- a/keyserver/ChangeLog +++ b/keyserver/ChangeLog @@ -1,5 +1,14 @@ 2004-12-22 David Shaw <[email protected]> + * gpgkeys_curl.c (main): New "follow-redirects" option. Takes an + optional numeric value for the maximum number of redirects to + allow. Defaults to 5. + + * gpgkeys_curl.c (main), gpgkeys_finger.c (main), gpgkeys_hkp.c + (main), gpgkeys_http.c (main), gpgkeys_ldap.c (main): Make sure + that a "timeout" option passed with no arguments is properly + handled. + * gpgkeys_curl.c (get_key, writer): New function to wrap around fwrite to avoid DLL access problem on win32. |