X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=ChangeLog;h=ac1ddf8613cc481062db5a779d2b6ac51cc89543;hb=d5be8ecca466601bda9b81c28a79077fbda6ccde;hp=7fa80d1f210ccc228d3a6129fb25ec501356ec7b;hpb=7bf118bd7b5eceb1e739d6e67cae809fcade9292;p=wget diff --git a/ChangeLog b/ChangeLog index 7fa80d1f..ac1ddf86 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,119 @@ +2001-11-22 Hrvoje Niksic + + * configure.in: Check for strpbrk(). + +2001-05-14 Herold Heiko + + * windows/Makefile.src: + * windows/Makefile.src.bor: + * windows/Makefile.watcom: + * windows/config.h.bor: + * windows/config.h.ms: + * windows/wget.dep: + Windows update. + +2001-11-18 Hrvoje Niksic + + * configure.in: Check for getopt_long in libc. + +2001-11-18 Hrvoje Niksic + + * configure.in: Check for Solaris libmd5. + +2001-11-18 Hrvoje Niksic + + * po/: Installed ja.po, et.po, he.po, fr.po, da.po, uk.po, es.po, + sl.po, nl.po from the Translation Project. + +2001-06-16 Hrvoje Niksic + + * MACHINES: Added mips-sgi-irix6.5, as reported by Edward + J. Sabol. + +2001-06-15 Hrvoje Niksic + + * po/da.po: New version from TP. + +2001-06-15 Hrvoje Niksic + + * config.sub: New version from libtool 1.4. + + * config.guess: New version from libtool 1.4. + + * ltmain.sh: New version from libtool 1.4. + + * aclocal.m4: Imported `libtool.m4' from libtool 1.4. + + * ltconfig: Removed. + + * configure.in: First check the compiler, then invoke libtool. + +2001-06-14 Hrvoje Niksic + + * po/: Install new files from the TP: sv.po, cs.po, et.po, tr.po, + es.po, de.po, gl.po, sk.po, ru.po, fr.po. + +2001-06-14 Hrvoje Niksic + + * configure.in: Check for both gethostbyname and inet_ntoa before + concluding that -lnsl is not needed. + +2001-06-14 Maciej W. Rozycki + + * configure.in: Use `libtool' to test linking of external + libraries. + +2001-06-05 Jan Prikryl + + * po/cs.po: Updated to match the 1.7 POT. + +2001-06-04 Hrvoje Niksic + + * po/: New versions of de.po and gl.po from the TP. + +2001-06-03 Hrvoje Niksic + + * po/hr.po: Updated to match the new POT. + +2001-06-03 Hrvoje Niksic + + * po/wget.pot: Updated. + +2001-06-03 Hrvoje Niksic + + * po/es.po: Use the version from TP. + +2001-06-02 R.I.P. Deaddog + + * po/zh_TW.po: Updated for 1.7. + +2001-06-02 Hrvoje Niksic + + * po/: Updated ru.po, et.po, and sv.po. Added tr.po. + +2001-06-02 Hrvoje Niksic + + * po/pl.po: Use iso-8859-1 as charset. + + * po/hr.po: Update. + +2001-05-28 Maciej W. Rozycki + + * configure.in: Use $host_os instead of non-existent "$opsys" when + deciding based on host type. + + * configure.in: Print "cross" when cross-compiling. + +2001-05-26 Hrvoje Niksic + + * po/hr.po: Updated. + + * po/wget.pot: Regenerated from sources. + + * README: Updated copyright statement. + + * INSTALL: Document the new OpenSSL autodetector. + 2001-05-26 Hrvoje Niksic * configure.in: Provide a default for AC_TRY_RUN when