X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=ChangeLog;h=0ee1e0bba41182982785c7b86baf25756ff5ee5e;hp=cadb15aac90835173ef169fc2a5aca787925d79b;hb=cb555a94fa5188122569ed3803c463f27ccd0261;hpb=3a322bbd98db8384cdc56c2b4813d66201c23e7d diff --git a/ChangeLog b/ChangeLog index cadb15aa..0ee1e0bb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,730 @@ +2009-09-05 Micah Cowan + + * configure.ac: If we can't find idna.h, check to see if it's + because we need to add /usr/include/idn to the inclusion + path (for OpenSolaris). + +2009-09-04 Steven Schubiger + + * configure.ac: Place gl_EARLY and md5_EARLY before the gettext + macros in order to silence autoconf warnings. + +2009-09-04 Micah Cowan + + * Makefile.am (EXTRA_DIST): build_info.pl -> + build-aux/build_info.pl + + * build-aux/build_info.pl: Moved from top directory. + + * 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 top + 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. + + * Makefile.am: Include md5 as a subdir unconditionally. + It may result in useless compilation, and additional risk of + breaking a build of something that isn't actually needed, but + otherwise it's too much of a hassle to manage a failure-free + distcheck. + +2009-06-12 Micah Cowan + + * configure.ac: Check for h_errno declaration. Idea thanks to + Maciej W. Rozycki. + +2009-03-03 Steven Schubiger + + * src/ftp.c, src/http.c, src/main.c, src/recur.h, + tests/Makefile.am: Update the copyright years. + +2009-01-23 Steven Schubiger + + * util/freeopts, util/rmold.pl, util/trunc.c: Remove + unnecessary whitespace. + +2008-11-10 Micah Cowan + + * MAILING-LIST: Mention Gmane, introduce subsections. + +2008-11-05 Micah Cowan + + * MAILING-LIST: Mention moderation for unsubscribed posts, and + archive location. + +2008-10-31 Micah Cowan + + * MAILING-LIST: Update information. + + * NEWS: Add mention of mailing list move. + +2008-08-01 Joao Ferreira + + * NEWS: Added option --default-page to support alternative + default names for index.html + +2008-06-30 Micah Cowan + + * NEWS: Entries for 1.11.4. + + * 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). + + * po/POTFILES.in: Added some more files from lib/, remove + src/xmalloc.c. + + * po/quot.sed, po/boldquot.sed: Automatic handling of quotearg's ` + and '. + +2008-05-15 Micah Cowan + + * NEWS: Entry for --ask-password. + +2008-05-14 Joao Ferreira + + * src/main.c, src/http.c, src/ftp.c: -nc is now working in + conjunction with '-O file'. + +2008-05-12 Micah Cowan + + * NEWS: Translations and -N/-O. + +2008-04-30 Micah Cowan + + * NEWS: Added documentation for changes made in 1.11.2. + +2008-04-30 Steven Schubiger + + * lib/getdelim.c, lib/getline.c, lib/getpass.c, + lib/getpass.h, lib/realloc.c, lib/stdio.h, + lib/stdio.in.h, lib/stdlib.h, lib/stdlib.in.h: Imported + from gnulib. + * m4/eoverflow.m4, m4/extensions.m4, m4/getdelim.m4, + m4/getline.m4, m4/getpass.m4, m4/malloc.m4, m4/realloc.m4, + m4/stdio_h.m4, m4/stdlib_h.m4: Imported from gnulib. + * md5/stdint.h: Imported from gnulib. + + * GNUmakefile: Updated from gnulib. + * lib/Makefile.am, lib/getopt.c, lib/unistd.in.h: Updated + from gnulib. + * m4/gnulib-cache.m4, m4/gnulib-common.m4, m4/gnulib-comp.m4, + m4/include_next.m4, m4/unistd_h.m4: Updated from gnulib. + * md5/Makefile.am, md5/m4/gnulib-cache.m4, md5/m4/gnulib-common.m4, + md5/m4/gnulib-comp.m4, md5/m4/include_next.m4, md5/m4/md5.m4, + md5/m4/stdint.m4, md5/md5.c, md5/md5.h, md5/stdint.in.h, + md5/wchar.in.h: Updated from gnulib. + +2008-04-24 Micah Cowan + + * NEWS: Removed info about move to Automake, Gnulib. Added item + about the addition of CSS support. + +2008-04-22 Micah Cowan + + * ylwrap: Added via automake -ac. + +2008-04-22 Ted Mielczarek + + * configure.ac: Added check for lex. + +2008-04-14 Micah Cowan + + * GNUmakefile, lib/Makefile.am, lib/error.c, lib/error.h, + lib/exitfail.c, lib/exitfail.h, lib/getopt.c, lib/intprops.h, + lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, + lib/stdlib.in.h, lib/strerror.c, lib/string.in.h, + lib/unistd.in.h, lib/wchar.in.h, lib/wctype.in.h, + lib/xalloc-die.c, lib/xalloc.h, lib/xmalloc.c, m4/error.m4, + m4/exitfail.m4, m4/extensions.m4, m4/gnulib-cache.m4, + m4/gnulib-comp.m4, m4/include_next.m4, m4/inline.m4, + m4/mbrtowc.m4, m4/mbstate_t.m4, m4/quote.m4, m4/quotearg.m4, + m4/stdlib_h.m4, m4/strerror.m4, m4/string_h.m4, m4/unistd_h.m4, + m4/wchar.m4, m4/wctype.m4, m4/wint_t.m4, m4/xalloc.m4, + md5/Makefile.am, md5/m4/gnulib-cache.m4, md5/m4/gnulib-comp.m4, + md5/m4/include_next.m4, md5/m4/md5.m4, md5/m4/stdint.m4, + md5/md5.c, md5/md5.h, md5/stdint.in.h, md5/wchar.in.h: Update + from Gnulib, and add the "quote" module. + +2008-03-20 Micah Cowan + + * ABOUT-NLS: Reinstated, but with a message mentioning that + gettext is not included. + * Makefile.am: Removed "test" target; "check" should be used + instead (and "test" was mildly broken, anyway). + +2008-03-24 Micah Cowan + + * NEWS: Added documentation change re: --no-parents, and various + caveats on accept/reject lists behavior. Rearranged some items in + order of priority. + +2008-02-14 Micah Cowan + + * ABOUT-NLS: Removed. + +2008-02-10 Micah Cowan + + * NEWS: Added note re interrupted files resulting in renames, + and new --auth-no-challenge option. + +2008-02-06 Micah Cowan + + * configure.ac (AC_CHECK_FUNCS): Added check for mbtowc. + * NEWS: Added notes regarding fixes for the localized progress + bar and --no-clobber wasted GET request. + * po/be.po: Added from the TP. + +2008-02-03 Micah Cowan + + * configure.in: Add checks for wchar.h, wcwidth function (to + support column-counting in progress.c). + * NEWS: Added line for 1.11.1. + * util/README, util/Makefile.am, util/trunc.c: Added a small + utility program to create files of arbitrary size (useful for + testing certain situations with --continue). + +2008-01-31 Micah Cowan + + * util/README, util/dist-wget, util/download-netscape.html, + util/download.html, util/update_po_files.sh, util/wget.spec: + Removed (obsolete and/or incomplete). + * Makefile.am: Removed no-longer-existant util stuff from + extra_DIST (but added the README). + +2008-01-28 Micah Cowan + + * po/en@quot.po, po/en@boldquot.po, po/en_US.po: Updated + translations for copyright year in --version. + * po/Rules-quot: Make en@*-update should create wget.pot. + * configure.ac: Ensure that en_US appears in ALL_LINGUAS exactly + once. + +2008-01-25 Micah Cowan + + * Makefile.am, NEWS, README, configure.ac, configure.bat, + m4/wget.m4, po/POTFILES.in, util/Makefile.am, util/dist-wget, + util/rmold.pl, files: Updated copyright year. + +2008-01-24 Micah Cowan + + * configure.ac: Added en_US LINGUA (generated). + * po/Rules-quot: Added rule to copy en_US.po from en@quot.po. + * po/boldquot.sed, po/quot.sed: Translate _all_ apostrophes we + find, not just the ones used for quotes; and add rules to use + the copyight symbol, and write Hrvoje's last name properly. ^_^ + * po/en@quot.po, po/en@boldquot.po: Updated by new rules. + * po/en_US.po: Added. + +2007-12-10 Micah Cowan + + * NEWS: Removed developer-only notices (Autoconf, TODO, PATCHES, + GNUTLS). + +2007-12-07 Micah Cowan + + * lib/Makefile.am, lib/c-ctype.c, lib/c-ctype.h, lib/gettext.h, + lib/stdbool.in.h, lib/unistd.in.h, m4/gnulib-cache.m4, + m4/gnulib-common.m4, m4/gnulib-comp.m4, m4/unistd_h.m4: + Updated from gnulib. + * Makefile.am, configure.ac: Plugged in the md5/ stuff. + * lib/md5.c, lib/md5.h, lib/stdint.in.h, lib/wchar.in.h, + m4/longlong.m4, m4/md5.m4, m4/stdint.m4, m4/wchar.m4: Moved to + md5/. + * md5/Makefile.am, md5/dummy.c, md5/m4/gnulib-cache.m4, + md5/m4/gnulib-common.m4, md5/m4/gnulib-comp.m4, + md5/m4/gnulib-tool.m4, md5/m4/include_next.m4, + md5/m4/longlong.m4, md5/m4/md5.m4, md5/m4/stdint.m4, + md5/m4/wchar.m4, md5/md5.c, md5/md5.h, md5/stdint.in.h, + md5/wchar.in.h: Moved/copied from lib/, m4/; updated from + gnulib. + * m4/ulonglong.m4: Removed (via update from gnulib). + +2007-12-05 Micah Cowan + + * NEWS: Reword warnings regarding --content-disposition. + +2007-11-28 Micah Cowan + + * Makefile.am, README, autogen.sh, configure.bat, configure.in, + m4/wget.m4, util/Makefile.am, util/dist-wget: Updated license + exception for OpenSSL, per the SFLC. + +2007-10-23 Micah Cowan + + * lib/stdbool.in.h, lib/stdint.in.h: gnulib-tool --update. + Includes fix for broken stdbool.h on Tru64. + +2007-10-22 Micah Cowan + + * po/*.po: Refresh from TP and update-po. + * lib/Makefile.am, m4/gnulib-cache.m4, m4/longlong.m4, + m4/ulonglong.m4, maint.mk: gnulib-tool --update. Includes fix + for maint.mk with old versions of gzip. + +2007-10-18 Micah Cowan + + * po/POTFILES.in: Removed no-longer-existing or generated files. + * autogen.sh: Reinstated, in case we have to do something at + some point other than autoreconf. + * Makefile.am: Put autogen.sh back in EXTRA_DIST. Just in case + someone needs to rebuild configure. + * configure.ac: Removed config-post.h inclusion from bottom of + generated config.h. + +2007-10-16 Micah Cowan + + * README: Draw attention to wiki:PatchGuidelines. + +2007-10-14 Micah Cowan + + * configure.ac: Let gnulib handle builtin MD5 functionality. + * NEWS: Mention gnulib. + +2007-10-13 Micah Cowan + + * GNUMakefile, maint.mk: Added as part of the gnulib-ization. + * Makefile.am: gnulib-ized. + * configure.ac: gnulib-ized. Removed built-in getopt checks. + +2007-10-12 Micah Cowan + + * PATCHES: Removed. + * NEWS: Updated info about source repositories, removal of + PATCHES file. + +2007-10-09 Micah Cowan + + * configure.in: Renamed to configure.ac + * configure.ac: Renamed from configure.in. Added invocations of + AM_GNU_GETTEXT, etc. Added en@quot and en@boldquot pseudo-LINGUA + support. + * ABOUT-NLS: Added back in (required by autoreconf :\). + * Makefile.am: Added ABOUT-NLS and msdos/Makefile.WC to EXTRA_DIST. + * m4/wget.m4: Removed no-longer-used NLS stuff. + * Makefile.in.in: Restore previous policy of not updating .po's + unless explicitly asked (via update-po). + +2007-10-09 gettextize + + * m4/gettext.m4: New file, from gettext-0.16.1. + * m4/iconv.m4: New file, from gettext-0.16.1. + * m4/lib-ld.m4: Upgrade to gettext-0.16.1. + * m4/lib-link.m4: Upgrade to gettext-0.16.1. + * m4/lib-prefix.m4: Upgrade to gettext-0.16.1. + * m4/nls.m4: New file, from gettext-0.16.1. + * m4/po.m4: New file, from gettext-0.16.1. + * m4/progtest.m4: New file, from gettext-0.16.1. + * po/Makefile.in.in: Upgrade to gettext-0.16.1. + * po/Rules-quot: New file, from gettext-0.16.1. + * po/boldquot.sed: New file, from gettext-0.16.1. + * po/en@boldquot.header: New file, from gettext-0.16.1. + * po/en@quot.header: New file, from gettext-0.16.1. + * po/insert-header.sin: New file, from gettext-0.16.1. + * po/quot.sed: New file, from gettext-0.16.1. + * po/remove-potcdate.sin: New file, from gettext-0.16.1. + +2007-10-08 Micah Cowan + + * AUTHORS: Credit to Ralf Wildenhues for automakifying patches. + +2007-10-05 Ralf Wildenhues + + * po/Makefile.in.in: Since `distdir' is used now, adjust + DISTFILES to the missing ChangeLog file. + Add trivial targets ps, pdf, html. + * Makefile.in: Removed, replaced by Makefile.am. + * Makefile.am: Converted from Makefile.in. + * util/Makefile.in: Removed, replaced by Makefile.am. + * util/Makefile.am: Converted from Makefile.in. + * configure.in: Adjust for automake support. + +2007-10-05 Micah Cowan + + * config.guess, config.sub, install-sh: Update from versions + found in /usr/share/automake/. + * autogen.sh: Removed, in favor of just running autoreconf. + +2007-10-03 Micah Cowan + + * NEWS: Note missing functionality from GnuTLS support. Call out + attention to content_disposition's experimental status. + +2007-09-25 Micah Cowan + + * configure.in: Remove unnecessary heuristic to generate exeext + variable, since AC_PROG_CC and others automatically set EXEEXT. + Pointed out by Steve Kenton . + +2007-09-12 Micah Cowan + + * AUTHORS: Added... me... + * TODO: file removed, bugtracker is authoritative source for + planned changes. + +2007-08-26 Micah Cowan + + * po/POTFILES.in: Added spider.c. + +2007-08-24 Micah Cowan + + * po/no.po: removed; replaced by nb.po (per the translation + project coordinator, Benno Schulenberg). + +2007-08-22 Micah Cowan + + * Makefile.in: Exclude .svn directories and below from + distribution. + +2007-08-09 Ralf Wildenhues + + * m4/wget.m4 (WGET_PROCESS_PO, AM_PATH_PROG_WITH_TEST): Add + missing M4 quotation. Delete serial number. + +2007-08-09 Micah Cowan + + * NEWS: Timestamping from most recent response. + +2007-08-08 Micah Cowan + + * NEWS: Call attention to the fact that Content-Disposition is + not enabled by default. + +2007-08-07 Micah Cowan + + * configure.in: Fix --with-libssl-prefix failure by replacing + usage of sh "if" statement with "AS_IF" macros, to force + AC_REQUIRE'd macros to be expanded before the conditional + statement body. + * NEWS: Note that configure.in now requires autoconf >= 2.61, + to support AS_IF and its expansion of AC_REQUIREs. + +2007-07-29 Micah Cowan + + * NEWS: No more auth before challenge. No more auth info in + Referer. New --max-redirect option. + +2007-07-09 Micah Cowan + + * README, util/wget.spec: Removed references to wget.sunsite.dk. + +2007-07-05 Micah Cowan + + * AUTHORS: + Draw attention to previous maintainers. + + * autogen.sh, config.guess, config.sub, configure.bat: + * configure.in, m4/wget.m4, Makefile.in, util/dist-wget: + * util/Makefile.in, util/rmold.pl: + Updated GPL reference to version 3 or later, removed FSF + address. + + * README: + Updated reference to maintainer, and updated GPL reference to + version 3 or later. + + * COPYING: + Replaced with verson 3. + +2006-08-28 Noèl Köthe + + * Makefile.in: Fixed a DESTDIR-related bug. + +2006-07-17 Daniel Richard G. + + * Makefile.in: Added DESTDIR='$(DESTDIR)' to MAKEDEFS. + +2006-07-14 Mauro Tortonesi + + * configure.in: Check for intptr_t. + +2006-06-27 Hrvoje Niksic + + * configure.in: We're no longer using strtoimax. + +2006-02-28 Hrvoje Niksic + + * configure.in: Check for memrchr. + +2005-11-19 Hrvoje Niksic + + * configure.in: Check for uintptr_t. + +2005-11-02 Mauro Tortonesi + + * Makefile.in: Improved support for unit testing. + + * configure.in: Ditto. + +2005-10-27 Mauro Tortonesi + + * Makefile.in: Added basic support for unit testing. + +2005-08-26 Stepan Kasal + + * configure.in: Abort configure if --with-ssl given but SSL + unavailable. Use HAVE_LIBSSL and HAVE_LIBGNUTLS symbols provided + by AC_LIB_HAVE_LINKFLAGS instead of inventing new ones. + +2005-08-11 Hrvoje Niksic + + * configure.in: Check for strtoll and strtoimax. + +2005-07-08 Hrvoje Niksic + + * configure.in: Remove -Wno-implicit from default GCC warning + flags. + +2005-07-08 Hrvoje Niksic + + * configure.in: Don't check for symlink, which is expected to + exist. Check for asprintf. + +2005-07-07 Hrvoje Niksic + + * configure.bat: Copy the common config.h and config-compiler.h. + +2005-07-06 Hrvoje Niksic + + * configure.in: Don't check for setjmp.h. + +2005-07-06 Hrvoje Niksic + + * Makefile.in: Also use @LIBGNUTLS@ to build LIBS. + +2005-07-05 Hrvoje Niksic + + * configure.in: Add check for GnuTLS if --with-ssl=gnutls is used. + +2005-07-03 Hrvoje Niksic + + * po/POTFILES.in: Include src/ptimer.c. + +2005-07-01 Hrvoje Niksic + + * configure.in: Mention in message that the "GNU" md5 + implementation is in fact built-in to Wget. + +2005-06-29 Hrvoje Niksic + + * m4/wget.m4 (WGET_WITH_NLS): Don't check for locale.h. + +2005-06-29 Hrvoje Niksic + + * configure.in: Test for $LIBSSL instead of the old $ssl_success + when deciding which MD5 to use. + +2005-06-29 Hrvoje Niksic + + * configure.in: Require Autoconf 2.59. + +2005-06-29 Hrvoje Niksic + + * configure.in: Check for drand48. + +2005-06-26 Hrvoje Niksic + + * m4/wget.m4: Use proper GPL header. + +2005-06-25 Hrvoje Niksic + + * Makefile.in: No need to clean .libs. + +2005-06-25 Hrvoje Niksic + + * Makefile.in (DISTFILES): Don't split the sed invocation across + several lines, Solaris make passes the backslashes to sed literally. + +2005-06-25 Hrvoje Niksic + + * Makefile.in: Instead of creating configure.bat from + configure.bat.in, simply make sure the correct EOL style in + checked out of the repository. + +2005-06-24 Hrvoje Niksic + + * configure.in: Move the large file check further up. Only check + for endianness if GNU md5 is used (it being the only file that + needs endianness information). + +2005-06-24 Hrvoje Niksic + + * configure.in: Don't indent #include lines. + +2005-06-24 Hrvoje Niksic + + * configure.in: Enable the user to turn off SSL autodetection and + disable SSL using --without-ssl. + + * Makefile.in ($(srcdir)/stamp-h.in): Remove the aclocal.m4 + dependencies. + +2005-06-24 Hrvoje Niksic + + * configure.in: Include m4/*.m4. + + * aclocal.m4: Renamed to m4/wget.m4. + +2005-06-24 Hrvoje Niksic + + * configure.in: Use AC_LIB_HAVE_LINKFLAGS instead of + AC_LIB_LINKFLAGS when checking for library functions. + + * configure.in: Don't waste time checking for headers and + functions we know must be there. But manually AC_DEFINE the + functions that might be missing from non-Unix systems. + +2005-06-23 Mauro Tortonesi + + * libtool.m4, ltmain.sh: Deleted. + + * configure.in: Replaced ugly libtool-based check for OpenSSL libs + with a simpler config.rpath-based approach. + + * Makefile.in, src/Makefile.in: Removed libtool support. + + * m4/lib-link.m4, m4/lib-prefix.m4, m4/lib-ld.m4, config.rpath: + config.rpath macros taken from gettext 0.14.5. + +2005-06-23 Hrvoje Niksic + + * configure.in: Don't check for strpbrk and mktime. + +2005-06-23 Hrvoje Niksic + + * util/dist-wget: Port to subversion. + +2005-06-22 Hrvoje Niksic + + * README.svn: Renamed to README.checkout. Edited to mention the + autogen.sh script. + +2005-06-22 Hrvoje Niksic + + * autogen.sh: New file. + + * Makefile.svn: Deleted, replaced with the even simpler (and more + standard) `autogen.sh' script. + 2005-06-22 Hrvoje Niksic * configure.in: Don't check for signal.h. Remove the @@ -1047,8 +1774,8 @@ 2001-03-20 Dan Harkless * TODO: Oops. Hostless absolute link conversion _is_ working. My - test that led me to believe it wasn't was exposing a different bug - -- URLs specified on the commandline as opposed to being recursed + test that led me to believe it wasn't was exposing a different bug + -- URLs specified on the commandline as opposed to being recursed to don't always get re-converted at the end of the Wget run. 2001-03-17 Dan Harkless @@ -1086,7 +1813,7 @@ 2001-03-12 Dan Harkless * TODO: Only normal recursion should respect -np -- page-requisite - recursion should not. + recursion should not. 2001-03-07 Jan Prikryl @@ -1100,10 +1827,10 @@ 2001-03-01 Dan Harkless * ChangeLog.README: Renamed from README.branches and added a note - that Wget has multiple ChangeLog files (currently ./ChangeLog, - doc/ChangeLog, and src/ChangeLog), since this is unusual and - people have complained their patches hadn't been applied after - checking only the top-level ChangeLog. + that Wget has multiple ChangeLog files (currently ./ChangeLog, + doc/ChangeLog, and src/ChangeLog), since this is unusual and + people have complained their patches hadn't been applied after + checking only the top-level ChangeLog. 2001-02-28 Dan Harkless @@ -1122,10 +1849,10 @@ moving -nr to a different category. * TODO: "Timestamps are sometimes not copied over on files - retrieved by FTP." removed. Hopefully all the failures I was - seeing were due to the fact that it wasn't documented that - non-globbing, non-recursive FTP downloads need -N to get the - remote timestamp to be preserved. + retrieved by FTP." removed. Hopefully all the failures I was + seeing were due to the fact that it wasn't documented that + non-globbing, non-recursive FTP downloads need -N to get the + remote timestamp to be preserved. 2001-02-22 Dan Harkless @@ -1169,7 +1896,7 @@ 2001-01-11 Dan Harkless * TODO: If -c used with -N, check to make sure a file hasn't - changed on the server before "continuing" to download it. + changed on the server before "continuing" to download it. 2001-01-11 Adrian Aichner @@ -1186,7 +1913,7 @@ directory got fixed without the TODO entry for it being removed. * TODO: Add a "rollback" option to have --continue throw away X - corrupted (e.g. by proxy) bytes from end of file before resuming. + corrupted (e.g. by proxy) bytes from end of file before resuming. * po/*.po*: Updated after changing --help's description of -c. @@ -1200,8 +1927,8 @@ * README.branches: Explains the 1.6_branch.ChangeLog files. * README.cvs: Falsely claimed you only needed GNU autoconf to - build from the CVS sources. You also need GNU gettext and - texinfo. I also did a bunch of general re-writing of this file. + build from the CVS sources. You also need GNU gettext and + texinfo. I also did a bunch of general re-writing of this file. 2001-01-03 Dan Harkless