]> sjero.net Git - wget/blobdiff - windows/ChangeLog
Fix IPv6 detection under Windows.
[wget] / windows / ChangeLog
index 7cadaa5614caebc2814f2ccada6b4af0fa28ffd5..2d4d503003269954134b0e814327d7b0545625d4 100644 (file)
@@ -1,3 +1,23 @@
+2010-05-08  Giuseppe Scrivano  <gscrivano@gnu.org>
+
+       * Makefile.am: Update copyright years.
+
+       * Makefile.doc: Likewise.
+
+       * Makefile.src: Likewise.
+
+       * Makefile.top: Likewise.
+
+       * Makefile.top.bor: Likewise.
+
+       * Makefile.top.mingw: Likewise.
+
+       * config-compiler.h: Likewise.
+
+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
@@ -64,7 +84,7 @@
 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