]> sjero.net Git - wget/blob - windows/ChangeLog
Updated ChangeLogs for license exemptions.
[wget] / windows / ChangeLog
1 2007-11-28  Micah Cowan <micah@cowan.name>
2
3         * Makefile.doc, Makefile.in, Makefile.src, Makefile.top,
4         Makefile.top.bor, Makefile.top.mingw, config-compiler.h: Updated
5         license exception for OpenSSL, per the SFLC.
6
7 2007-09-24  Christopher Lewis <chris@christopherlewis.com>
8
9         * config-compiler.h: Fix compiler warnings related to
10         HAVE_INTPTR_T.
11
12 2007-07-05  Micah Cowan  <micah@cowan.name>
13
14         * Makefile.top.bor, Makefile.doc, Makefile.in, Makefile.src:
15         * config-compiler.h, Makefile.top, Makefile.top.mingw:
16         Updated GPL reference to version 3 or later, removed FSF
17         address.
18
19 2006-06-25  Christopher Lewis <chris@christopherlewis.com>
20
21         * Windows\Makefile.top: Added OpenSSL dlls and cacert.pem to
22         wget.zip to further automate the Win32 build process
23
24         * Windows\Makefile.top.bor: Added OpenSSL dlls and cacert.pem to
25         wget.zip to further automate the Win32 build process
26
27 2007-01-23  Christopher Lewis <chris@christopherlewis.com>
28
29         * Windows\Makefile.top: Added the required file msvcr80.dll.  This
30         file is required by OpenSSL.
31
32         * Windows\Makefile.top.bor: Added the required file msvcr80.dll.
33         This file is required by OpenSSL.
34
35 2006-12-29  Gisle Vanem  <giva@bgnett.no>
36
37         * config.h: Added 'HAVE_SYS_UTIME_H 1' which gets undefined as needed
38         in config-compiler.h. 
39
40         * config-compiler.h: Added '_WIN32_WINNT=0x0501' as needed to pull in
41         the prototype of getaddrinfo() and other library functions. Defined
42         HAVE_UINTPTR_T and HAVE_INTPTR_T for Digital Mars, which supports
43         'uintptr_t' and 'intptr_t'. Undefined HAVE_STDBOOL_H for Watcom, which
44         has <stdbol.h> but the file cannot be used since the '_Bool' builtin
45         is missing in the compiler!
46
47 2006-10-12  Gisle Vanem  <giva@bgnett.no>
48
49         * config-compiler.h (HAVE_INTPTR_T): Define to 1 under MinGW.
50
51 2006-08-24  Mauro Tortonesi  <mauro@ferrara.linux.it>
52
53         * Makefile.src: Added spider.c to the list of files to compile and
54         spider.h to the list of header files. Updated copyright information.
55
56         * Makefile.src.mingw: Ditto.
57
58         * Makefile.src.bor: Ditto.
59
60 2006-04-07  Mauro Tortonesi  <mauro@ferrara.linux.it>
61
62         * config-compiler.h: Several fixes for MSVC 8 (Visual C 2005).
63
64 2006-03-09  Hrvoje Niksic  <hniksic@xemacs.org>
65
66         * config-compiler.h (HAVE_UINTPTR_T): Define to 1 under MinGW.
67
68 2005-08-10  Hrvoje Niksic  <hniksic@xemacs.org>
69
70         * config.h (HAVE_SOCKADDR_IN6_SCOPE_ID): According to MSDN,
71         Winsock supports sin6_scope_id.
72
73 2005-07-08  Gisle Vanem  <giva@bgnett.no>
74
75         * config-compiler.h: Reintroduced Watcom support.
76
77 2005-07-08  Hrvoje Niksic  <hniksic@xemacs.org>
78
79         * config.h: Comment out the #undef lines so that they don't undo
80         the flags set in the Makefiles.
81
82 2005-07-07  Hrvoje Niksic  <hniksic@xemacs.org>
83
84         * config-compiler.h (stat_alias): Don't directly redefine stat and
85         fstat here.  Just define the alias symbols.
86         (gai_strerror): Just declare that it needs to be defined instead
87         of defining it directly.
88
89 2005-07-07  Gisle Vanem  <giva@bgnett.no>
90
91         * config-compiler.h: Define HAVE__BOOL, HAVE_INTTYPES_H, and
92         HAVE_STRTOLL for MinGW.
93
94 2005-07-07  Hrvoje Niksic  <hniksic@xemacs.org>
95
96         * config.h.mingw: Removed.
97
98         * config.h.bor: Removed.
99
100         * config.h.ms: Removed.
101
102         * config-compiler.h: New file.
103
104 2005-07-06  Hrvoje Niksic  <hniksic@xemacs.org>
105
106         * config.h: New file.
107
108 2005-06-30  Hrvoje Niksic  <hniksic@xemacs.org>
109
110         * Makefile.src.bor: Correct location of OBJS dependency.
111
112 2005-06-29  Hrvoje Niksic  <hniksic@xemacs.org>
113
114         * config.h.ms: Ditto.
115
116         * config.h.bor: Explicitly include config-post.h.
117
118 2005-06-29  Gisle Vanem  <giva@bgnett.no>
119
120         * config.h.mingw: MinGW has limits.h, uint32_t, and the
121         sin6_scope_id member of sockaddr_in6.  Include config-post.h.
122
123 2005-06-27  Hrvoje Niksic  <hniksic@xemacs.org>
124
125         * config.h.bor: Ditto.
126
127         * config.h.mingw: Don't explicitly include malloc.h, mswindows.h
128         does that.
129
130 2005-06-23  Hrvoje Niksic  <hniksic@xemacs.org>
131
132         * config.h.bor: Ditto.
133
134         * config.h.ms: Remove obsolete symbols.
135
136 2005-06-23  Hrvoje Niksic  <hniksic@xemacs.org>
137
138         * Makefile.watcom: Removed.
139
140 2005-06-22  Hrvoje Niksic  <hniksic@xemacs.org>
141
142         * Makefile.src*: Add the config.h dependency.
143
144 2005-06-22  Hrvoje Niksic  <hniksic@xemacs.org>
145
146         * Makefile.src, Makefile.src.bor, Makefile.src.mingw: Make OBJS
147         depend on all headers.
148
149         * wget.dep: Removed.
150
151 2005-04-05  Mauro Tortonesi <mauro@ferrara.linux.it>
152
153         * Makefile.src.mingw: removed string_t.c from list of source files.
154         
155         * Makefile.watcom: removed string_t.c from list of source files.
156
157         * wget.dep: removed string_t.c from list of source files.
158
159 2005-02-10  Mauro Tortonesi <mauro@ferrara.linux.it>
160
161         * Makefile.src: Renamed string.{c,h} to string_t.{c,h} to fix 
162         a compilation conflict with the string.h header in the standard 
163         C library.
164
165         * Makefile.src.bor: Renamed string.{c,h} to string_t.{c,h} to fix 
166         a compilation conflict with the string.h header in the standard 
167         C library.
168
169         * Makefile.src.mingw: Renamed string.{c,h} to string_t.{c,h} to fix
170         a compilation conflict with the string.h header in the standard 
171         C library.
172
173         * Makefile.src.watcom: Renamed string.{c,h} to string_t.{c,h} to fix
174         a compilation conflict with the string.h header in the standard 
175         C library.
176
177         * wget.dep: Renamed string.{c,h} to string_t.{c,h} to fix a
178         compilation conflict with the string.h header in the standard C
179         library.
180
181         
182 2004-12-31  Mauro Tortonesi <mauro@ferrara.linux.it>
183
184         * Makefile.src: Added string.c to the list of modules to compile.
185
186         * Makefile.src.bor: Added string.c to the list of modules to compile.
187
188         * Makefile.src.mingw: Added string.c to the list of modules to compile.
189
190         * Makefile.src.watcom: Added string.c to the list of modules to compile.
191
192         * wget.dep: Added dependencied for the string.c module.
193
194         * ChangeLog: New file.
195