]> sjero.net Git - wget/blobdiff - src/ChangeLog
better backport availability for PFS feature
[wget] / src / ChangeLog
index ee7a53e412a07a1bbaa06e254347238a156788da..23c210b0ccecc35752f0a3e27b790a6e40bf4e71 100644 (file)
@@ -1,3 +1,25 @@
+2013-09-09  Tim Ruehsen  <tim.ruehsen@gmx.de>
+
+       * gnutls.c (ssl_connect_wget): changed checking of option "PFS"
+         to be better prepared for some kinds of backports.
+         Reported by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
+
+2013-10-10  Giuseppe Scrivano  <gscrivan@redhat.com>
+
+       * url.c (url_parse): Try to convert UTF-8 URLs to IDN.
+       * html-url.c (append_url): Parse URLs specifying an IRI structure.
+
+2013-09-13  Tim Ruehsen  <tim.ruehsen@gmx.de>
+
+       * recur.c (download_child_p): fix compile error when
+         configured using --without-ssl.
+
+2013-09-07  Tim Ruehsen  <tim.ruehsen@gmx.de>
+
+       * gnutls.c (ssl_connect_wget): use gnutls_check_version()
+         to check if option "PFS" is available
+         Reported by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
+
 2013-09-03  Tim Ruehsen  <tim.ruehsen@gmx.de>
 
        * main.c: Add new value 'PFS' to --secure-protocol to