X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=src%2FChangeLog;h=67c7223a5b73550295cfd5cb419c3a71b81a7142;hb=547bcb0d3ff1f9a7da552f73c2c01e2487adbf0c;hp=f4ac255940b6587887933fbe8fd4dbad004e4666;hpb=706871e92e4c0bbca53972451921781cc7afbb8b;p=wget diff --git a/src/ChangeLog b/src/ChangeLog index f4ac2559..67c7223a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,28 @@ +2011-08-26 Giuseppe Scrivano + + * openssl.c (ssl_init): Make `meth' const. + +2011-08-25 Giuseppe Scrivano + + * utils.c [HAVE_UTIME && HAVE_UTIME_H]: Include . + [HAVE_UTIME && HAVE_SYS_UTIME_H]: Include . + (touch) [HAVE_UTIME: Prefers utime over futimens when it is available. + It was reported that Cygwin has a not working futimens. + +2011-08-19 Giuseppe Scrivano + + * init.c (home_dir) [MSDOS]: Move local variable `len' here. + +2011-08-18 Giuseppe Scrivano + + * http.c (gethttp): Fix a memory leak on some errors. Free the head + buffer. + + * Makefile.am: Use an additional file "css_.c" which in turn includes + "wget.h" and immediately "css.c". + + * http.c (gethttp): Reset chunked_transfer_encoding on redirections. + 2011-08-13 Giuseppe Scrivano * retr.c (fd_read_body): Ensure max is not already defined.