~ubuntu-branches/ubuntu/trusty/wget/trusty-updates

« back to all changes in this revision

Viewing changes to windows/ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Marc Deslauriers
  • Date: 2009-12-12 08:15:59 UTC
  • mfrom: (2.1.5 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091212081559-mvccl4kzdqb138y3
Tags: 1.12-1.1ubuntu1
* Merge from debian testing, remaining changes:
  - Add wget-udeb to ship wget.gnu as alternative to busybox wget
    implementation.
* Keep build dependencies in main:
  - debian/control: remove info2man build-dep
  - debian/patches/00list: disable wget-infopod_generated_manpage.dpatch

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2009-09-21  Micah Cowan  <micah@cowan.name>
 
2
 
 
3
        * README: Warn about less-than-functional Windows build support.
 
4
 
 
5
2009-09-03  Gisle Vanem  <giva@bgnett.no>
 
6
 
 
7
        * config.h (HAVE_STRING_H): Define for all Windows build
 
8
        platforms.
 
9
        (socklen_t): Define conditionally.
 
10
 
 
11
2008-09-09  Gisle Vanem  <gvanem@broadpark.no>
 
12
 
 
13
        * config-compiler.h: MingW do have <stdint.h>; added HAVE_STDINT_H.
 
14
        Added _CRT_SECURE_NO_WARNINGS to supress warnings in MSVC8+ about
 
15
        using "old" ANSI-functions.
 
16
 
 
17
        * config.h: config-post.h is gone. SIZEOF_LONG_LONG is 8.
 
18
 
1
19
2008-01-25  Micah Cowan  <micah@cowan.name>
2
20
 
3
 
        * Makefile.doc, Makefile.in, Makefile.src, Makefile.top,
 
21
        * Makefile.am, Makefile.doc, Makefile.src, Makefile.top,
4
22
        Makefile.top.bor, Makefile.top.mingw, config-compiler.h: Updated
5
23
        copyright year.
6
24
 
7
25
2007-11-28  Micah Cowan <micah@cowan.name>
8
26
 
9
 
        * Makefile.doc, Makefile.in, Makefile.src, Makefile.top,
 
27
        * Makefile.doc, Makefile.am, Makefile.src, Makefile.top,
10
28
        Makefile.top.bor, Makefile.top.mingw, config-compiler.h: Updated
11
29
        license exception for OpenSSL, per the SFLC.
12
30
 
 
31
2007-10-15  Gisle Vanem  <giva@bgnett.no>
 
32
 
 
33
        * config-compiler.h: Adjust for OpenWacom 1.7's _Bool fix.
 
34
 
 
35
2007-10-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
36
 
 
37
        * Makefile.in: Removed, replaced by Makefile.am.
 
38
        * Makefile.am: Converted from Makefile.in.
 
39
 
13
40
2007-09-24  Christopher Lewis <chris@christopherlewis.com>
14
41
 
15
42
        * config-compiler.h: Fix compiler warnings related to
41
68
2006-12-29  Gisle Vanem  <giva@bgnett.no>
42
69
 
43
70
        * config.h: Added 'HAVE_SYS_UTIME_H 1' which gets undefined as needed
44
 
        in config-compiler.h. 
 
71
        in config-compiler.h.
45
72
 
46
73
        * config-compiler.h: Added '_WIN32_WINNT=0x0501' as needed to pull in
47
74
        the prototype of getaddrinfo() and other library functions. Defined
164
191
 
165
192
2005-02-10  Mauro Tortonesi <mauro@ferrara.linux.it>
166
193
 
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 
 
194
        * Makefile.src: Renamed string.{c,h} to string_t.{c,h} to fix
 
195
        a compilation conflict with the string.h header in the standard
169
196
        C library.
170
197
 
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 
 
198
        * Makefile.src.bor: Renamed string.{c,h} to string_t.{c,h} to fix
 
199
        a compilation conflict with the string.h header in the standard
173
200
        C library.
174
201
 
175
202
        * 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 
 
203
        a compilation conflict with the string.h header in the standard
177
204
        C library.
178
205
 
179
206
        * 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 
 
207
        a compilation conflict with the string.h header in the standard
181
208
        C library.
182
209
 
183
210
        * wget.dep: Renamed string.{c,h} to string_t.{c,h} to fix a