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