]> sjero.net Git - wget/blobdiff - src/ChangeLog
gnutls: do not abort on non-fatal alerts during handshake
[wget] / src / ChangeLog
index 8a60e5dce9f4de8c410faa1fde6498bc6917be05..f4fa342a632d83422e4c8bc36224ae0d69427abc 100644 (file)
@@ -1,3 +1,40 @@
+2013-05-05  mancha  <mancha1@hush.com> (tiny change)
+
+       * gnutls.c (ssl_connect_wget): Don't abort on non-fatal alerts
+        received during handshake. For example, when connecting to servers
+        using TSL-SNI that send warning-level unrecognized_name alerts.
+
+2013-05-04  Darshit Shah <darnir@gmail.com>
+
+       * init.c (cmd_string_uppercase): Fix issue that cased invalid headers
+       when converting to uppercase.
+
+2013-05-01  Gijs van Tulder  <gvtulder@gmail.com>
+
+       * retr.c (retrieve_url): New variable `saved_method'.
+       (SUSPEND_POST_DATA): Save the method to `saved_method'.
+       (RESTORE_POST_DATA): Restore the method from `saved_method'.
+
+2013-05-01  Giuseppe Scrivano  <gscrivano@gnu.org>
+
+       * init.c: Declare `cmd_string_uppercase'.
+       (commands): Now `method' uses cmd_string_uppercase.
+       (cmd_string_uppercase): New method
+       * http.c (gethttp): Do not transform opt.method to uppercase.
+       Reported by: Stefano Lattarini <stefano.lattarini@gmail.com>
+
+2013-04-24  Darshit Shah <darnir@gmail.com>
+
+       * http.c (gethttp): Remove check for opt.post_data and
+       opt.post_file_name.
+       * main.c (main): Change location in code where --post-data and
+       --post-file options are converted to --body-data --body-file.
+
+2013-04-21  Gijs van Tulder  <gvtulder@gmail.com>
+
+       * http.c: Copy opt.body_data to the WARC file, instead of
+       opt.post_data (the old option).
+
 2013-04-12  Gijs van Tulder  <gvtulder@gmail.com>
 
        * warc.c: Generate unique UUIDs for the manifest and the record