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