]> sjero.net Git - wget/blobdiff - src/ChangeLog
Allow --timestamping and --continue at the same time.
[wget] / src / ChangeLog
index b4f0e3afb97759a3aa77b47e6f9c075632daf332..4cb3267c909a4ecde97b70f852b7ae4ec5fbfe9e 100644 (file)
@@ -1,3 +1,26 @@
+2011-09-07  Giuseppe Scrivano  <gscrivano@gnu.org>
+
+       * http.c (gethttp): Don't inhibit arest request if opt.timestamping is
+       set.
+       Reported by <natrio@list.ru>
+
+2011-09-06  Jakob Matthes <jakob.matthes@gmail.com> (tiny change)
+
+       * main.c (print_version): Do not exit prematurely when --help is passed.
+
+2011-09-04  Christian Jullien <eligis@orange.fr> (tiny change)
+
+       * gnutls.c: Include <sys/fcntl.h>.
+
+2011-09-02  Mojca Miklavec <mojca.miklavec.lists@gmail.com> (tiny change)
+
+       * main.c (print_version): Do not exit prematurely when --version is passed.
+
+2011-08-30  Giuseppe Scrivano  <gscrivano@gnu.org>
+
+       * gnutls.c (wgnutls_read_timeout): Use the non blocking socket only for
+       `gnutls_record_recv'.  Set errno to ETIMEDOUT on a read timeout.
+
 2011-08-29  Giuseppe Scrivano  <gscrivano@gnu.org>
 
        * gnutls.c (wgnutls_read_timeout): New function.