X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=src%2FChangeLog;h=c43619b3f33a862cb566f27e344b03ed32bb3f0e;hb=8566a727674ab3c2b0df03c31c6085a0d5d5bf81;hp=563abbf38df60fab3d2b7d12f96b368d8a576709;hpb=60c88ee992b501590aeed111a669e99fbff7ef82;p=wget diff --git a/src/ChangeLog b/src/ChangeLog index 563abbf3..c43619b3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,31 @@ +2006-08-08 Hrvoje Niksic + + * utils.c (datetime_str): Avoid code repetition with time_str. + +2006-07-21 Hrvoje Niksic + + * init.c (commands): Correctly place "contentdisposition". + +2006-07-14 Mauro Tortonesi + + * sysdep.h: If intptr_t isn't defined, simply typedef it to long. + + * http.c: Added explicit cast to int in logprintf call to remove + compiler warnings on 64-bit platforms. + + * connect.c: Added a few casts to intptr_t to remove compiler warnings + on 64-bit platforms. + + * main.c: Disable -r, -p and -N when -O is used. Disable -k when -O is + used and multiple URLs are given. Update maintainer information. + + * all: Update copyright information. + +2006-07-10 KJKHyperion + + * url.c (filechr_table): Mark DEL (0x7f) as a control character + and | as a character Windows can't handle. + 2006-06-28 Mauro Tortonesi * res.c: Implemented is_robots_txt_url function for detection of