X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=src%2FChangeLog;h=e8c6ba49dc58060a4356600e7b1430c9e4406761;hb=96418c68851d00fd66014d2dc7bd46b3d715e525;hp=9e74e474683e9f5bfd2ae9bda109f2876bf98cd3;hpb=1d14c18d7f81c03fdf79358055ed909c6d65caa1;p=wget diff --git a/src/ChangeLog b/src/ChangeLog index 9e74e474..e8c6ba49 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,25 @@ +2012-06-06 Giuseppe Scrivano + + * options.h (struct options): Rename `bits_fmt' to `report_bps'. + * main.c (print_help): Rename --bits to --report-bps. + (cmdline_options): Likewise. + * init.c (commands): Likewise + * progress.c (create_image): Adjust caller. + * retr.c (retr_rate): Likewise. + * utils.c (convert_to_bits): Likewise. + +2012-06-04 Tim Ruehsen + + * main.c (main): Check for filename != NULL. + * warc.c (warc_process_cdx_line): Fix memory leak. + * utils.c (match_posix_regex, compile_posix_regex): Remove dead + assignment. + * openssl.c (ssl_init): Fix old-style function definition. + +2012-06-02 Giuseppe Scrivano + + * connect.c: Include and . + 2012-05-30 Gijs van Tulder * warc.c: Fix segfault if CDX record is not found.