X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=windows%2FChangeLog;h=d59ab5ac973f76f96013466c06b9da9758615d95;hp=8ffb364eb0454da79ba884a061eb2ded6fd8ed1b;hb=59743937716b0c83b6fc3a90aab9dbb0f397e69c;hpb=a41d45a9f3cfa36999ea0ca661929a4ff4441a26 diff --git a/windows/ChangeLog b/windows/ChangeLog index 8ffb364e..d59ab5ac 100644 --- a/windows/ChangeLog +++ b/windows/ChangeLog @@ -1,3 +1,107 @@ +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. + +2005-07-08 Hrvoje Niksic + + * config.h: Comment out the #undef lines so that they don't undo + the flags set in the Makefiles. + +2005-07-07 Hrvoje Niksic + + * config-compiler.h (stat_alias): Don't directly redefine stat and + fstat here. Just define the alias symbols. + (gai_strerror): Just declare that it needs to be defined instead + of defining it directly. + +2005-07-07 Gisle Vanem + + * config-compiler.h: Define HAVE__BOOL, HAVE_INTTYPES_H, and + HAVE_STRTOLL for MinGW. + +2005-07-07 Hrvoje Niksic + + * config.h.mingw: Removed. + + * config.h.bor: Removed. + + * config.h.ms: Removed. + + * config-compiler.h: New file. + +2005-07-06 Hrvoje Niksic + + * config.h: New file. + +2005-06-30 Hrvoje Niksic + + * Makefile.src.bor: Correct location of OBJS dependency. + +2005-06-29 Hrvoje Niksic + + * config.h.ms: Ditto. + + * config.h.bor: Explicitly include config-post.h. + +2005-06-29 Gisle Vanem + + * config.h.mingw: MinGW has limits.h, uint32_t, and the + sin6_scope_id member of sockaddr_in6. Include config-post.h. + 2005-06-27 Hrvoje Niksic * config.h.bor: Ditto.