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