1 wxwindows2.5 (2.5.0) unstable; urgency=low
3 * New beginnings. Back to development flavored chaos again.
5 -- Ron Lee <ron@debian.org> Thu, 19 Dec 2002 01:08:50 -0800
7 wxwindows2.4 (2.4.0) unstable; urgency=low
9 * The fingers crossed release.
11 -- Ron Lee <ron@debian.org> Thu, 19 Dec 2002 00:50:48 -0800
13 wxwindows2.3 (2.3.4.1) unstable; urgency=low
16 * Added -ffunction-sections for broken hppa linker. Closes: #162948
17 * Conflict/Replace wxPython2.2. Since its nmu these two packages
18 can no longer currently coexist. Closes: #171258
19 * xrced.py path search fixed. Closes: #168148, #170748
20 * Actually install all wxUniv headers to the header package.
21 Closes: #168250, #164557
22 * Robin tells me this one should be fixed in 2.3 too, I can't confirm
23 so please reopen if it's not. Closes: #172390
24 * Added menu items for pycrust/pyshell, thanks Martin. Closes: #172447
25 * Broken header fixed. Closes: #168887
27 -- Ron Lee <ron@debian.org> Mon, 18 Nov 2002 18:54:21 -0800
29 wxwindows2.3 (2.3.3.2) unstable; urgency=low
31 * The one more for luck release.
32 * Debian-wise, it fixes the problem with contrib lib name clashes;
33 code-wise, lots of little issues (and a couple of big 'uns) from
34 2.3.3 -- see the more regular change or cvs logs for details...
35 * Yes, it's still the unstable branch, yes the request for testing
36 to see if we can reasonably obsolete 2.2 in post-woody debian
37 is still current, and yes we're still working toward a stable
38 2.4 release as fast as we can. Big thanks to everyone who's
39 been patient and/or active fixing things.
41 -- Ron Lee <ron@debian.org> Thu, 26 Sep 2002 17:43:05 -0700
43 wxwindows2.3 (2.3.3.1) unstable; urgency=low
45 * Ok, Robin says wxPython is good to go.
46 * Since wx2.2 has crashed and burned with the new releases of
47 python and png, Could package maintainers with packages that
48 depend on wx please recompile with this package and let me
49 know if they still need 2.2 in woody? If not I'll have them
50 removed. There should be a 2.4 release following very soon.
51 (hah, let's see how the date on that comment testifies!)
52 * Yes, I know wxpython is missing man pages for some of its
53 scripts. File a bug if you must, but preferably, if you know
54 what they do, attach a patch containing one. I don't use them
55 myself or could even do more than guess what they do today.
58 -- Ron Lee <ron@debian.org> Thu, 19 Sep 2002 16:25:12 -0700
60 wxwindows2.3 (2.3.3) unstable; urgency=low
62 * The "If it sucks, You whined for it!" release.
63 * It's also STILL our unstable branch, so I'll probably summarily
64 close any bugs related to that fact. Please report bugs in
65 the code to wx-dev@lists.wxwindows.org (or the wx bug tracker on
66 SourceForge) and not the debian BTS. They'll get to the right
67 people much faster that way. Packaging bugs to the BTS per normal.
69 Closes: #155476, #155478
70 * New dynamic library/object loading code.
71 * Fixes several showstoppers from 2.3.2
72 * wxPython now built with python2.2
73 * Depend explicitly on libpng3-dev, hopefully that will stay the
74 right thing a little longer. Closes: #143439
75 * Various wxPython issues all likely to be entirely different in 2.3
76 Please reopen (and/or tell Robin :) if they aren't fixed.
77 Closes: #153276, #124372, #146757, #148062, #146303
78 * Broken package managers are not my problem, unless enough people
79 think so to make it policy. Autogenerated bugs for things like
80 this suck too, just btw. If you're going to autogenerate menial
81 labor for people, at least autogenerate a patch to go along with
82 it. Closes: #130971, #130989, #130992
84 -- Ron Lee <ron@debian.org> Wed, 19 Dec 2001 15:41:31 -0800
86 wxwindows2.3 (2.3.2) unstable; urgency=low
88 * Major Overhaul. First serious release contender.
90 Added .dll's to msw-cross packages.
91 Added -dbg versions of the cross packages.
92 Added experimental -univ(gtk) package.
93 Switched to python 2.1
95 -- Ron Lee <ron@debian.org> Thu, 27 Sep 2001 05:55:07 -0700
97 wxwindows2.3 (2.3.1) unstable; urgency=low
99 * 2.3.1 test debs -- still not QA'd for general release yet.
101 -- Ron Lee <ron@debian.org> Sun, 10 Jun 2001 20:10:36 -0700
103 wxwindows2.3 (2.3.0) unstable; urgency=low
105 * Updated 2.2 build scripts for 2.3
106 * initial test builds, please do not release..
108 -- Ron Lee <ron@debian.org> Sat, 27 Jan 2001 01:51:24 -0800
110 wxwindows2.2 (2.2.9.2) unstable; urgency=high
112 * Fix wxPython gl bug. Closes: #130758
113 * Add versioned build dep on the -dev package too
114 to help avoid the 'png fiasco' for packages built
115 with wx. (Thanks Joshua) Closes: #131355
117 -- Ron Lee <ron@debian.org> Fri, 25 Jan 2002 03:11:28 -0800
119 wxwindows2.2 (2.2.9.1) unstable; urgency=high
121 * recompile with libpng2.. oops. Closes: #129762
123 -- Ron Lee <ron@debian.org> Mon, 21 Jan 2002 13:20:00 -0800
125 wxwindows2.2 (2.2.9) unstable; urgency=high
127 * fix for arches with unsigned char as default.
128 * high urgency because this fix really should get
132 -- Ron Lee <ron@debian.org> Mon, 31 Dec 2001 06:53:27 -0800
134 wxwindows2.2 (2.2.8.5) unstable; urgency=low
136 * Add wxSIZE_T_IS defines to setup.h
137 Add automate that to my TODO list.
139 -- Ron Lee <ron@debian.org> Tue, 27 Nov 2001 05:55:47 -0800
141 wxwindows2.2 (2.2.8.4) unstable; urgency=low
143 * Put the (modified) size_t == ulong kludge back into sndwav.cpp
144 it's still needed until wxDataOutputStream is made 64 bit
145 friendly, which may not happen for 2.2 since it will probably
146 not be binary compatible.
147 * caps a memory leak in the jpeg handler.
149 -- Ron Lee <ron@debian.org> Sun, 25 Nov 2001 11:53:59 -0800
151 wxwindows2.2 (2.2.8.3) unstable; urgency=low
153 * Backported size_t test from 2.3 tree, removes the need for
154 specific tests for various 64 bit platforms including now
155 S/390 (thanks to Gerhard Tonn for the report).
158 -- Ron Lee <ron@debian.org> Fri, 23 Nov 2001 20:53:49 -0800
160 wxwindows2.2 (2.2.8.2) unstable; urgency=low
162 * python-dev doesn't get me python? More bytes in Build-Dep then
163 I guess ... Closes: #119954
165 -- Ron Lee <ron@debian.org> Sun, 18 Nov 2001 04:28:41 -0800
167 wxwindows2.2 (2.2.8.1) unstable; urgency=low
169 * Rebuild for python2.1 Closes: #119226, #118835
171 -- Ron Lee <ron@debian.org> Mon, 12 Nov 2001 21:47:38 -0800
173 wxwindows2.2 (2.2.8) unstable; urgency=medium
175 * Fixed bogus samples makefile. Closes: #110061
176 * Added ability to build wxMSW-cross packages, but they
177 are not built and distributed by default.
179 If you think such creatures belong in the archive,
182 * Pruned more inapplicable files from the raw cvs source,
183 cleaned configure.in and removed the need for a common setup.h,
184 removed superfluous library links and generally tweaked things
185 so as to make adding new ports easier.
186 * added --gl-libs flag to wx-config.
187 * added wx2.4 forward compatible event macros.
188 * added build fixes for IA64 from Jeff Licquia, and fixed clean
189 rules to pick up unnoticed strays that effected NMU builds.
190 Thanks Jeff. Closes: #101734, #104679 (fixed in NMU)
191 * Medium urgency since several other packages are waiting
192 for this to get into testing.
194 -- Ron Lee <ron@debian.org> Thu, 30 Aug 2001 15:41:49 -0700
196 wxwindows2.2 (2.2.7) unstable; urgency=medium
198 * The "Testing Tarantella" release.
199 * various small control (mis)behaviours corrected.
200 * added missing build-dep for gettext.
201 * updated wxPython description, Closes: #102689
202 * Never publicly released, oh well.
204 -- Ron Lee <ron@debian.org> Sun, 10 Jun 2001 19:32:46 -0700
206 wxwindows2.2 (2.2.6.1) unstable; urgency=low
208 * fix rules so it really doesn't build -indep for ports
209 and fixed ambiguous overload bug in mmedia contrib.
210 This time it will build on alpha for sure. Really. :)
212 * added extra -dev package deps. Closes: #91364
214 -- Ron Lee <ron@debian.org> Sat, 7 Apr 2001 06:49:58 -0700
216 wxwindows2.2 (2.2.6) unstable; urgency=low
218 * changed i18n package back to building during arch phase
219 so we can reap the .mo files as they are created. Closes: #86174
220 * OBCBLR Closes: #84692
221 * fix wxPython build gremlin. Closes: #89209, #85129
222 * tweaked wx-config alternatives priority to favour the most
224 * general buglet count reduced.
226 -- Ron Lee <ron@debian.org> Thu, 8 Mar 2001 21:10:07 -0800
228 wxwindows2.2 (2.2.5.1) unstable; urgency=low
230 * "This One's for Dirk" Closes: #84696
231 * 2.2.5 has known issues and will not be released for Debian.
232 * Fixed parser.y for Alpha builds (#82949)
233 * changed mesa dependency to the virtual libgl package and
234 added Conflicts for the old 2.1 packages (which are now
235 gone from woody anyway) Closes: #80120, #70778, #70779, #70780
236 * wxPython now builds as a single unit (including contrib)
237 so removed the libwxgtk-python-contrib package
238 * updated translations
239 * new event table macro to enable code being written with 2.2
240 to be forward compatible with the changes in 2.4
241 * numerous sundry bugfixes
243 -- Ron Lee <ron@debian.org> Wed, 24 Jan 2001 18:51:24 -0800
245 wxwindows2.2 (2.2.2) unstable; urgency=low
247 * added missing dependancy for contrib-dev package. Closes: #70880
248 * by popular demand, added a package with the python-contrib libs.
249 * more tweaks to deb/rules. autodetect the python install location,
250 and cache the results of configure tests for all packages.
251 * and of course a whole stack of minor fixes in the main codebase too.
253 -- Ron Lee <ron@debian.org> Tue, 5 Sep 2000 18:51:24 +0930
255 wxwindows2.2 (2.2.1) unstable; urgency=low
257 * wxWin 2.2.1 stable release.
258 * First upload to deb.org after repackaging to build directly from
260 * still not quite lintian clean yet:
261 - wxPython lib can't be built with a proper soname yet.
262 - the -dbg packages need an override for the shlib symlink.
263 - and a couple of packages have the lib symlink 'before the
264 lib', but that's ugly to fix right now, they aren't critical
265 libs, and allegedly this will be handled by dpkg sometime soon.
266 * moved full licence text into copyright file.
268 -- Ron Lee <ron@debian.org> Sun, 13 Feb 2000 18:40:00 +1030
271 mode: debian-changelog