]> sjero.net Git - wget/blobdiff - ChangeLog
[svn] Document new implementation of continuing partial downloads.
[wget] / ChangeLog
index 8eee4b3f543744cec78a0c56a87351ef155bf3ea..40af815eae59a3d5638fbe4863715c942beb4122 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,28 @@
+2003-11-26  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * aclocal.m4: Don't check for AI_V4MAPPED and for AI_ALL, since
+       Wget doesn't need them.
+
+       * configure.in: Check for struct sockaddr_storage.
+
+2003-11-12  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * configure.in: Use a more standard checking message when checking
+       for md5.h.
+
+2003-11-12  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * configure.in: Tweak ansi2knr test, use : instead of true.
+
+2003-11-12  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * configure.in: Check for limits.h.
+
+2003-11-10  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * aclocal.m4 (WGET_SOCKLEN_T): Use AC_COMPILE_IFELSE instead of
+       AC_TRY_COMPILE.
+
 2003-11-10  Hrvoje Niksic  <hniksic@xemacs.org>
 
        * aclocal.m4 (WGET_STRUCT_UTIMBUF): Use AC_CHECK_TYPES instead of