]> sjero.net Git - wget/blobdiff - src/ChangeLog
Fix for bug #24948.
[wget] / src / ChangeLog
index 58e44a87ae34ae5257eed557094ec901bdb2763f..8ad1382d834c2d521df1b97c58e2377fc5789afb 100644 (file)
@@ -1,3 +1,26 @@
+2009-06-15  Micah Cowan  <micah@cowan.name>
+
+       * retr.c (fd_read_body): Make both args to progress_create
+       consistent, resulting in an accurate progress display. Fixes bug
+       #24948.
+
+2009-06-14  Micah Cowan  <micah@cowan.name>
+
+       * Makefile.am (wget_SOURCES): css-tokens.h needs to ship with
+       dist, too.
+
+2009-06-13  Micah Cowan  <micah@cowan.name>
+
+       * init.c: Rename setval_internal_wrapper to setval_internal_tilde,
+       ensure we don't "replace" the tilde unless it's actually
+       present. Clean up some minor GNU style issues.
+
+2009-06-13  Julien Pichon  <julienpichon7@gmail.com>
+
+       * init.c: Handle tilde-expansion in wgetrc commands, without
+       resorting to setting/unsetting globals to change behavior in one
+       call location.
+
 2009-06-12  Micah Cowan  <micah@cowan.name>
 
        * host.c: Include <sys/types.h> before <sys/socket.h>. Not