X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2FChangeLog;h=1e3a9363a627c2a2437918821a35125e0c2b4999;hp=bd833ea008529ef05c031443f608e242919ea480;hb=efab4467264aeab21fb5ee6a93c4458e98157ccc;hpb=44cde778dd4fe171e168ab7aff97b285b190b4d5 diff --git a/src/ChangeLog b/src/ChangeLog index bd833ea0..1e3a9363 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,16 @@ +2009-06-29 Micah Cowan + + * retr.c (retrieve_from_file): Be sure to pass iri information + when parsing an input-fle url, and be sure to hand a clean iri + struct, off to retrieve_tree and retrieve_url. + + * iri.c, iri.h (iri_dup): Added. + + * retr.c (retrieve_url): Re-parse for IRI fallback. + + * main.c (main): Set up iri before the url_parse invocation (so we + can use it). + 2009-06-20 Jay Krell * sysdep.h (_ALL_SOURCE): (small change) Define the _ALL_SOURCE