X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=src%2FChangeLog;h=8f1d04c67fd5bb93c7630074c17bbc5bca98620b;hb=228299b4f7d3ff81c303da8eb30974e015c7f54e;hp=c96da02283f5aacba4b6d12efbd3d8b3a3ee7aa3;hpb=1f0642848394f4873893207325d91c79007d2312;p=wget diff --git a/src/ChangeLog b/src/ChangeLog index c96da022..8f1d04c6 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,20 @@ +2011-08-10 Giuseppe Scrivano + + Fix a linker error on systems with an older gnutls version. + * gnutls.c (ssl_connect_wget) + [HAVE_GNUTLS_PRIORITY_SET_DIRECT]: Use gnutls_priority_set_direct. + [! HAVE_GNUTLS_PRIORITY_SET_DIRECT]: Use gnutls_protocol_set_priority. + Reported by: Karl Berry + +2011-08-06 Jochen Roderburg + + * host.c (lookup_host): Ensure it doesn't print more IPs than available + ones. + 2011-08-06 Giuseppe Scrivano + * init.c (defaults): Set default value for show_all_dns_entries. + * host.c (lookup_host): If `showalldnsentries' is used then print all the IP corresponding to a DNS entry. * init.c (commands): Add `showalldnsentries'.