]> git.saurik.com Git - wxWidgets.git/blame - debian/changelog
added AppleEvent Handler, somehow the standard event handler does not take care of...
[wxWidgets.git] / debian / changelog
CommitLineData
8155b640
RL
1wxwindows2.5 (2.5.0) unstable; urgency=low
2
3 * New beginnings. Back to development flavored chaos again.
4
5 -- Ron Lee <ron@debian.org> Thu, 19 Dec 2002 01:08:50 -0800
6
8ddf18dd
RL
7wxwindows2.4 (2.4.0.2) unstable; urgency=low
8
9 * Added missing quantize.h to install. Closes: #178135
10 * Removed unnecessary -dev deps.
11 * move wxwin.m4 &c out of the runtime package and conflict with earlier
12 versions that didn't. Also nuke some empty dir cruft that slipped by.
13 Thanks for noticing the latter Josip. Closes: #176033
14 * dinstall won't close bugs from earlier unreleased versions :(
15 see below for explanations. Closes: #162948, #171258, #168148
16 Closes: #170748, #168250, #164557, #172390, #172447, #168887
17 Closes: #155476, #155478
18
19 -- Ron Lee <ron@debian.org> Thu, 16 Jan 2003 16:46:31 -0800
20
8155b640
RL
21wxwindows2.4 (2.4.0) unstable; urgency=low
22
23 * The fingers crossed release.
0ecfbbea
RL
24 * de.po typo fix. Closes: #174084
25 * tr.po stable tree patch. Closes: #174667
26 * Add a manpage for the wxPython scripts pointing to the pydoc docs.
27 * Disabled generation of gtk-univ, it is a rather insensible combination
28 now and should be replaced by x11-univ instead.
094e328c
RL
29 * There had to be some payoff to all the delays -- a clean gcc3.2
30 transition :-) This package certainly obsoletes 2.3.3.2 and I'll
31 be seeking to finally have 2.2.9.2 removed as well once Audacity
32 is updated.
8155b640
RL
33
34 -- Ron Lee <ron@debian.org> Thu, 19 Dec 2002 00:50:48 -0800
35
36wxwindows2.3 (2.3.4.1) unstable; urgency=low
2b5f62a0
VZ
37
38 * 2.4.0pre1 I guess.
39 * Added -ffunction-sections for broken hppa linker. Closes: #162948
8155b640
RL
40 * Conflict/Replace wxPython2.2. Since its nmu these two packages
41 can no longer currently coexist. Closes: #171258
42 * xrced.py path search fixed. Closes: #168148, #170748
43 * Actually install all wxUniv headers to the header package.
44 Closes: #168250, #164557
45 * Robin tells me this one should be fixed in 2.3 too, I can't confirm
46 so please reopen if it's not. Closes: #172390
47 * Added menu items for pycrust/pyshell, thanks Martin. Closes: #172447
48 * Broken header fixed. Closes: #168887
2b5f62a0
VZ
49
50 -- Ron Lee <ron@debian.org> Mon, 18 Nov 2002 18:54:21 -0800
51
52wxwindows2.3 (2.3.3.2) unstable; urgency=low
53
54 * The one more for luck release.
55 * Debian-wise, it fixes the problem with contrib lib name clashes;
56 code-wise, lots of little issues (and a couple of big 'uns) from
57 2.3.3 -- see the more regular change or cvs logs for details...
58 * Yes, it's still the unstable branch, yes the request for testing
59 to see if we can reasonably obsolete 2.2 in post-woody debian
60 is still current, and yes we're still working toward a stable
61 2.4 release as fast as we can. Big thanks to everyone who's
62 been patient and/or active fixing things.
63
64 -- Ron Lee <ron@debian.org> Thu, 26 Sep 2002 17:43:05 -0700
65
66wxwindows2.3 (2.3.3.1) unstable; urgency=low
67
68 * Ok, Robin says wxPython is good to go.
69 * Since wx2.2 has crashed and burned with the new releases of
70 python and png, Could package maintainers with packages that
71 depend on wx please recompile with this package and let me
72 know if they still need 2.2 in woody? If not I'll have them
73 removed. There should be a 2.4 release following very soon.
74 (hah, let's see how the date on that comment testifies!)
75 * Yes, I know wxpython is missing man pages for some of its
76 scripts. File a bug if you must, but preferably, if you know
77 what they do, attach a patch containing one. I don't use them
78 myself or could even do more than guess what they do today.
79 Sorry, C++.
80
81 -- Ron Lee <ron@debian.org> Thu, 19 Sep 2002 16:25:12 -0700
82
a0d927d1
RL
83wxwindows2.3 (2.3.3) unstable; urgency=low
84
e0252fb6
RL
85 * The "If it sucks, You whined for it!" release.
86 * It's also STILL our unstable branch, so I'll probably summarily
87 close any bugs related to that fact. Please report bugs in
88 the code to wx-dev@lists.wxwindows.org (or the wx bug tracker on
89 SourceForge) and not the debian BTS. They'll get to the right
90 people much faster that way. Packaging bugs to the BTS per normal.
91 Thanks!
92 Closes: #155476, #155478
a0d927d1
RL
93 * New dynamic library/object loading code.
94 * Fixes several showstoppers from 2.3.2
e0252fb6
RL
95 * wxPython now built with python2.2
96 * Depend explicitly on libpng3-dev, hopefully that will stay the
97 right thing a little longer. Closes: #143439
98 * Various wxPython issues all likely to be entirely different in 2.3
99 Please reopen (and/or tell Robin :) if they aren't fixed.
100 Closes: #153276, #124372, #146757, #148062, #146303
101 * Broken package managers are not my problem, unless enough people
102 think so to make it policy. Autogenerated bugs for things like
103 this suck too, just btw. If you're going to autogenerate menial
104 labor for people, at least autogenerate a patch to go along with
105 it. Closes: #130971, #130989, #130992
a0d927d1
RL
106
107 -- Ron Lee <ron@debian.org> Wed, 19 Dec 2001 15:41:31 -0800
108
3a922bb4 109wxwindows2.3 (2.3.2) unstable; urgency=low
22e0f699 110
3a922bb4 111 * Major Overhaul. First serious release contender.
f1687ed8
RL
112
113 Added .dll's to msw-cross packages.
114 Added -dbg versions of the cross packages.
115 Added experimental -univ(gtk) package.
76314141 116 Switched to python 2.1
22e0f699 117
3a922bb4 118 -- Ron Lee <ron@debian.org> Thu, 27 Sep 2001 05:55:07 -0700
22e0f699 119
3a922bb4
RL
120wxwindows2.3 (2.3.1) unstable; urgency=low
121
122 * 2.3.1 test debs -- still not QA'd for general release yet.
123
124 -- Ron Lee <ron@debian.org> Sun, 10 Jun 2001 20:10:36 -0700
125
126wxwindows2.3 (2.3.0) unstable; urgency=low
050207ec
RL
127
128 * Updated 2.2 build scripts for 2.3
129 * initial test builds, please do not release..
130
131 -- Ron Lee <ron@debian.org> Sat, 27 Jan 2001 01:51:24 -0800
132
e0252fb6
RL
133wxwindows2.2 (2.2.9.2) unstable; urgency=high
134
135 * Fix wxPython gl bug. Closes: #130758
136 * Add versioned build dep on the -dev package too
137 to help avoid the 'png fiasco' for packages built
138 with wx. (Thanks Joshua) Closes: #131355
139
140 -- Ron Lee <ron@debian.org> Fri, 25 Jan 2002 03:11:28 -0800
141
142wxwindows2.2 (2.2.9.1) unstable; urgency=high
143
144 * recompile with libpng2.. oops. Closes: #129762
145
146 -- Ron Lee <ron@debian.org> Mon, 21 Jan 2002 13:20:00 -0800
147
148wxwindows2.2 (2.2.9) unstable; urgency=high
149
150 * fix for arches with unsigned char as default.
151 * high urgency because this fix really should get
152 into woody.
153 Closes: #127014
154
155 -- Ron Lee <ron@debian.org> Mon, 31 Dec 2001 06:53:27 -0800
156
157wxwindows2.2 (2.2.8.5) unstable; urgency=low
0b9ab0bd
RL
158
159 * Add wxSIZE_T_IS defines to setup.h
160 Add automate that to my TODO list.
161
162 -- Ron Lee <ron@debian.org> Tue, 27 Nov 2001 05:55:47 -0800
163
41b0a113
RL
164wxwindows2.2 (2.2.8.4) unstable; urgency=low
165
166 * Put the (modified) size_t == ulong kludge back into sndwav.cpp
167 it's still needed until wxDataOutputStream is made 64 bit
168 friendly, which may not happen for 2.2 since it will probably
169 not be binary compatible.
170 * caps a memory leak in the jpeg handler.
171
172 -- Ron Lee <ron@debian.org> Sun, 25 Nov 2001 11:53:59 -0800
173
174wxwindows2.2 (2.2.8.3) unstable; urgency=low
175
176 * Backported size_t test from 2.3 tree, removes the need for
177 specific tests for various 64 bit platforms including now
178 S/390 (thanks to Gerhard Tonn for the report).
179 Closes: #120768
180
181 -- Ron Lee <ron@debian.org> Fri, 23 Nov 2001 20:53:49 -0800
182
10916a4f
RL
183wxwindows2.2 (2.2.8.2) unstable; urgency=low
184
185 * python-dev doesn't get me python? More bytes in Build-Dep then
186 I guess ... Closes: #119954
187
188 -- Ron Lee <ron@debian.org> Sun, 18 Nov 2001 04:28:41 -0800
189
76314141
RL
190wxwindows2.2 (2.2.8.1) unstable; urgency=low
191
192 * Rebuild for python2.1 Closes: #119226, #118835
193
194 -- Ron Lee <ron@debian.org> Mon, 12 Nov 2001 21:47:38 -0800
195
4fb788e4 196wxwindows2.2 (2.2.8) unstable; urgency=medium
3a922bb4
RL
197
198 * Fixed bogus samples makefile. Closes: #110061
199 * Added ability to build wxMSW-cross packages, but they
200 are not built and distributed by default.
201
202 If you think such creatures belong in the archive,
4fb788e4 203 see README.Debian
3a922bb4
RL
204
205 * Pruned more inapplicable files from the raw cvs source,
206 cleaned configure.in and removed the need for a common setup.h,
207 removed superfluous library links and generally tweaked things
208 so as to make adding new ports easier.
209 * added --gl-libs flag to wx-config.
4fb788e4
RL
210 * added wx2.4 forward compatible event macros.
211 * added build fixes for IA64 from Jeff Licquia, and fixed clean
212 rules to pick up unnoticed strays that effected NMU builds.
213 Thanks Jeff. Closes: #101734, #104679 (fixed in NMU)
214 * Medium urgency since several other packages are waiting
215 for this to get into testing.
3a922bb4
RL
216
217 -- Ron Lee <ron@debian.org> Thu, 30 Aug 2001 15:41:49 -0700
218
e0f33cf1
RL
219wxwindows2.2 (2.2.7) unstable; urgency=medium
220
221 * The "Testing Tarantella" release.
222 * various small control (mis)behaviours corrected.
223 * added missing build-dep for gettext.
3a922bb4
RL
224 * updated wxPython description, Closes: #102689
225 * Never publicly released, oh well.
e0f33cf1 226
3a922bb4 227 -- Ron Lee <ron@debian.org> Sun, 10 Jun 2001 19:32:46 -0700
e0f33cf1 228
3abb92ce
RL
229wxwindows2.2 (2.2.6.1) unstable; urgency=low
230
231 * fix rules so it really doesn't build -indep for ports
3a922bb4 232 and fixed ambiguous overload bug in mmedia contrib.
3abb92ce
RL
233 This time it will build on alpha for sure. Really. :)
234 Closes: #92288
235 * added extra -dev package deps. Closes: #91364
236
3a922bb4 237 -- Ron Lee <ron@debian.org> Sat, 7 Apr 2001 06:49:58 -0700
3abb92ce 238
afa3e1ed 239wxwindows2.2 (2.2.6) unstable; urgency=low
050207ec 240
afa3e1ed
RL
241 * changed i18n package back to building during arch phase
242 so we can reap the .mo files as they are created. Closes: #86174
243 * OBCBLR Closes: #84692
244 * fix wxPython build gremlin. Closes: #89209, #85129
7b67fc42
RL
245 * tweaked wx-config alternatives priority to favour the most
246 likely default use.
afa3e1ed
RL
247 * general buglet count reduced.
248
3a922bb4 249 -- Ron Lee <ron@debian.org> Thu, 8 Mar 2001 21:10:07 -0800
afa3e1ed
RL
250
251wxwindows2.2 (2.2.5.1) unstable; urgency=low
252
253 * "This One's for Dirk" Closes: #84696
254 * 2.2.5 has known issues and will not be released for Debian.
050207ec
RL
255 * Fixed parser.y for Alpha builds (#82949)
256 * changed mesa dependency to the virtual libgl package and
257 added Conflicts for the old 2.1 packages (which are now
258 gone from woody anyway) Closes: #80120, #70778, #70779, #70780
259 * wxPython now builds as a single unit (including contrib)
260 so removed the libwxgtk-python-contrib package
afa3e1ed
RL
261 * updated translations
262 * new event table macro to enable code being written with 2.2
263 to be forward compatible with the changes in 2.4
264 * numerous sundry bugfixes
050207ec
RL
265
266 -- Ron Lee <ron@debian.org> Wed, 24 Jan 2001 18:51:24 -0800
267
268wxwindows2.2 (2.2.2) unstable; urgency=low
269
270 * added missing dependancy for contrib-dev package. Closes: #70880
271 * by popular demand, added a package with the python-contrib libs.
272 * more tweaks to deb/rules. autodetect the python install location,
273 and cache the results of configure tests for all packages.
274 * and of course a whole stack of minor fixes in the main codebase too.
275
276 -- Ron Lee <ron@debian.org> Tue, 5 Sep 2000 18:51:24 +0930
277
f6bcfd97 278wxwindows2.2 (2.2.1) unstable; urgency=low
e4c4c1c6 279
050207ec
RL
280 * wxWin 2.2.1 stable release.
281 * First upload to deb.org after repackaging to build directly from
282 upstream cvs.
283 * still not quite lintian clean yet:
284 - wxPython lib can't be built with a proper soname yet.
285 - the -dbg packages need an override for the shlib symlink.
286 - and a couple of packages have the lib symlink 'before the
287 lib', but that's ugly to fix right now, they aren't critical
288 libs, and allegedly this will be handled by dpkg sometime soon.
289 * moved full licence text into copyright file.
e4c4c1c6
RL
290
291 -- Ron Lee <ron@debian.org> Sun, 13 Feb 2000 18:40:00 +1030
292
293Local variables:
294mode: debian-changelog
295End: