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