]> sjero.net Git - wget/blobdiff - src/ChangeLog
Fix for gzip bug in WARC + zlib 1.2.4.
[wget] / src / ChangeLog
index d1358bfa747752fc67dbede197925acafb91a9c2..8db453b0120b4c2858fcc5c3fdc9a0d6ce2c368f 100644 (file)
@@ -1,3 +1,14 @@
+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.