File: changelog

package info (click to toggle)
mingw-w64 3.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 75,788 kB
  • ctags: 398,517
  • sloc: ansic: 825,770; sh: 5,888; yacc: 3,177; asm: 2,974; makefile: 2,348; lex: 2,043; cpp: 153
file content (277 lines) | stat: -rw-r--r-- 9,980 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
mingw-w64 (3.2.0-2) unstable; urgency=medium

  * Add missing / to open boilerplate in a few headers. (Closes:
    #761191.)

 -- Stephen Kitt <skitt@debian.org>  Thu, 11 Sep 2014 23:29:57 +0200

mingw-w64 (3.2.0-1) unstable; urgency=medium

  * New upstream release.
  * Refresh patches, and drop libvfw32.patch and wcstold.patch, both
    merged upstream.

 -- Stephen Kitt <skitt@debian.org>  Thu, 04 Sep 2014 06:31:33 +0200

mingw-w64 (3.1.0-4) unstable; urgency=medium

  * Update strtok_r.patch as done upstream, to remove the conditions on
    strtok_r's availability.

 -- Stephen Kitt <skitt@debian.org>  Sun, 27 Jul 2014 23:39:29 +0200

mingw-w64 (3.1.0-3) unstable; urgency=medium

  * g++-mingw-w64 exists separately in stable, drop obsolete alternate
    dependency on old versions of gcc-mingw-w64.
  * Merge upstream implementation of strtok_r, so it's available on
    Windows XP. Thanks to Gianluigi Tiesi for pointing out the problem,
    and to Jonathan Young for pointing out that he'd fixed it upstream.
    (Closes: #755448.)
  * Small typo fix on 'targeting' in mingw-w64's description, thanks
    Lintian!

 -- Stephen Kitt <skitt@debian.org>  Mon, 21 Jul 2014 22:55:23 +0200

mingw-w64 (3.1.0-2) unstable; urgency=medium

  * Use strtok_s to implement strtok_r instead of the non-reentrant
    version provided in pthread.h. Thanks to Bill Alombert for pointing
    out the problem. (Closes: #736253.)
  * Apply upstream patch to __mingw_wcstold to handle NULL _EndPtr.
    (Closes: #750768.)
  * Suggest wine and wine64. (Closes: #745345.)

 -- Stephen Kitt <skitt@debian.org>  Sun, 08 Jun 2014 23:02:28 +0200

mingw-w64 (3.1.0-1) unstable; urgency=medium

  * New upstream release.
  * Add support for hppa; thanks to John David Anglin for the patch.
    (Closes: #730398.)
  * Standards-Version 3.9.5, no change required.
  * Drop Makefile.in patch from libvfw32.patch; it's regenerated during
    the build (this allows building twice in a row without errors).

 -- Stephen Kitt <skitt@debian.org>  Fri, 10 Jan 2014 07:14:19 +0100

mingw-w64 (3.0.0-3) unstable; urgency=low

  * Explicitly build-depend on automake 1.14 or later.
  * Ship common header files in a new mingw-w64-common package.
  * Make the build target in debian/rules depend on build-indep as well
    as build-arch, so it builds everything.

 -- Stephen Kitt <skitt@debian.org>  Sun, 10 Nov 2013 14:46:24 +0100

mingw-w64 (3.0.0-2) unstable; urgency=low

  * Restore libvfw32.a in the 32-bit package (thanks to Eugen Dedu for
    pointing out that it had been dropped).

 -- Stephen Kitt <skitt@debian.org>  Tue, 24 Sep 2013 00:00:55 +0200

mingw-w64 (3.0.0-1) unstable; urgency=low

  * New upstream release.
  * Add links to the pkg-config manpage.
  * Import widl manpage from the Wine project.

 -- Stephen Kitt <skitt@debian.org>  Sat, 21 Sep 2013 13:27:01 +0200

mingw-w64 (3.0~svn6246-1) unstable; urgency=low

  * New upstream snapshot.
  * Drop obsolete mingw-w64-dev package.
  * Provide pkg-config symlinks in mingw-w64-tools.
  * Improve mingw-w64-tools package description.

 -- Stephen Kitt <skitt@debian.org>  Sun, 08 Sep 2013 20:16:43 +0200

mingw-w64 (3.0~svn5915-1) unstable; urgency=low

  * New upstream snapshot.
  * Merge from experimental, tracking upstream trunk (required for
    wine-gecko 1.6 and later, and gcc 4.8 and later). Other than the
    different upstream, the changes are as follows:
    - Build genpeimg, libwinpthreads (which replaces
      libpthreads-mingw-w64), libwinstorecompat and widl.
    - Drop unused contexts and add missing CPU information for widl on
      ia64, s390 and s390x.
    - Rework debian/rules to use declarative rules and recipes, working
      towards making parallel builds possible.
    - Specify the full target prefix as required since 5197.
  * Fix target mangling to build on hurd-i386.
  * Make DLLs non-executable and drop .la files.

 -- Stephen Kitt <skitt@debian.org>  Mon, 24 Jun 2013 19:25:37 +0200

mingw-w64 (2.0.8-1) unstable; urgency=low

  * New upstream release.
  * Switch to my Debian address and drop DM-Upload-Allowed.
  * Use dh_autoreconf to update all the autotools-generated files and
    allow multiple builds in a row.
  * Use canonical VCS URIs.
  * Build libmangle for the current architecture, it's intended for
    gendef; use it to build gendef.
  * Enable hardened builds for gendef and genidl.
  * Fix another spelling mistake in gendef (via libmangle).
  * Standards-Version 3.9.4, no change required.

 -- Stephen Kitt <skitt@debian.org>  Sat, 11 May 2013 23:37:22 +0200

mingw-w64 (2.0.3-1) unstable; urgency=low

  * New upstream release.
  * Split the -dev package into 32- and 64-bit variants.
  * Fix "Error when including dshow.h" by ensuring all SDKs are enabled
    throughout the build. (Closes: #661442)

 -- Stephen Kitt <steve@sk2.org>  Thu, 10 May 2012 17:56:59 +0200

mingw-w64 (2.0.2-1) unstable; urgency=low

  * New upstream release.
  * Following the gcc-mingw-w64 package split, make mingw-w64 depend on
    gcc-mingw-w64 and g++-mingw-w64, and correct the description
    appropriately.
  * Update watch file to take into account any upstream tarball.
  * Standards-Version 3.9.3, no change required.
  * Make sure we get the split gcc-mingw-w64 packages (to avoid
    attempting a build with only the architecture-independent gcc-mingw-
    w64 package).

 -- Stephen Kitt <steve@sk2.org>  Wed, 18 Apr 2012 00:33:40 +0200

mingw-w64 (2.0.1+svn4784-2) unstable; urgency=low

  * Mention "x86" and "x64" as used on Windows (see thread starting at
    http://lists.debian.org/4EBA730A.7060707@greffrath.com for
    rationale; the 32-/64-bit split will come later).
  * Enable secure API (required in particular for newer versions of Wine
    Gecko).
  * Allow bootstrapping again (thanks to Sam Morris for pointing out
    that bootstrapping the mingw-w64 package set no longer worked!).

 -- Stephen Kitt <steve@sk2.org>  Wed, 15 Feb 2012 01:00:43 +0100

mingw-w64 (2.0.1+svn4784-1) unstable; urgency=low

  * New upstream snapshot.
    - Builds libmsi.a for i686. (Closes: #652362.)
    - Includes fixed asprintf as requested by Rafaël Carré.

 -- Stephen Kitt <steve@sk2.org>  Tue, 31 Jan 2012 22:57:13 +0100

mingw-w64 (2.0.1-1) unstable; urgency=low

  * New upstream release (notably adding GDI+ support).
  * Drop imagehlp-fix.patch, included upstream.

 -- Stephen Kitt <steve@sk2.org>  Mon, 21 Nov 2011 23:05:31 +0100

mingw-w64 (2.0-2) unstable; urgency=low

  * Disable dpkg-buildflags hardening. (LP: #880726.)
  * Apply upstream fix for imagehlp.h's extern "C" declarations (in
    particular this is required to build Ekiga).

 -- Stephen Kitt <steve@sk2.org>  Mon, 24 Oct 2011 22:39:43 +0200

mingw-w64 (2.0-1) unstable; urgency=low

  * New upstream release.

 -- Stephen Kitt <steve@sk2.org>  Thu, 13 Oct 2011 00:41:25 +0200

mingw-w64 (2.0~rc3-1) unstable; urgency=low

  [ Stephen Kitt ]
  * New upstream release candidate.

  [ Didier Raboud ]
  * Confidently setting the DM-Upload-Allowed flag to yes.

 -- Stephen Kitt <steve@sk2.org>  Mon, 10 Oct 2011 10:39:38 +0200

mingw-w64 (2.0~rc2-1) unstable; urgency=low

  * New upstream release candidate.
    - Includes fixed d2d1.h. (Closes: #638620.)
  * Simplify debian/rules.
  * Add "Architecture: any" mingw-w64-tools package to ship gendef and
    genidl.
  * Provide manpages for gendef and genidl.
  * Ship libmangle and libpseh in mingw-w64-dev (32-bit only for
    libpseh).
  * Correct debian/copyright ("Upstream-Name" instead of "Name", correct
    license for mingw-w64-headers/ddk/include/ddk/csq.h).
  * Add spelling-fix.patch to fix small spelling mistake in gendef.

 -- Stephen Kitt <steve@sk2.org>  Thu, 06 Oct 2011 23:32:07 +0200

mingw-w64 (2.0~rc1-1) unstable; urgency=low

  * New upstream release candidate.
  * mingw-w64 now provides __uuidof() where necessary. (Closes: #625497.)
  * Removed patches:
    - 01-guiddef-svn-3715.patch, originally taken from upstream;
    - 02-get_codepage.patch, fixed differently;
    - 03-gcc-4.6-float.patch, no longer relevant (mingw-w64 no longer
      ships float.h).
  * Add empty build-arch target (policy 4.9).

 -- Stephen Kitt <steve@sk2.org>  Sun, 07 Aug 2011 23:02:01 +0200

mingw-w64 (1.0+20110523-1) unstable; urgency=low

  * New upstream snapshot.
  * This version and the previous breaks the gcc-4.5-based gcc-mingw-
    w64.
  * Properly specify the format of debian/copyright.

 -- Stephen Kitt <steve@sk2.org>  Mon, 13 Jun 2011 23:06:42 +0200

mingw-w64 (1.0+20110428-1) unstable; urgency=low

  * New upstream snapshot.
  * Enable all SDKs, including DirectX. (Closes: #625496.)
  * Correctly define arch and indep targets and dependencies.
  * Standards-Version 3.9.2, no change required.
  * Use MinGW version of mb_wc_common.h. (Closes: #626437.)
  * Update float.h to include gcc 4.6 changes.

 -- Stephen Kitt <steve@sk2.org>  Sat, 04 Jun 2011 00:52:35 +0200

mingw-w64 (1.0+20101003-1) unstable; urgency=low

  * New maintainer. (Closes: #594371.)
  * New upstream snapshot:
    - Includes getopt.h. (Closes: #569914.)
  * Build g++ for Win64. (Closes: #600451.)
  * Standards-Version 3.9.1 (new packaging).
  * Include patch from
    http://mingw-w64.svn.sourceforge.net/viewvc/mingw-w64?view=revision&revision=3715
    as suggested by Rafaël Carré.

 -- Stephen Kitt <steve@sk2.org>  Thu, 18 Nov 2010 00:04:46 +0100

mingw-w64 (0~20100125-3) unstable; urgency=low

  * Switch to Architecture: all.  It's meant to have the same content
    regardless of the Debian arch that hosts it.

 -- Robert Millan <rmh.debian@aybabtu.com>  Sat, 30 Jan 2010 02:08:57 +0100

mingw-w64 (0~20100125-2) unstable; urgency=low

  * Match directory name used by gcc-mingw32.

 -- Robert Millan <rmh.debian@aybabtu.com>  Tue, 26 Jan 2010 16:17:25 +0100

mingw-w64 (0~20100125-1) unstable; urgency=low

  * Initial release.  (Closes: #566907)

 -- Robert Millan <rmh.debian@aybabtu.com>  Mon, 25 Jan 2010 22:58:25 +0100