]> sjero.net Git - wget/blobdiff - ChangeLog
[svn] A bunch of new features:
[wget] / ChangeLog
index dab7866f335c263929691f05ccb17ff0f2c34b3b..e873628fd67d42071f4efb1429fb60b6699a5b19 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,63 @@
+2000-11-10  Hrvoje Niksic  <hniksic@arsdigita.com>
+
+       * configure.in: Test for MMAP.
+
+2000-11-16  Hrvoje Niksic  <hniksic@arsdigita.com>
+
+       * windows/config.h.ms: snprintf and vsnprintf exist under Windows.
+
+       * windows/Makefile.src: Back out previous change.
+
+2000-11-16  Herold Heiko  <Heiko.Herold@previnet.it>
+
+       * windows/Makefile.src: Compile in vsnprintf.c.
+
+2000-11-02  Matthew Seaman  <m.seaman@inpharmatica.co.uk>
+
+       * util/rmold.pl: Various fixes.
+
+2000-11-01  Hrvoje Niksic  <hniksic@arsdigita.com>
+
+       * configure.in: Check for size of long and long long.
+
+2000-10-30  Dan Harkless  <dan-wget@dilvish.speed.net>
+
+       * NEWS: Hrvoje pointed out that relative URL grokking deserves mention.
+
+2000-10-27  Dan Harkless  <dan-wget@dilvish.speed.net>
+
+       * TODO: wget now groks illegal relative URL HTTP redirects.
+
+2000-10-24  Dan Harkless  <dan-wget@dilvish.speed.net>
+
+       * NEWS: Forgot to update regarding new --bind-address option.
+
+2000-10-20  Dan Harkless  <dan-wget@dilvish.speed.net>
+
+       * TODO: -k needs to convert '?' to "%3F" in links to saved files
+       containing the '?' character (e.g. CGI output).  Also, we need to
+       check the HTTP spec w.r.t. simplification of absolute URLs.
+       Generalize --html-extension to something like --mime-extension.
+
+       * MAILING-LIST: I didn't realize <wget@sunsite.auc.dk> allowed posting
+       by non-subscribers.  <bug-wget@gnu.org> soon to be an alias for it.
+
+       * NEWS: Always forget to update this file when making user-vis. changes.
+
 2000-10-19  Dan Harkless  <dan-wget@dilvish.speed.net>
 
        * TODO: -E / --html-extension / html_extension has been implemented.
+       Make -I and -X allow an optional hostname before the directory name?
+       When simplifying paths, wget needs to stop at any '?' character.
+
+       * configure.in: Put "it" language in proper alphabetical order and
+       added new languages "pl" and "ru".
+
+       * po/pl.{gmo,po}: Added Grzegorz Kowal <g_kowal@poczta.onet.pl>'s
+       Polish message translation file.
+
+       * po/ru.{gmo,po}: Added Const Kaplinsky <const@ce.cctpu.edu.ru>'s 
+       Russian message translation file.
 
 2000-10-16  Dan Harkless  <dan-wget@dilvish.speed.net>