]> git.saurik.com Git - wxWidgets.git/blob - debian/changelog
compilation fix after last commit
[wxWidgets.git] / debian / changelog
1 wxwidgets2.7 (2.7.2.0-0) unstable; urgency=low
2
3 * Added wxTar streams.
4 * Added wxFilterFSHandler and wxArchiveFSHandler.
5 * Added wxString::ToLongLong() and ToULongLong().
6 * Added wxCollapsiblePane.
7 * Added wxSimpleHtmlListBox.
8 * Many enhancements to wxRichTextCtrl.
9 * Support for loading TGA files added.
10 * wxHtmlWindow now generates events for mouse actions and text copy.
11
12 -- Vadim Zeitlin <vadim@wxwindows.org> Oct, 31 Tue 2006 15:58:00 +0100
13
14 wxwidgets2.7 (2.7.1.3-0) unstable; urgency=low
15
16 * wxGTK: The wx.ALWAYS_SHOW_SB style is now supported.
17 * Fixed name errors in the old wxPython package namespace.
18
19 -- Robin Dunn <robin@alldunn.com> Thu, 26 Oct 2006 14:35:29 -0700
20
21 wxwidgets2.7 (2.7.1.2-0) unstable; urgency=low
22
23 * Fixed a bug in the MaskedEdit controls caused by conflicting IsEmpty methods.
24 * Patch #1579280: Some mimetype optimizations on unix-like systems.
25
26 -- Robin Dunn <robin@alldunn.com> Sat, 21 Oct 2006 22:33:41 -0700
27
28 wxwidgets2.7 (2.7.1.1-0) unstable; urgency=low
29
30 * First 2.7.x release from wxPython team.
31 * Many enhancements, changes, fixes and updates. See
32 http://wxpython.org/CHANGES.txt for details.
33
34 -- Robin Dunn <robin@alldunn.com> Wed, 18 Oct 2006 17:09:53 -0700
35
36 wxwidgets2.7 (2.7.0.0-2) unstable; urgency=low
37
38 * Fixes to ansi packages builds
39 * Corresponds to the official wxWidgets 2.7.0 sources
40
41 -- Vadim Zeitlin <vadim@wxwindows.org> Fri, 6 Aug 2006 16:31:08 +0200
42
43 wxwidgets2.7 (2.7.0.0-1) unstable; urgency=low
44
45 * New 2.7.0 release of the new development series.
46 * It's now possible to build both ansi and unicode versions.
47 * Maintainer change.
48
49 -- Vadim Zeitlin <vadim@wxwindows.org> Fri, 4 Aug 2006 16:12:47 +0200
50
51 wxwidgets2.7 (2.7.0.0-0rpd) unstable; urgency=low
52
53 * First test build with wx 2.7 tree.
54
55 -- Robin Dunn <robin@alldunn.com> Thu, 1 Jun 2006 14:23:16 -0700
56
57 wxwidgets2.6 (2.6.3.2-3rpd) unstable; urgency=low
58
59 * Added icons and *.desktop files for the wpython-wxtools
60
61 -- Robin Dunn <robin@alldunn.com> Thu, 4 May 2006 15:35:08 -0700
62
63 wxwidgets2.6 (2.6.3.2) unstable; urgency=low
64
65 * Next try for an upload candidate.
66 * Fixes FTBFS on GNU/kFreeBSD. Closes: #327638
67 * Update fr.po, thanks to Thomas Huriaux and debian-l10n-french.
68 Closes: #328966
69 * Split wxbase back into its own package, after all these years
70 and just after I drop it, someone finally has a use for it.
71 Such is life. Closes: #333944
72 * Fixes FTBFS with new make. If this ugly quoting is the tradeoff,
73 I'm itching to learn of the fabulous benefits...
74 Ack NMU for this from Kurt Roeckx to keep the amd64 transition
75 rolling while my x86 build machine was painfully dying. Thanks!
76 Closes: #350695, #361443
77 * New FSF address in copyright file.
78 * Add an index.html link to the doc contents page. Closes: #328896
79 * Fixes declarations for friends, as required by C++, and now gcc4.1.
80 Closes: #358219
81 * Add an unpack_examples script, loosely based on one submitted
82 by Richard Esplin. Closes: #342761
83 * Disable the reserved vtable entries (again, but this time its
84 optional) to retain compatibility with the existing release
85 in the distro.
86 * Update build-deps for xorg7.
87
88 -- Ron Lee <ron@debian.org> Fri, 14 Apr 2006 16:50:24 +0930
89
90 wxwidgets2.6 (2.6.1.2-0.1) unstable; urgency=low
91
92 * Non-maintainer upload.
93 * Make it build using the new make. Patch from
94 Daniel Schepler <schepler@math.berkeley.edu> (Closes: #350695)
95
96 -- Kurt Roeckx <kurt@roeckx.be> Sun, 9 Apr 2006 14:04:34 +0200
97
98 wxwidgets2.6 (2.6.1.2) unstable; urgency=low
99
100 * Fix the build_options.py created by the in tree build.
101 Closes: #324960 Thanks.
102 * Move the wx.pth alternative to its own directory where
103 it can't mess with anything else.
104 * Pull in changes to dcclient.cpp and window.cpp from HEAD
105 mostly for gtk2.8 compatibility, but fixes a couple of
106 other issues too.
107
108 -- Ron Lee <ron@debian.org> Thu, 25 Aug 2005 18:38:31 +0930
109
110 wxwidgets2.6 (2.6.1.1.1) unstable; urgency=low
111
112 * Reshuffle the wxPython packages again, to comply better with
113 the python naming policy and improve support for concurrent
114 installations. The runtime files are now in python-wxgtk2.6-0,
115 the version selector in python-wxversion and the ancillary
116 tools in the python-wxtools package.
117
118 Many thanks to Matthias Klose <doko@ubuntu.com> for patches
119 and patient prodding to get wxpython into better shape for
120 version transitions.
121
122 * Collapse the wx-common package into an 'unversioned' one also.
123
124 * On its way back into unstable by popular demand.
125
126 -- Ron Lee <ron@debian.org> Sun, 14 Aug 2005 21:25:34 +0930
127
128 wxwidgets2.6 (2.6.1.1) experimental; urgency=low
129
130 * 2.6.2 prerelease test -- Pain for the Impatient.
131
132 Be warned, wx2.6 has still not branched off the main
133 development tree, and the API is still in flux.
134
135 This one is to see what else is wrong.
136
137 * Upload to experimental now the -c2 transition is real.
138
139 -- Ron Lee <ron@debian.org> Thu, 23 Jun 2005 14:08:33 +0930
140
141 wxwidgets2.6 (2.6.0) unstable; urgency=low
142
143 * 8 ... 9 ... 10. Here it comes, ready or not...
144 * make install includes archive.h now. Closes: #294998
145
146 -- Ron Lee <ron@debian.org> Wed, 13 Apr 2005 01:15:05 +0930
147
148 wxwidgets2.5 (2.5.5.1) unstable; urgency=low
149
150 * Last chance.
151 * Conflict with wxwin2.4-i18n. Due to inertia, it really
152 does. Sorry if you are not a gringo and want both 2.4 and
153 2.5 apps localised on the same machine. Maybe for 2.6.1.
154 Bitch upstream if you want it fixed.
155 * Don't package the static libs anymore for wxGTK.
156 Blame drepper for encouraging their obsolescence If you dare.
157 * Trim the configure options to reflect the new defaults.
158
159 -- Ron Lee <ron@debian.org> Mon, 11 Apr 2005 22:43:58 +0930
160
161 wxwidgets2.5 (2.5.4.0) unstable; urgency=low
162
163 * Experimental snapshot.
164 * More bakefile bogosity manually patched. Closes: #294998
165 * Fix stray conflicts with 2.4. Closes: #287623
166 * Fixes lack of version checking in wxPython examples.
167 Closes: #287772
168 * Fixes FTBFS on ppc. Closes: #285186
169 * Enable gnomeprint, Closes: #284943 satisfactorily I hope.
170
171 -- Ron Lee <ron@debian.org> Sun, 13 Feb 2005 16:52:38 +1030
172
173 wxwidgets2.5 (2.5.3.3) unstable; urgency=low
174
175 * Experimental snapshot.
176
177 -- Ron Lee <ron@debian.org> Tue, 8 Feb 2005 12:30:45 +1030
178
179 wxwidgets2.5 (2.5.3.2) unstable; urgency=low
180
181 * This time, really now.
182 A snapshot that is actually ready for wider release.
183 Thanks to all who've been patient. We know who you are.
184 * Update path to wxPython site-packages, build them with
185 --no_rpath since we will install the in tree build.
186
187 -- Ron Lee <ron@debian.org> Thu, 11 Nov 2004 11:01:00 +1030
188
189 wxwidgets2.5 (2.5.3.1) unstable; urgency=low
190
191 * Functioning concurrent installs for both the C++ libs
192 and wxPython along with legacy support for existing 2.4
193 users mean we can now safely introduce this release to
194 unstable without an adverse effect on existing users.
195
196 -- Ron Lee <ron@debian.org> Sun, 31 Oct 2004 15:54:46 +1030
197
198 wxwidgets2.5 (2.5.3.0) experimental; urgency=low
199
200 * Experimental prerelease.
201
202 -- Ron Lee <ron@debian.org> Wed, 22 Sep 2004 03:29:56 +0930
203
204 wxwidgets2.5 (2.5.2.3) experimental; urgency=low
205
206 * Greatly improved concurrent installs. We can now install
207 a much wider range of builds without conflicting and select
208 between them without the need to go changing symlinks or
209 the suite of applications you have installed.
210 * Contrib is dead. Long live contrib.
211 Better multi-library builds have made contrib more or less
212 obsolete. This is the big crunch before the boom. Everything
213 useful out of contrib has been moved back into the main package.
214 Later we will split many out again along the lines of shared
215 dependencies, so a minimal wx install really can remain minimal
216 without losing any future potential.
217
218 -- Ron Lee <ron@debian.org> Sat, 18 Sep 2004 00:59:01 +0930
219
220 wxwidgets2.5 (2.5.1.1) experimental; urgency=low
221
222 * The s/ndow/dget/g release.
223 * Yes, the name has changed and the terrorists have won again.
224 Having a name too similar to Lindows apparently makes us a
225 liability to the illusion their assailants will want to project
226 in court. Eleven or so years of unbroken, unquestioned usage
227 was not nearly so interesting to these people as the fact we
228 were a soft target and easy to deprive of due process.
229 * wxGTK is now built with gtk2 and unicode support.
230 * wxBase is no longer a separate package, it is built with the
231 GUI libs which now depend on it. We might split it out again
232 one day if there is a need for that.
233 * Added support for GNU/K*BSD (thanks again to Robert Millan).
234 * Non-core functionality is now provided by separate libraries
235 rather than simply being built into a single behemoth unit.
236 Of course, given the way these things work, almost none of
237 them are actually smaller, and the load time is unlikely to
238 improve either, but the logical separation may be beneficial.
239 * Removed many elements of the build scripts that are no longer
240 required due to improvements and changes elsewhere.
241 * Added README.examples for people who think these are packaged
242 as demos instead of as extended documentation.
243
244 -- Ron Lee <ron@debian.org> Fri, 27 Feb 2004 17:00:29 +1030
245
246 wxwindows2.5 (2.5.0) unstable; urgency=low
247
248 * New beginnings. Back to development flavored chaos again.
249
250 -- Ron Lee <ron@debian.org> Thu, 19 Dec 2002 01:08:50 -0800
251
252 wxwindows2.4 (2.4.2.6) unstable; urgency=high
253
254 * High urgency so as not to reset the shotclock for getting wx and
255 its deps moving into testing. All changes since the last release
256 are superficial.
257 * Reapply HURD/K*BSD patch fragment that should not have been reverted.
258 Closes: #217726 (Make a wish, the third time is lucky so I'm told.)
259 * Updated .po files.
260
261 -- Ron Lee <ron@debian.org> Mon, 2 Aug 2004 14:50:07 +0930
262
263 wxwindows2.4 (2.4.2.5) unstable; urgency=medium
264
265 * Medium urgency to keep things moving for the libtiff fudge.
266 * Switch to dhv4, libtiff4.
267 * Fix menu quoting.
268 * Whittled down on some of the build config scripts that weren't
269 really earning their weight.
270 * Check for DISTCC_HOSTS and set the number of make -j jobs according
271 to the number of hosts it contains.
272 * Purge the .pyc from site-packages/wx too. They are generated on
273 site at install time.
274 * Includes type correctness fix for 64bit arch's. Closes: #197661
275 * Merged patches from Robert Millan for HURD/K*BSD support back from
276 cvs head. Closes: #217726
277 * Store the python version we preconfigure virgin source with, then
278 people don't need the default python package installed to build
279 from source, just the packages declared in the build-deps. Fix
280 the -python postinst to use this when byte compiling too.
281 Closes: #259128 (and fixes #258529)
282 * Added README.examples to explain that these examples are extended
283 documentation for coders, rather than trial apps for users.
284 Closes: #212894
285 * Dropped the examples from the demos subdir, the samples cover a lot
286 more ground than they used to and are generally more up to date,
287 it's also no longer hard to find a broad range of real applications
288 with source. Provided more external pointers in the README.
289 Closes: #258530 after discussion with the submitter. This is a bit
290 less c++ for your python, but I'm not convinced yet that either half
291 is such a burden on the other as to warrant an extra package here
292 at this stage.
293 * Fix linking of wxgtk_gl to include the proper dependency on wxgtk.
294 Remove suggestion of libgl1, by declaring the full library dependency
295 we now automatically insist on it. Closes: #262027
296 * Include wxrc and wxrcedit in contrib-dev. Added a simple man page
297 and a menu entry for wxrcedit. Closes: #261811
298 * Update gl sample makefiles to use --gl-libs. Thanks to Rich Walker
299 for picking this up. Closes: #246169
300 * Enable the building of a libwxgtk-dbg-python package, but do not
301 build and upload it by default at this stage. Closes: #220568
302 * Does not fix #239782, sorry.
303
304 -- Ron Lee <ron@debian.org> Wed, 28 Jul 2004 03:21:42 +0930
305
306 wxwindows2.4 (2.4.2.4) unstable; urgency=low
307
308 * Modified build scripts to use pythonX.Y instead of python(>=X.Y)
309 * Removed bogus hard coded python2.2-xml. Closes: #216182
310 * Enabled iostream support despite my opinion of this c++ 'feature'.
311 Closes: #211050
312 * Event handling for menus with bitmaps fixed. Closes: #214788
313 * Includes fixes for wxHTTP and wxURL parsing. Closes: #211023, #213600
314
315 -- Ron Lee <ron@debian.org> Sat, 25 Oct 2003 13:48:07 +0930
316
317 wxwindows2.4 (2.4.1.2) unstable; urgency=low
318
319 * New stable release. Closes: #198622
320 * Ack python NMU changes, Thanks Josselin!
321 * Hurd support added to configure. Closes: #191581
322 * Fixes ctrl-tab problem with pyslsk. Closes: #187923
323 * Fixed configure for autoconf 2.57-3. Closes: #190755
324 * Added conflict/replace for -doc. Closes: #202242
325
326 -- Ron Lee <ron@debian.org> Fri, 22 Aug 2003 15:59:12 +0930
327
328 wxwindows2.4 (2.4.0.8-0.1) unstable; urgency=low
329
330 * NMU for python transition.
331 * Build-depend and depend on python 2.3 (closes: #204737).
332
333 -- Josselin Mouette <joss@debian.org> Wed, 13 Aug 2003 22:21:48 +0200
334
335 wxwindows2.4 (2.4.0.9) unstable; urgency=low
336
337 * Updated package sections to suit the new taxonomy.
338 * No public release of this version.
339
340 -- Ron Lee <ron@debian.org> Sat, 19 Apr 2003 20:13:39 -0700
341
342 wxwindows2.4 (2.4.0.8) unstable; urgency=low
343
344 * The "I wish people would read the existing discussion about new releases
345 before posting 'reminder' bugs" release. Closes: #189144
346 * Moved back to using png2. gtk1 forces that on anything using it and
347 gtk2 support is still too flakey both in wx and dependent apps for
348 us to entertain it in a stable release. This is a *really* messed
349 up situation for anyone trying to maintain a development machine.
350 Thank the png and gtk theme people if its a pain in your ass too.
351 Closes: #186779
352 * Add real package options to the gl build deps. Closes: #182210
353 * Really fix the XRCed problem, unlike 2.4.0.7 ; ) Closes: #183712
354
355 -- Ron Lee <ron@debian.org> Tue, 15 Apr 2003 18:42:54 -0700
356
357 wxwindows2.4 (2.4.0.3) unstable; urgency=low
358
359 * Changed Conflict to Replaces so people can use 2.4 -dev before all
360 their 2.3 deps are gone. Closes: #178305
361 * Added wxPy supplied 2.3 distutils to the source package, apparently the
362 standard 2.2 one is now insufficient. This hopefully Closes: #178457
363
364 -- Ron Lee <ron@debian.org> Mon, 27 Jan 2003 17:36:59 -0800
365
366 wxwindows2.4 (2.4.0.2) unstable; urgency=low
367
368 * Added missing quantize.h to install. Closes: #178135
369 * Removed unnecessary -dev deps.
370 * move wxwin.m4 &c out of the runtime package and conflict with earlier
371 versions that didn't. Also nuke some empty dir cruft that slipped by.
372 Thanks for noticing the latter Josip. Closes: #176033
373 * dinstall won't close bugs from earlier unreleased versions :(
374 see below for explanations. Closes: #162948, #171258, #168148
375 Closes: #170748, #168250, #164557, #172390, #172447, #168887
376 Closes: #155476, #155478
377
378 -- Ron Lee <ron@debian.org> Thu, 16 Jan 2003 16:46:31 -0800
379
380 wxwindows2.4 (2.4.0) unstable; urgency=low
381
382 * The fingers crossed release.
383 * de.po typo fix. Closes: #174084
384 * tr.po stable tree patch. Closes: #174667
385 * Add a manpage for the wxPython scripts pointing to the pydoc docs.
386 * Disabled generation of gtk-univ, it is a rather insensible combination
387 now and should be replaced by x11-univ instead.
388 * There had to be some payoff to all the delays -- a clean gcc3.2
389 transition :-) This package certainly obsoletes 2.3.3.2 and I'll
390 be seeking to finally have 2.2.9.2 removed as well once Audacity
391 is updated.
392
393 -- Ron Lee <ron@debian.org> Thu, 19 Dec 2002 00:50:48 -0800
394
395 wxwindows2.3 (2.3.4.1) unstable; urgency=low
396
397 * 2.4.0pre1 I guess.
398 * Added -ffunction-sections for broken hppa linker. Closes: #162948
399 * Conflict/Replace wxPython2.2. Since its nmu these two packages
400 can no longer currently coexist. Closes: #171258
401 * xrced.py path search fixed. Closes: #168148, #170748
402 * Actually install all wxUniv headers to the header package.
403 Closes: #168250, #164557
404 * Robin tells me this one should be fixed in 2.3 too, I can't confirm
405 so please reopen if it's not. Closes: #172390
406 * Added menu items for pycrust/pyshell, thanks Martin. Closes: #172447
407 * Broken header fixed. Closes: #168887
408
409 -- Ron Lee <ron@debian.org> Mon, 18 Nov 2002 18:54:21 -0800
410
411 wxwindows2.3 (2.3.3.2) unstable; urgency=low
412
413 * The one more for luck release.
414 * Debian-wise, it fixes the problem with contrib lib name clashes;
415 code-wise, lots of little issues (and a couple of big 'uns) from
416 2.3.3 -- see the more regular change or cvs logs for details...
417 * Yes, it's still the unstable branch, yes the request for testing
418 to see if we can reasonably obsolete 2.2 in post-woody debian
419 is still current, and yes we're still working toward a stable
420 2.4 release as fast as we can. Big thanks to everyone who's
421 been patient and/or active fixing things.
422
423 -- Ron Lee <ron@debian.org> Thu, 26 Sep 2002 17:43:05 -0700
424
425 wxwindows2.3 (2.3.3.1) unstable; urgency=low
426
427 * Ok, Robin says wxPython is good to go.
428 * Since wx2.2 has crashed and burned with the new releases of
429 python and png, Could package maintainers with packages that
430 depend on wx please recompile with this package and let me
431 know if they still need 2.2 in woody? If not I'll have them
432 removed. There should be a 2.4 release following very soon.
433 (hah, let's see how the date on that comment testifies!)
434 * Yes, I know wxpython is missing man pages for some of its
435 scripts. File a bug if you must, but preferably, if you know
436 what they do, attach a patch containing one. I don't use them
437 myself or could even do more than guess what they do today.
438 Sorry, C++.
439
440 -- Ron Lee <ron@debian.org> Thu, 19 Sep 2002 16:25:12 -0700
441
442 wxwindows2.3 (2.3.3) unstable; urgency=low
443
444 * The "If it sucks, You whined for it!" release.
445 * It's also STILL our unstable branch, so I'll probably summarily
446 close any bugs related to that fact. Please report bugs in
447 the code to wx-dev@lists.wxwindows.org (or the wx bug tracker on
448 SourceForge) and not the debian BTS. They'll get to the right
449 people much faster that way. Packaging bugs to the BTS per normal.
450 Thanks!
451 Closes: #155476, #155478
452 * New dynamic library/object loading code.
453 * Fixes several showstoppers from 2.3.2
454 * wxPython now built with python2.2
455 * Depend explicitly on libpng3-dev, hopefully that will stay the
456 right thing a little longer. Closes: #143439
457 * Various wxPython issues all likely to be entirely different in 2.3
458 Please reopen (and/or tell Robin :) if they aren't fixed.
459 Closes: #153276, #124372, #146757, #148062, #146303
460 * Broken package managers are not my problem, unless enough people
461 think so to make it policy. Autogenerated bugs for things like
462 this suck too, just btw. If you're going to autogenerate menial
463 labor for people, at least autogenerate a patch to go along with
464 it. Closes: #130971, #130989, #130992
465
466 -- Ron Lee <ron@debian.org> Wed, 19 Dec 2001 15:41:31 -0800
467
468 wxwindows2.3 (2.3.2) unstable; urgency=low
469
470 * Major Overhaul. First serious release contender.
471
472 Added .dll's to msw-cross packages.
473 Added -dbg versions of the cross packages.
474 Added experimental -univ(gtk) package.
475 Switched to python 2.1
476
477 -- Ron Lee <ron@debian.org> Thu, 27 Sep 2001 05:55:07 -0700
478
479 wxwindows2.3 (2.3.1) unstable; urgency=low
480
481 * 2.3.1 test debs -- still not QA'd for general release yet.
482
483 -- Ron Lee <ron@debian.org> Sun, 10 Jun 2001 20:10:36 -0700
484
485 wxwindows2.3 (2.3.0) unstable; urgency=low
486
487 * Updated 2.2 build scripts for 2.3
488 * initial test builds, please do not release..
489
490 -- Ron Lee <ron@debian.org> Sat, 27 Jan 2001 01:51:24 -0800
491
492 wxwindows2.2 (2.2.9.2) unstable; urgency=high
493
494 * Fix wxPython gl bug. Closes: #130758
495 * Add versioned build dep on the -dev package too
496 to help avoid the 'png fiasco' for packages built
497 with wx. (Thanks Joshua) Closes: #131355
498
499 -- Ron Lee <ron@debian.org> Fri, 25 Jan 2002 03:11:28 -0800
500
501 wxwindows2.2 (2.2.9.1) unstable; urgency=high
502
503 * recompile with libpng2.. oops. Closes: #129762
504
505 -- Ron Lee <ron@debian.org> Mon, 21 Jan 2002 13:20:00 -0800
506
507 wxwindows2.2 (2.2.9) unstable; urgency=high
508
509 * fix for arches with unsigned char as default.
510 * high urgency because this fix really should get
511 into woody.
512 Closes: #127014
513
514 -- Ron Lee <ron@debian.org> Mon, 31 Dec 2001 06:53:27 -0800
515
516 wxwindows2.2 (2.2.8.5) unstable; urgency=low
517
518 * Add wxSIZE_T_IS defines to setup.h
519 Add automate that to my TODO list.
520
521 -- Ron Lee <ron@debian.org> Tue, 27 Nov 2001 05:55:47 -0800
522
523 wxwindows2.2 (2.2.8.4) unstable; urgency=low
524
525 * Put the (modified) size_t == ulong kludge back into sndwav.cpp
526 it's still needed until wxDataOutputStream is made 64 bit
527 friendly, which may not happen for 2.2 since it will probably
528 not be binary compatible.
529 * caps a memory leak in the jpeg handler.
530
531 -- Ron Lee <ron@debian.org> Sun, 25 Nov 2001 11:53:59 -0800
532
533 wxwindows2.2 (2.2.8.3) unstable; urgency=low
534
535 * Backported size_t test from 2.3 tree, removes the need for
536 specific tests for various 64 bit platforms including now
537 S/390 (thanks to Gerhard Tonn for the report).
538 Closes: #120768
539
540 -- Ron Lee <ron@debian.org> Fri, 23 Nov 2001 20:53:49 -0800
541
542 wxwindows2.2 (2.2.8.2) unstable; urgency=low
543
544 * python-dev doesn't get me python? More bytes in Build-Dep then
545 I guess ... Closes: #119954
546
547 -- Ron Lee <ron@debian.org> Sun, 18 Nov 2001 04:28:41 -0800
548
549 wxwindows2.2 (2.2.8.1) unstable; urgency=low
550
551 * Rebuild for python2.1 Closes: #119226, #118835
552
553 -- Ron Lee <ron@debian.org> Mon, 12 Nov 2001 21:47:38 -0800
554
555 wxwindows2.2 (2.2.8) unstable; urgency=medium
556
557 * Fixed bogus samples makefile. Closes: #110061
558 * Added ability to build wxMSW-cross packages, but they
559 are not built and distributed by default.
560
561 If you think such creatures belong in the archive,
562 see README.Debian
563
564 * Pruned more inapplicable files from the raw cvs source,
565 cleaned configure.in and removed the need for a common setup.h,
566 removed superfluous library links and generally tweaked things
567 so as to make adding new ports easier.
568 * added --gl-libs flag to wx-config.
569 * added wx2.4 forward compatible event macros.
570 * added build fixes for IA64 from Jeff Licquia, and fixed clean
571 rules to pick up unnoticed strays that effected NMU builds.
572 Thanks Jeff. Closes: #101734, #104679 (fixed in NMU)
573 * Medium urgency since several other packages are waiting
574 for this to get into testing.
575
576 -- Ron Lee <ron@debian.org> Thu, 30 Aug 2001 15:41:49 -0700
577
578 wxwindows2.2 (2.2.7) unstable; urgency=medium
579
580 * The "Testing Tarantella" release.
581 * various small control (mis)behaviours corrected.
582 * added missing build-dep for gettext.
583 * updated wxPython description, Closes: #102689
584 * Never publicly released, oh well.
585
586 -- Ron Lee <ron@debian.org> Sun, 10 Jun 2001 19:32:46 -0700
587
588 wxwindows2.2 (2.2.6.1) unstable; urgency=low
589
590 * fix rules so it really doesn't build -indep for ports
591 and fixed ambiguous overload bug in mmedia contrib.
592 This time it will build on alpha for sure. Really. :)
593 Closes: #92288
594 * added extra -dev package deps. Closes: #91364
595
596 -- Ron Lee <ron@debian.org> Sat, 7 Apr 2001 06:49:58 -0700
597
598 wxwindows2.2 (2.2.6) unstable; urgency=low
599
600 * changed i18n package back to building during arch phase
601 so we can reap the .mo files as they are created. Closes: #86174
602 * OBCBLR Closes: #84692
603 * fix wxPython build gremlin. Closes: #89209, #85129
604 * tweaked wx-config alternatives priority to favour the most
605 likely default use.
606 * general buglet count reduced.
607
608 -- Ron Lee <ron@debian.org> Thu, 8 Mar 2001 21:10:07 -0800
609
610 wxwindows2.2 (2.2.5.1) unstable; urgency=low
611
612 * "This One's for Dirk" Closes: #84696
613 * 2.2.5 has known issues and will not be released for Debian.
614 * Fixed parser.y for Alpha builds (#82949)
615 * changed mesa dependency to the virtual libgl package and
616 added Conflicts for the old 2.1 packages (which are now
617 gone from woody anyway) Closes: #80120, #70778, #70779, #70780
618 * wxPython now builds as a single unit (including contrib)
619 so removed the libwxgtk-python-contrib package
620 * updated translations
621 * new event table macro to enable code being written with 2.2
622 to be forward compatible with the changes in 2.4
623 * numerous sundry bugfixes
624
625 -- Ron Lee <ron@debian.org> Wed, 24 Jan 2001 18:51:24 -0800
626
627 wxwindows2.2 (2.2.2) unstable; urgency=low
628
629 * added missing dependancy for contrib-dev package. Closes: #70880
630 * by popular demand, added a package with the python-contrib libs.
631 * more tweaks to deb/rules. autodetect the python install location,
632 and cache the results of configure tests for all packages.
633 * and of course a whole stack of minor fixes in the main codebase too.
634
635 -- Ron Lee <ron@debian.org> Tue, 5 Sep 2000 18:51:24 +0930
636
637 wxwindows2.2 (2.2.1) unstable; urgency=low
638
639 * wxWin 2.2.1 stable release.
640 * First upload to deb.org after repackaging to build directly from
641 upstream cvs.
642 * still not quite lintian clean yet:
643 - wxPython lib can't be built with a proper soname yet.
644 - the -dbg packages need an override for the shlib symlink.
645 - and a couple of packages have the lib symlink 'before the
646 lib', but that's ugly to fix right now, they aren't critical
647 libs, and allegedly this will be handled by dpkg sometime soon.
648 * moved full licence text into copyright file.
649
650 -- Ron Lee <ron@debian.org> Sun, 13 Feb 2000 18:40:00 +1030
651
652 Local variables:
653 mode: debian-changelog
654 End: