]> sjero.net Git - wget/blobdiff - ChangeLog
[svn] Modify dist-wget to work with the subversion repository.
[wget] / ChangeLog
index ea435d140154811cc06356acd13e50aa885a0fa4..392c7d2634fcb347277de5550883db073d5113ff 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,145 @@
+2005-06-23  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * util/dist-wget: Port to subversion.
+
+2005-06-22  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * README.svn: Renamed to README.checkout.  Edited to mention the
+       autogen.sh script.
+
+2005-06-22  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * autogen.sh: New file.
+
+       * Makefile.svn: Deleted, replaced with the even simpler (and more
+       standard) `autogen.sh' script.
+
+2005-06-22  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * configure.in: Don't check for signal.h.  Remove the
+       AC_HEADER_TIME check.  Remove the test for ANSI C prototypes.
+
+2005-06-22  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * configure.in: Check for C99 conformant stdbool.h.
+
+2005-06-22  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * MAILING-LIST: Remove reference to the obsolete `wget-cvs'
+       mailing list.
+
+2005-06-22  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * config.sub, config.guess: Updated from canonical location.
+
+2005-06-22  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * configure.in: Assume existence of gettimeofday and select.
+       gettimeofday exists on all platforms we care about (except for
+       Windows where Windows-specific functions are used instead), and
+       select exists virtually everywhere.
+
+       * configure.in: Assume existence of strerror, signal, strstr, and
+       memmove, which are all required by ANSI C.
+
+2005-06-21  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * Makefile.cvs: Renamed to Makefile.svn.
+
+       * README.cvs: Renamed to README.svn.
+
+2005-06-20  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * configure.in: Don't check for the return type of signal
+       handlers; C89 requires it to be void.
+
+2005-06-19  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * aclocal.m4: Remove support for K&R compilers.
+
+2005-05-10  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * configure.in: Test for OpenSSL includes we actually need.
+
+2005-05-06  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * Makefile.in ($(srcdir)/stamp-h.in): Don't print the line with
+       the comment about running autoheader.
+
+2005-05-06  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * configure.in: Set MAKEINFO to "true" so build doesn't fail for
+       users without either makeinfo or the pre-packaged info files.
+
+2005-05-02  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * INSTALL: Document environment variables affecting configure,
+       especially $CC.
+
+       * INSTALL: Mention that make install requires root.
+
+2005-04-29  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * configure.in: Don't set ipv6 to yes only because struct
+       sockaddr_in6 was found.  Stop the rest of the IPv6 checks when one
+       check fails.  Abort if IPv6 was explicitly requested, but not
+       found.
+
+2005-04-28  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * windows/Makefile.top.bor: Use MAKEDIR for make clean too.
+
+2005-04-28  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * windows/Makefile.src.bor: Don't delete executables other than
+       wget.exe.  Delete various auxilliary files created by the Borland
+       build process.
+
+2005-04-28  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * NEWS: Advertise new-style syntax for --no-dns-cache instead
+       of --dns-cache=off.
+
+2005-04-28  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * windows/Makefile.src.bor: Don't suppress unreachable code
+       warning.
+
+2005-04-28  Herold Heiko  <Heiko.Herold@previnet.it>
+
+       * windows/wget.dep: Rename gen_sslfunc.c to openssl.c.
+
+2005-04-28  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * INSTALL: Mention --disable-ntlm.
+
+2005-04-27  Mauro Tortonesi  <mauro@ferrara.linux.it>
+
+       * NEWS: Mention the new --ftp-user, --ftp-password, --user and
+       --password options, the name changes for --http-passwd and
+       --proxy-passwd and the deprecation of login and passwd commands.
+
+2005-04-22  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * po/eo.po: Added Esperanto translation.
+
+2005-04-21  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * po/vi.po: Added Vietnamese translation.
+
+2005-04-18  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * MACHINES: Removed.
+
+2005-04-08  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * configure.in: When checking for OpenSSL headers, check for all
+       the ones that Wget is using.
+
+2005-04-08  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * windows/Makefile.src: Compile ptimer.c and http-ntlm.c.
+
 2005-04-08  Hrvoje Niksic  <hniksic@xemacs.org>
 
        * configure.in: Use it.