X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=src%2FChangeLog;h=21261f49d3351422f3461835067508dcfc71dba4;hb=ec40efb27b38fade97c7531a106809ba89a10e2c;hp=449d24d7f60f5755bbfbbb5844a868124dc25456;hpb=e0c25f7a5f36a6b36d35af97a07b154727add543;p=wget diff --git a/src/ChangeLog b/src/ChangeLog index 449d24d7..21261f49 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,62 @@ +2010-07-05 Giuseppe Scrivano + + * gnutls.c (ssl_init): New local variables `ca_directory' and `dir'. + Load default root certificates under the `ca_directory' directory. + +2010-07-03 Giuseppe Scrivano + + * gnutls.c (ssl_connect_wget): New local variable `allowed_protocols'. + Honor the --secure-protocol flag. + +2010-06-20 Giuseppe Scrivano + + * main.c (print_help): Fix help string for --random-wait. Its range is + [0.5*wait, 1.5*wait) not [0, 2*wait). + Reported by: Tom Mizutani . + +2010-06-15 Giuseppe Scrivano + + * gnutls.c [WIN32]: Include "w32sock.h". + (FD_TO_SOCKET): Add definition. + (ssl_connect_wget): Get the real socket handle by FD_TO_SOCKET. + Define FD_TO_SOCKET if it is not yet defined. + +2010-06-14 Giuseppe Scrivano + + * gnutls.c: Include . + (struct wgnutls_transport_context): Remove `peekstart'. + (ssl_connect_wget): Renamed from `ssl_connect'. + (wgnutls_poll): New variable `ctx'. + (wgnutls_read): Don't use `ctx->peekstart'. + (wgnutls_peek): Likewise. Don't attempt to read if there is not + ready data. + +2010-06-14 Giuseppe Scrivano + * http.c (http_loop): Always send a HEAD request when -N is used + together with --content-disposition. + Reported by: Jochen Roderburg . + +2010-06-10 Muthu Subramanian K (tiny change) + + * http.c (http_loop): Increase `total_downloaded_bytes' by + `hstat.rd_size', not `hstat.len'. + +2010-06-10 Giuseppe Scrivano + + * main.c (print_version): Drop the current maintainer line. + +2010-06-10 Giuseppe Scrivano + + * Makefile.am (build_info.c): Generate the `build_info.c' file under + the build directory. + Patch by: Daniel Stenberg . + +2010-06-03 Giuseppe Scrivano + + * http.c (http_loop): Do not send a HEAD request before the GET request + when --content-disposition is used. + Reported by: alex_wh@mail.ru. + 2010-05-31 Giuseppe Scrivano * css.l: Use option "nounput".