X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=ChangeLog;h=5da461b5504ef62edcc676b380ea042a09113437;hp=6229253572c461e60f62c689edd5e648fa2bfc93;hb=faaa147b353c1fba0ebd9a071962e098f9b51a25;hpb=e340b00f15dd67401e13be18a4dbcde5e29b5a10 diff --git a/ChangeLog b/ChangeLog index 62292535..5da461b5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,62 @@ +2009-09-04 Micah Cowan + + * update-copyright: Imported from gnulib. + * gnupload: Imported from gnulib. + * lib/Makefile.am, m4/gnulib-cache.m4, m4/gnulib-comp.m4: Adjusted + for update-copyright and gnupload. + +2009-09-03 Micah Cowan + + * NEWS: Give credit to jff for SSL security fix, call attention to + IRI support's dependence on libidn and libiconv, and note that + --html-extension is still accepted, though deprecated. + + * lib/*, m4/*: Updated gnulib. + * lib/getpagesize.c, lib/memchr.c, lib/memchr.valgrind, + lib/stddef.in.h, lib/str-two-way.h, lib/strcasecmp.c, + lib/strcasestr.c, lib/strings.in.h, lib/strncasecmp.c, + m4/getpagesize.m4, m4/memchr.m4, m4/mmap-anon.m4, + m4/stddef_h.m3, m4/strcase.m4, m4/strcasestr.m4, + m4/strings_h.m4, m4/wchar_t.m4: Added, via gnulib --import + strcasestr. + + * configure.ac: Move AM_GNU_GETTEXT below AC_AIX, to shut up + autoconf warnings. + +2009-09-03 gettextize + + * m4/gettext.m4: Upgrade to gettext-0.17. + * m4/iconv.m4: Upgrade to gettext-0.17. + * m4/lib-link.m4: Upgrade to gettext-0.17. + * m4/po.m4: Upgrade to gettext-0.17. + + * po/Makefile.in.in: Upgrade to gettext-0.17. + + * configure.ac (AM_GNU_GETTEXT_VERSION): Bump to 0.17. + +2009-09-02 Micah Cowan + + * po/Rules-quot (en_US.po-update): Remove use of GNU make's + non-portable $^ variable. + +2009-08-27 Micah Cowan + + * NEWS: Mention the changes to exit codes. + +2009-08-27 Micah Cowan + + * NEWS: Add mention of the NUL characters SSL security fix. + +2009-07-28 Micah Cowan + + * NEWS: Mention some more previously undocumented items, the + new "ascii" specifer for --restrict-file-names, and the renaming + of --html-extension to --adjust-extension. + +2009-07-27 Petr Pisar + + * po/Makevars (MSGID_BUGS_ADDRESS): Fixed. + 2009-07-10 Micah Cowan * util/paramcheck.pl (find_documentation): Added.