]> sjero.net Git - wget/blobdiff - src/ChangeLog
Fix a linker error if zlib is not found.
[wget] / src / ChangeLog
index 65c48072620b75120a44ce5d1edfd343fe188c3f..141a47d42f821e2bd9c16109863ec4c8d7217894 100644 (file)
@@ -1,5 +1,29 @@
-2011-11-04  Giuseppe Scrivano  <gscrivano@gnu.org>
+2012-01-09  Gijs van Tulder  <gvtulder@gmail.com>
 
+       * init.c: Disable WARC compression if zlib is disabled.
+       * main.c: Do not show the 'no-warc-compression' option if zlib is
+       disabled.
+       * warc.c: Do not compress WARC files if zlib is disabled.
+
+2012-01-09  Sasikantha Babu   <sasikanth.v19@gmail.com> (tiny change)
+       * connect.c (connect_to_ip): properly formatted ipv6 address display.
+       (socket_family): New function - returns socket family type.
+       * http.c (gethttp): properly formatted ipv6 address display.
+
+2011-11-09  Gijs van Tulder  <address@hidden>
+
+       * warc.c: Call gzdopen() with wb9 instead of wb+9, which fails on
+       zlib version >= 1.2.4.
+
+2011-11-04  Steven Schweda  <address@hidden>
+
+       * warc.c [! WINDOWS]: Include <libgen.h>.
+       (warc_write_warcinfo_record): Assign a new allocated buffer and
+       free it on errors.
+
+2011-11-01  Steven Schweda  <address@hidden>
+
+       * gnutls.c (ssl_init): Ensure GNU TLS is loaded only once.
 
 2011-10-07  Steven Schweda  <address@hidden>