]> sjero.net Git - wget/blobdiff - src/ChangeLog
* fix a few little dissonances
[wget] / src / ChangeLog
index 8b96c628ab9c9995b1c3b8d7f4c22a7e1a48e183..c91af04d569675cfa60e95d3a2b0b7ff987f3b28 100644 (file)
@@ -1,3 +1,27 @@
+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>.
+
+2012-05-26  Mike Frysinger <vapier@gentoo.org>
+
+       * warc.c: Change type of `warc_current_gzfile' to gzFile.
+
 2012-05-26  Giuseppe Scrivano  <gscrivano@gnu.org>
 
        * warc.c (warc_load_cdx_dedup_file): Change type of `line_length' to