]> sjero.net Git - wget/blobdiff - src/ChangeLog
Make wget abort if --post-file does not exist
[wget] / src / ChangeLog
index 9f52e8e00b70dfc184ffd8cb2d16691a8f8fb21f..8e1213f1a4c1ae382ee1a70b53d7f65d5662277f 100644 (file)
@@ -1,5 +1,28 @@
+2013-03-12  Darshit Shah <darnir@gmail.com>
+
+       * http.c (gethttp): Make wget return FILEBADFILE error and abort if
+       post-file does not exist.
+
+       * http.c (http_loop): Handle FILEBADFILE as a valid err.
+
+       * exits.c (get_status_for_err): Mark FILEBADFILE as an IO error.
+
+2013-02-15  Darshit Shah <darnir@gmail.com>
+
+       * cookies.c (cookie_handle_set_cookie): Set cookie->discard_requested
+       to true on domain mismatch.
+
+2012-12-20  Tim Ruehsen  <tim.ruehsen@gmx.de>
+
+       * gnutls.c (ssl_connect_wget): added +VERS-SSL3.0 to fix
+       --secure-protocol=SSLv2/SSLv3.
+
 2012-12-09  Giuseppe Scrivano  <gscrivano@gnu.org>
 
+       * main.c (main): Keep looking for "config" until there are
+       arguments to parse.
+       Reported by: Adrien Dumont <adr.dum@hotmail.fr>
+
        * test.c: Include "wget.h".
 
 2012-12-08  Michael Stapelberg <michael@stapelberg.de> (tiny change)