]> sjero.net Git - wget/blobdiff - src/ChangeLog
Accept always the file if it is the specified output destination.
[wget] / src / ChangeLog
index bc766eb2f139a092abfeb42e964c32533d74e4a5..b50e33f60debe1e000743ae73a35842836ccb79c 100644 (file)
@@ -1,3 +1,20 @@
+2011-08-05  Giuseppe Scrivano  <gscrivano@gnu.org>
+
+       * utils.c (acceptable): Accept the file if it is the specified output
+       destination.
+       Reported by: Shai Berger <shai@platonix.com>
+
+2011-08-05  Giuseppe Scrivano  <giuseppe@southpole.se>
+
+       * gnutls.c (ssl_connect_wget): Use `gnutls_priority_set_direct' instead
+       of the deprecated `gnutls_protocol_set_priority'.
+
+2011-08-02  Giuseppe Scrivano  <giuseppe@southpole.se>
+
+       * cookies.c (parse_set_cookie): If the value is quoted, do not modify
+       it.
+       Reported by: Nirgal Vourgère <jmv_deb@nirgal.com>
+
 2011-07-29  Giuseppe Scrivano  <giuseppe@southpole.se>
 
        * log.c (logprintf): Exit immediately on a SIGPIPE error.