]> sjero.net Git - wget/blobdiff - src/ChangeLog
Fix a segfault on an incomplete STYLE tag.
[wget] / src / ChangeLog
index 52790ca2ec82648fd2a8d7c197dce45d3964d15c..6e6d354feae2b46932b68150d667184bd4662091 100644 (file)
@@ -1,4 +1,20 @@
-2012-03-29  From: Tim Ruehsen <tim.ruehsen@gmx.de> (tiny change)
+2012-04-01  Gijs van Tulder  <gvtulder@gmail.com>
+
+       * html-url.c: Prevent crash on incomplete STYLE tag.
+
+2012-04-01  Giuseppe Scrivano  <gscrivano@gnu.org>
+
+       * gnutls.c (wgnutls_read_timeout): Ensure timer is freed.
+
+       * gnutls.c (wgnutls_read_timeout): Do not use timer if it is not
+       allocated.
+       Reported by: Xu Zhongxing <xu_zhong_xing@163.com>
+
+2012-03-30  Tim Ruehsen  <tim.ruehsen@gmx.de> (tiny change)
+
+       * warc.c: make warc_uuid_str() implementation depend on HAVE_LIBUUID.
+
+2012-03-29  Tim Ruehsen <tim.ruehsen@gmx.de> (tiny change)
 
        * utils.c (library): Include <sys/time.h>.