]> sjero.net Git - wget/blobdiff - src/ChangeLog
gnutls: Remove two unused variables.
[wget] / src / ChangeLog
index e10d4c0233ba8c564de84f926288a6a34bf7bf90..9364d54d0a531386868e3eac8612a1df79957706 100644 (file)
@@ -1,3 +1,17 @@
+2012-02-23  Giuseppe Scrivano  <giuseppe@southpole.se>
+
+       * gnutls.c (wgnutls_read): Remove unused variables `timer' and `flags'.
+
+2012-02-17  Steven Schubiger  <stsc@member.fsf.org>
+
+       * warc.c: Add license header.
+
+2012-01-27  Gijs van Tulder  <gvtulder@gmail.com>
+
+       * retr.c (fd_read_body): If the response is chunked, the chunk
+       headers are now written to the WARC file, making the WARC file
+       an exact copy of the HTTP response.
+
 2012-01-27  Gijs van Tulder  <gvtulder@gmail.com>
 
        * retr.c (fd_read_body): Fix a memory leak with chunked responses.