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