X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=windows%2FChangeLog;h=fd8d815752ea478b5f5c47d9f661ff144dfc7bd7;hp=0083cee6cb0efecbbf210b394f83f67e6ec6aaf1;hb=edc9055768fed952b30629a9e8fa38ef68761882;hpb=42231a47c3bfa87cd9c103655f7715b1942afc0a diff --git a/windows/ChangeLog b/windows/ChangeLog index 0083cee6..fd8d8157 100644 --- a/windows/ChangeLog +++ b/windows/ChangeLog @@ -1,3 +1,98 @@ +2008-09-09 Gisle Vanem + + * config-compiler.h: MingW do have ; added HAVE_STDINT_H. + Added _CRT_SECURE_NO_WARNINGS to supress warnings in MSVC8+ about + using "old" ANSI-functions. + + * config.h: config-post.h is gone. SIZEOF_LONG_LONG is 8. + +2008-01-25 Micah Cowan + + * Makefile.am, Makefile.doc, Makefile.src, Makefile.top, + Makefile.top.bor, Makefile.top.mingw, config-compiler.h: Updated + copyright year. + +2007-11-28 Micah Cowan + + * Makefile.doc, Makefile.am, Makefile.src, Makefile.top, + Makefile.top.bor, Makefile.top.mingw, config-compiler.h: Updated + license exception for OpenSSL, per the SFLC. + +2007-10-15 Gisle Vanem + + * config-compiler.h: Adjust for OpenWacom 1.7's _Bool fix. + +2007-10-05 Ralf Wildenhues + + * Makefile.in: Removed, replaced by Makefile.am. + * Makefile.am: Converted from Makefile.in. + +2007-09-24 Christopher Lewis + + * config-compiler.h: Fix compiler warnings related to + HAVE_INTPTR_T. + +2007-07-05 Micah Cowan + + * Makefile.top.bor, Makefile.doc, Makefile.in, Makefile.src: + * config-compiler.h, Makefile.top, Makefile.top.mingw: + Updated GPL reference to version 3 or later, removed FSF + address. + +2006-06-25 Christopher Lewis + + * 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 + + * 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 + + * 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 but the file cannot be used since the '_Bool' builtin + is missing in the compiler! + +2006-10-12 Gisle Vanem + + * config-compiler.h (HAVE_INTPTR_T): Define to 1 under MinGW. + +2006-08-24 Mauro Tortonesi + + * Makefile.src: Added spider.c to the list of files to compile and + spider.h to the list of header files. Updated copyright information. + + * Makefile.src.mingw: Ditto. + + * Makefile.src.bor: Ditto. + +2006-04-07 Mauro Tortonesi + + * config-compiler.h: Several fixes for MSVC 8 (Visual C 2005). + +2006-03-09 Hrvoje Niksic + + * config-compiler.h (HAVE_UINTPTR_T): Define to 1 under MinGW. + +2005-08-10 Hrvoje Niksic + + * config.h (HAVE_SOCKADDR_IN6_SCOPE_ID): According to MSDN, + Winsock supports sin6_scope_id. + 2005-07-08 Gisle Vanem * config-compiler.h: Reintroduced Watcom support.