]> sjero.net Git - wget/blobdiff - src/ChangeLog
Fix some memory leaks a problem introduced with the last commit
[wget] / src / ChangeLog
index e11af614aa65dcc039dde1a52148d5c20e90ed27..0c4f352051566a3cea5adbeabcd60ec754fc3ded 100644 (file)
@@ -1,3 +1,26 @@
+2013-07-13  Giuseppe Scrivano  <gscrivano@gnu.org>
+
+       * http.c (digest_authentication_encode): Fix a crash when the algorithm
+       is not specified in the server response.  Free dynamic memory used by
+       the function when the function exits.
+       Reported by: Tim Ruehsen  <tim.ruehsen@gmx.de>.
+
+2013-07-13  Steven M. Schweda <sms@antinode.info>
+
+       * warc.c (warc_tempfile): Fix a portability issue on VMS.
+
+2013-07-10  Giuseppe Scrivano  <gscrivano@gnu.org>
+
+       * http.c (read_response_body) [ALLOW_CLOBBER]: Move definition to..
+       * options.h (struct options): Make `backups' an int.
+       * url.h [ALLOW_CLOBBER]: .. Here.  Do not clobber when backups are used.
+       * url.c (url_file_name): Use the ALLOW_CLOBBER macro instead of
+       repeating the code.
+
+2013-07-08  Steven M. Schweda <sms@antinode.info>
+
+       * retr.c (rotate_backups): Support for VMS files.
+
 2013-07-12  Giuseppe Scrivano  <gscrivano@gnu.org>
 
        * http.c (digest_authentication_encode): Set default value of