]> sjero.net Git - wget/blobdiff - ChangeLog
[svn] Added NTLM support.
[wget] / ChangeLog
index a8ea94916653a11343abeb95b77c213fb30d9ea4..ebb947539541658141a8f1fecf050c31ee9a5928 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,44 @@
-2004-11-15  YAMAZAKI Makoto <Yamazaki.Makoto@fujixerox.co.jp>
+2005-04-06  Hrvoje Niksic  <hniksic@xemacs.org>
 
-       * src/netrc.c: Fix termination by assertion bug in netrc parsing.
+       * configure.in: Allow the user to disable NTLM authorization.
+       Make sure NTLM is disabled if OpenSSL is unavailable.  If NTLM is
+       *explicitly* requested and OpenSSL is unavailable, abort.
+
+       * configure.in: Renamed USE_* to ENABLE_*.
+
+2005-03-23  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * po/POTFILES.in: Removed headers.c and rbuf.c.
+
+2005-03-06  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * windows/Makefile.src.bor: Reenable warnings under Borland C,
+       disabling only specific warnings.  Generate Pentium Pro code by
+       default.
+
+2003-02-24  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * configure.in: Don't check for AI_ADDRCONFIG here, it is checked
+       for in the source directly.
+
+2003-02-25  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * libtool.m4, ltmain.sh, config.sub, config.guess: Upgrade to
+       libtool 1.5.14.
+
+2003-02-23  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * libtool.m4, ltmain.sh, config.sub, config.guess: Upgrade to
+       libtool 1.5.8.
+
+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>