X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2FChangeLog;h=63589384c9bef5f49620d4618e7edf3fa737ff62;hp=4f88172bce30ee293b9aa8e7eec5df6c21e7db73;hb=67a4c6cf97d544443b33b0374fe86aebf3298fe1;hpb=97787110a2b6e99f80b277dbffdbbc4b0d608a55 diff --git a/src/ChangeLog b/src/ChangeLog index 4f88172b..63589384 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,16 @@ +2013-11-02 Giuseppe Scrivano + + * progress.c (struct progress_implementation): New method draw. + (bar_update): Split into... + (bar_draw): ...this new function. + (dot_update): Split into... + (dot_draw): New function. + (progress_update): Also invoke draw on `current_impl'. + +2014-04-22 Tim Ruehsen + + * http.c (gethttp): Fix 204 response handling + 2014-03-26 Darshit Shah * ftp.c (getftp): Rearrange parameters to fix compiler warning