]> sjero.net Git - wget/blobdiff - ChangeLog
[svn] Large file support added. Published in <87psyr6jn7.fsf@xemacs.org>.
[wget] / ChangeLog
index 0582a5303fe3791f60364e0cc7dc0a86b484c70a..77cc367af49413e306a024ce2b630ff3c7fb656f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,129 @@
+2005-02-20  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * configure.in: Check for LFS.  Determine SIZEOF_OFF_T.
+       Check for ftello.
+
+2005-02-18  Marco Colombo  <m.colombo@ed.ac.uk>
+
+       * po/it.po: Updated Italian translation.
+
+2004-05-09  David Fritz  <zeroxdf@att.net>
+
+       * windows/Makefile.src.bor: Fix broken build rule.  Add clean target.
+
+       * windows/Makefile.top.bor: Use tabs instead of spaces.  Ignore
+       errors in clean rules.  Use lowercase filenames when building
+       distribution .zip archive.
+
+       * windows/config.h.bor:  Don't define HAVE_UINT32_T.
+
+       * windows/Makefile.doc: Fix remaining instance of build rules
+       indented with spaces instead of tabs.
+
+       * windows/Makefile.src: Update copyright year.
+
+       * windows/Makefile.top: Update copyright year.
+
+       * windows/config.h.mingw (WGET_USE_STDARG, HAVE_SIG_ATOMIC_T): Define.
+
+       * windows/config.h.ms (HAVE_STRPBRK, HAVE_LIMITS_H)
+       (HAVE_LOCALE_H): Define.
+
+       * windows/Makefile.watcom: Add /I. to CFLAGS.  Remove reference to
+       specific Wget version from linker flags.  Add missing
+       dependencies.
+
+2004-02-09  David Fritz  <zeroxdf@att.net>
+
+       * configure.bat.in: Don't clear the screen.
+
+       * windows/README: Add introductory paragraph.  Re-word a few
+       sentences.  Correct minor typographical errors.  Use consistent
+       capitalization of Wget, SSL, and OpenSSL.  Refer to Microsoft
+       Visual C++ as MSVC instead of VC++.  Mention the --msvc option to
+       configure.bat.  Reflow paragraphs.
+
+       * windows/Makefile.top: Use tabs instead of spaces.  Ignore errors
+       in clean rules.  Use lowercase filenames when building distribution
+       .zip archive.
+
+       * windows/Makefile.doc: Use tabs instead of spaces.  Ignore errors
+       in clean rules.
+
+       * windows/Makefile.src: Clean-up clean rules.  Use tabs instead of
+       spaces.  Link against gdi32.lib.  Don't define SYSTEM_WGETRC.
+       Remove unused macros.  Remove anachronistic and superfluous linker
+       flags.  Don't rename wget.exe to all upper-case.  Add
+       `preprocessor' conditionals for SSL and newer MSVC options.  Use
+       batch rules.  Don't suppress all warnings.
+
+2003-11-26  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * aclocal.m4: Don't check for AI_V4MAPPED and for AI_ALL, since
+       Wget doesn't need them.
+
+       * configure.in: Check for struct sockaddr_storage.
+
+2003-11-12  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * configure.in: Use a more standard checking message when checking
+       for md5.h.
+
+2003-11-12  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * configure.in: Tweak ansi2knr test, use : instead of true.
+
+2003-11-12  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * configure.in: Check for limits.h.
+
+2003-11-10  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * aclocal.m4 (WGET_SOCKLEN_T): Use AC_COMPILE_IFELSE instead of
+       AC_TRY_COMPILE.
+
+2003-11-10  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * aclocal.m4 (WGET_STRUCT_UTIMBUF): Use AC_CHECK_TYPES instead of
+       AC_EGREP_CPP to check for struct utimbuf.
+
+2003-11-09  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * aclocal.m4 (WGET_WITH_NLS): Respect the user's setting of
+       LINGUAS, e.g. `LINGUAS="en bg ja" ./configure'.
+
+2003-11-09  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * configure.in: Don't attempt to use Emacs as a makeinfo
+       substitute.
+
+2003-11-07  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * README: Remove explicit version reference, so that the file
+       doesn't have to be updated for each new release.
+
+2003-11-05  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * libtool.m4, ltmain.sh, config.sub, config.guess: Upgrade to
+       libtool 1.5.
+
+2003-11-05  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * windows/config.h.ms: MSVC doesn't have uint32_t.
+
+2003-11-05  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * configure.in: Remove the broken check for socks.
+
+2003-11-05  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * configure.in: Substitute ANSI2KNR and U, so we can compile.
+
+2003-11-05  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * configure.in: Use the Autoconf macro AC_C_PROTOTYPES instead of
+       the old AM_C_PROTOTYPES.
+
 2003-11-04  Hrvoje Niksic  <hniksic@xemacs.org>
 
        * configure.in: Use the new form of AC_OUTPUT.