X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=ChangeLog;h=89104ebdd2c626ffa2e3b23e3c6eb1d3fe27275a;hp=8358b3bda9f97163aa77845768ddbec09fff4ac3;hb=2456d9bc547aacc8ad387f441e81455cd9301fe7;hpb=259c56016608e599a69b7083530de012349eecf3 diff --git a/ChangeLog b/ChangeLog index 8358b3bd..89104ebd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,116 @@ +2009-09-04 Micah Cowan + + * md5/*: Updated md5 from gnulib. + + * configure.ac: Configured build-aux/ as auxiliarry directory. + + * build-aux/compile, build-aux/config.guess, + build-aux/config.rpath, build-aux/config.sub, build-aux/depcomp, + build-aux/install-sh, build-aux/link-warning.h, + build-aux/mdate-sh, build-aux/missing, build-aux/mkinstalldirs, + build-aux/texinfo.tex, build-aux/useless-if-before-free, + build-aux/vc-list-files, build-aux/ylwrap: Moved from base + directory. + + * build-aux/announce-gen: Imported from gnulib. + * build-aux/update-copyright: Imported from gnulib. + * build-aux/gnupload: Imported from gnulib. + * lib/Makefile.am, m4/gnulib-cache.m4, m4/gnulib-comp.m4: Adjusted + for announce-gen, 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. + (emit_undocumented_opts): Check for documentation in both TexInfo + and --help string. + +2009-07-05 Micah Cowan + + * po/Rules-quot: Added targets to build en@{quot,boldquot}.po + + * po/POTFILES.in: Added src/gnutls.c, src/iri.c. + + * po/*.po: Updated translations from TP. New translation: + Lithuanian. + + * lib/*, md5/*: Updated gnulib. + +2009-07-04 Steven Schweda + + * vms/COLLECT_DEPS.COM, vms/config.h_vms, vms/decc_ver.c, + vms/DESCRIP_CONFIG.MMS, vms/DESCRIP_DEPS.MMS, + vms/DESCRIP_MKDEPS.MMS, vms/DESCRIP.MMS, vms/DESCRIP_SRC.MMS, + vms/vms.c, vms/vms.h, vms/vms_ip.h, vms/vms_name_fix.sh, + vms/VMS_NOTES.TXT, vms/VMS-WGET.COM, vms/WGET.HLP, + vms/WGET_MULTINET.OPT, vms/WGET.OPT, vms/WGET_SSL_HP.OPT, + vms/WGET_SSL.OPT: Added. + +2009-07-03 Micah Cowan + + * configure.ac: Ensure LIBICONV is empty if IRIs are disabled. + + * AUTHORS: Added Ted Mielczarek and Saint Xavier. + + * NEWS: Added items for IRI support, new --version information. + +2009-07-01 Steven Schubiger + + * Makefile.am: Add build_info.pl to EXTRA_DIST. + + * build_info.pl: Generate build_info.c from data. + 2009-06-14 Micah Cowan * po/Makefile.in.in (distclean): remove en_US.po, too. @@ -49,6 +162,14 @@ * AUTHORS: Added Steven Schubiger. +2008-06-26 Xavier Saint + + * configure.ac : IRIs support required libiconv, check it. + +2008-06-14 Xavier Saint + + * configure.ac: Add support for IRIs + 2008-05-29 Micah Cowan * po/*.po: Updated from TP (the 1.11.3 set).