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