X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=ChangeLog;h=f6257845bc75ce7ea42b50ddde33181ebbae36b1;hp=c873ac2a01e2e13bbda242491ec2c16a325094d1;hb=48e00fb65660aa11f4c0cc25ea1950d968220725;hpb=b47ea7c8c42d1cde31856c15424a7c04fb69bbf3 diff --git a/ChangeLog b/ChangeLog index c873ac2a..f6257845 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,28 @@ +2005-06-26 Hrvoje Niksic + + * m4/wget.m4: Use proper GPL header. + +2005-06-25 Hrvoje Niksic + + * Makefile.in: No need to clean .libs. + +2005-06-25 Hrvoje Niksic + + * 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 + + * 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 + + * 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 * configure.in: Don't indent #include lines. @@ -25,6 +50,18 @@ 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 + + * 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 * configure.in: Don't check for strpbrk and mktime.