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