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