]> sjero.net Git - wget/blobdiff - windows/ChangeLog
Warn about state of Windows builds.
[wget] / windows / ChangeLog
index 659a2075b985943fef4dd99dfe8b9dc70c27197f..0c1bde1f6accd799b935038e85cf79ef9e694491 100644 (file)
@@ -1,7 +1,74 @@
+2009-09-21  Micah Cowan  <micah@cowan.name>
+
+       * README: Warn about less-than-functional Windows build support.
+
+2009-09-03  Gisle Vanem  <giva@bgnett.no>
+
+       * config.h (HAVE_STRING_H): Define for all Windows build
+       platforms.
+       (socklen_t): Define conditionally.
+
+2008-09-09  Gisle Vanem  <gvanem@broadpark.no>
+
+       * config-compiler.h: MingW do have <stdint.h>; 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  <micah@cowan.name>
+
+       * 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 <micah@cowan.name>
+
+       * 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  <giva@bgnett.no>
+
+       * config-compiler.h: Adjust for OpenWacom 1.7's _Bool fix.
+
+2007-10-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * Makefile.in: Removed, replaced by Makefile.am.
+       * Makefile.am: Converted from Makefile.in.
+
+2007-09-24  Christopher Lewis <chris@christopherlewis.com>
+
+       * config-compiler.h: Fix compiler warnings related to
+       HAVE_INTPTR_T.
+
+2007-07-05  Micah Cowan  <micah@cowan.name>
+
+       * 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 <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. 
+       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
 
 2005-02-10  Mauro Tortonesi <mauro@ferrara.linux.it>
 
-       * Makefile.src: Renamed string.{c,h} to string_t.{c,h} to fix 
-       a compilation conflict with the string.h header in the standard 
+       * Makefile.src: Renamed string.{c,h} to string_t.{c,h} to fix
+       a compilation conflict with the string.h header in the standard
        C library.
 
-       * Makefile.src.bor: Renamed string.{c,h} to string_t.{c,h} to fix 
-       a compilation conflict with the string.h header in the standard 
+       * Makefile.src.bor: Renamed string.{c,h} to string_t.{c,h} to fix
+       a compilation conflict with the string.h header in the standard
        C library.
 
        * Makefile.src.mingw: Renamed string.{c,h} to string_t.{c,h} to fix
-       a compilation conflict with the string.h header in the standard 
+       a compilation conflict with the string.h header in the standard
        C library.
 
        * Makefile.src.watcom: Renamed string.{c,h} to string_t.{c,h} to fix
-       a compilation conflict with the string.h header in the standard 
+       a compilation conflict with the string.h header in the standard
        C library.
 
        * wget.dep: Renamed string.{c,h} to string_t.{c,h} to fix a