]> sjero.net Git - wget/blobdiff - ChangeLog
[svn] Added basic support for unit testing
[wget] / ChangeLog
index 2006532a1ad29eb1d7c65aa623fd46076f6c661f..f1566ebba76d0ea3a1c72e6d8c8d450453ca33af 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,98 @@
+2005-10-27  Mauro Tortonesi  <mauro@ferrara.linux.it>
+
+       * Makefile.in: Added basic support for unit testing.
+       
+2005-08-26  Stepan Kasal  <kasal@ucw.cz>
+
+       * configure.in: Abort configure if --with-ssl given but SSL
+       unavailable.  Use HAVE_LIBSSL and HAVE_LIBGNUTLS symbols provided
+       by AC_LIB_HAVE_LINKFLAGS instead of inventing new ones.
+
+2005-08-11  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * configure.in: Check for strtoll and strtoimax.
+
+2005-07-08  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * configure.in: Remove -Wno-implicit from default GCC warning
+       flags.
+
+2005-07-08  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * configure.in: Don't check for symlink, which is expected to
+       exist.  Check for asprintf.
+
+2005-07-07  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * configure.bat: Copy the common config.h and config-compiler.h.
+
+2005-07-06  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * configure.in: Don't check for setjmp.h.
+
+2005-07-06  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * Makefile.in: Also use @LIBGNUTLS@ to build LIBS.
+
+2005-07-05  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * configure.in: Add check for GnuTLS if --with-ssl=gnutls is used.
+
+2005-07-03  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * po/POTFILES.in: Include src/ptimer.c.
+
+2005-07-01  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * configure.in: Mention in message that the "GNU" md5
+       implementation is in fact built-in to Wget.
+
+2005-06-29  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * m4/wget.m4 (WGET_WITH_NLS): Don't check for locale.h.
+
+2005-06-29  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * configure.in: Test for $LIBSSL instead of the old $ssl_success
+       when deciding which MD5 to use.
+
+2005-06-29  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * configure.in: Require Autoconf 2.59.
+
+2005-06-29  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * configure.in: Check for drand48.
+
+2005-06-26  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * m4/wget.m4: Use proper GPL header.
+
+2005-06-25  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * Makefile.in: No need to clean .libs.
+
+2005-06-25  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * Makefile.in (DISTFILES): Don't split the sed invocation across
+       several lines, Solaris make passes the backslashes to sed literally.
+
+2005-06-25  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * Makefile.in: Instead of creating configure.bat from
+       configure.bat.in, simply make sure the correct EOL style in
+       checked out of the repository.
+
+2005-06-24  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * configure.in: Move the large file check further up.  Only check
+       for endianness if GNU md5 is used (it being the only file that
+       needs endianness information).
+
+2005-06-24  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * configure.in: Don't indent #include lines.
+
 2005-06-24  Hrvoje Niksic  <hniksic@xemacs.org>
 
        * configure.in: Enable the user to turn off SSL autodetection and
        functions we know must be there.  But manually AC_DEFINE the
        functions that might be missing from non-Unix systems.
 
+2005-06-23  Mauro Tortonesi  <mauro@ferrara.linux.it>
+
+       * libtool.m4, ltmain.sh: Deleted.
+
+       * configure.in: Replaced ugly libtool-based check for OpenSSL libs
+       with a simpler config.rpath-based approach.
+
+       * Makefile.in, src/Makefile.in: Removed libtool support.
+
+       * m4/lib-link.m4, m4/lib-prefix.m4, m4/lib-ld.m4, config.rpath:
+       config.rpath macros taken from gettext 0.14.5.
+
 2005-06-23  Hrvoje Niksic  <hniksic@xemacs.org>
 
        * configure.in: Don't check for strpbrk and mktime.