]> sjero.net Git - wget/blobdiff - src/ChangeLog
Rename --bits to --report-bps.
[wget] / src / ChangeLog
index 7e16b17c472f481814eed0c71e865d00fb859832..e8c6ba49dc58060a4356600e7b1430c9e4406761 100644 (file)
@@ -1,3 +1,29 @@
+2012-06-06  Giuseppe Scrivano  <gscrivano@gnu.org>
+
+       * 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  <tim.ruehsen@gmx.de>
+
+       * 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  <gscrivano@gnu.org>
+
+       * connect.c: Include <sys/socket.h> and <sys/select.h>.
+
+2012-05-30  Gijs van Tulder  <gvtulder@gmail.com>
+
+       * warc.c: Fix segfault if CDX record is not found.
+
 2011-05-26  Steven Schweda  <sms@antinode.info>
        * connect.c [HAVE_SYS_SOCKET_H]: Include <sys/socket.h>.
        [HAVE_SYS_SELECT_H]: Include <sys/select.h>.