]> sjero.net Git - wget/blobdiff - windows/ChangeLog
[svn] Add support for adding required files to the wget.zip file when running
[wget] / windows / ChangeLog
index 2141ede15e8d7247d66fa6e2655ede2e9f14ecd7..d59ab5ac973f76f96013466c06b9da9758615d95 100644 (file)
@@ -1,3 +1,35 @@
+2006-06-25  Christopher Lewis <chris@christopherlewis.com>
+
+       * Windows\Makefile.top: Added OpenSSL dlls and cacert.pem to
+       wget.zip to further automate the Win32 build process
+
+       * Windows\Makefile.top.bor: Added OpenSSL dlls and cacert.pem to
+       wget.zip to further automate the Win32 build process
+
+2007-01-23  Christopher Lewis <chris@christopherlewis.com>
+
+       * Windows\Makefile.top: Added the required file msvcr80.dll.  This
+       file is required by OpenSSL.
+
+       * Windows\Makefile.top.bor: Added the required file msvcr80.dll.
+       This file is required by OpenSSL.
+
+2006-12-29  Gisle Vanem  <giva@bgnett.no>
+
+       * config.h: Added 'HAVE_SYS_UTIME_H 1' which gets undefined as needed
+       in config-compiler.h. 
+
+       * config-compiler.h: Added '_WIN32_WINNT=0x0501' as needed to pull in
+       the prototype of getaddrinfo() and other library functions. Defined
+       HAVE_UINTPTR_T and HAVE_INTPTR_T for Digital Mars, which supports
+       'uintptr_t' and 'intptr_t'. Undefined HAVE_STDBOOL_H for Watcom, which
+       has <stdbol.h> but the file cannot be used since the '_Bool' builtin
+       is missing in the compiler!
+
+2006-10-12  Gisle Vanem  <giva@bgnett.no>
+
+       * config-compiler.h (HAVE_INTPTR_T): Define to 1 under MinGW.
+
 2006-08-24  Mauro Tortonesi  <mauro@ferrara.linux.it>
 
        * Makefile.src: Added spider.c to the list of files to compile and