]> git.saurik.com Git - wxWidgets.git/blame_incremental - debian/changelog
added SetStatusText method (avoiding dc.Clear)
[wxWidgets.git] / debian / changelog
... / ...
CommitLineData
1wxwindows2.3 (2.3.2) unstable; urgency=low
2
3 * Major Overhaul. First serious release contender.
4
5 Added .dll's to msw-cross packages.
6 Added -dbg versions of the cross packages.
7 Added experimental -univ(gtk) package.
8 Switched to python 2.1
9
10 -- Ron Lee <ron@debian.org> Thu, 27 Sep 2001 05:55:07 -0700
11
12wxwindows2.3 (2.3.1) unstable; urgency=low
13
14 * 2.3.1 test debs -- still not QA'd for general release yet.
15
16 -- Ron Lee <ron@debian.org> Sun, 10 Jun 2001 20:10:36 -0700
17
18wxwindows2.3 (2.3.0) unstable; urgency=low
19
20 * Updated 2.2 build scripts for 2.3
21 * initial test builds, please do not release..
22
23 -- Ron Lee <ron@debian.org> Sat, 27 Jan 2001 01:51:24 -0800
24
25 wxwindows2.2 (2.2.8.5) unstable; urgency=low
26
27 * Add wxSIZE_T_IS defines to setup.h
28 Add automate that to my TODO list.
29
30 -- Ron Lee <ron@debian.org> Tue, 27 Nov 2001 05:55:47 -0800
31
32wxwindows2.2 (2.2.8.4) unstable; urgency=low
33
34 * Put the (modified) size_t == ulong kludge back into sndwav.cpp
35 it's still needed until wxDataOutputStream is made 64 bit
36 friendly, which may not happen for 2.2 since it will probably
37 not be binary compatible.
38 * caps a memory leak in the jpeg handler.
39
40 -- Ron Lee <ron@debian.org> Sun, 25 Nov 2001 11:53:59 -0800
41
42wxwindows2.2 (2.2.8.3) unstable; urgency=low
43
44 * Backported size_t test from 2.3 tree, removes the need for
45 specific tests for various 64 bit platforms including now
46 S/390 (thanks to Gerhard Tonn for the report).
47 Closes: #120768
48
49 -- Ron Lee <ron@debian.org> Fri, 23 Nov 2001 20:53:49 -0800
50
51wxwindows2.2 (2.2.8.2) unstable; urgency=low
52
53 * python-dev doesn't get me python? More bytes in Build-Dep then
54 I guess ... Closes: #119954
55
56 -- Ron Lee <ron@debian.org> Sun, 18 Nov 2001 04:28:41 -0800
57
58wxwindows2.2 (2.2.8.1) unstable; urgency=low
59
60 * Rebuild for python2.1 Closes: #119226, #118835
61
62 -- Ron Lee <ron@debian.org> Mon, 12 Nov 2001 21:47:38 -0800
63
64wxwindows2.2 (2.2.8) unstable; urgency=medium
65
66 * Fixed bogus samples makefile. Closes: #110061
67 * Added ability to build wxMSW-cross packages, but they
68 are not built and distributed by default.
69
70 If you think such creatures belong in the archive,
71 see README.Debian
72
73 * Pruned more inapplicable files from the raw cvs source,
74 cleaned configure.in and removed the need for a common setup.h,
75 removed superfluous library links and generally tweaked things
76 so as to make adding new ports easier.
77 * added --gl-libs flag to wx-config.
78 * added wx2.4 forward compatible event macros.
79 * added build fixes for IA64 from Jeff Licquia, and fixed clean
80 rules to pick up unnoticed strays that effected NMU builds.
81 Thanks Jeff. Closes: #101734, #104679 (fixed in NMU)
82 * Medium urgency since several other packages are waiting
83 for this to get into testing.
84
85 -- Ron Lee <ron@debian.org> Thu, 30 Aug 2001 15:41:49 -0700
86
87wxwindows2.2 (2.2.7) unstable; urgency=medium
88
89 * The "Testing Tarantella" release.
90 * various small control (mis)behaviours corrected.
91 * added missing build-dep for gettext.
92 * updated wxPython description, Closes: #102689
93 * Never publicly released, oh well.
94
95 -- Ron Lee <ron@debian.org> Sun, 10 Jun 2001 19:32:46 -0700
96
97wxwindows2.2 (2.2.6.1) unstable; urgency=low
98
99 * fix rules so it really doesn't build -indep for ports
100 and fixed ambiguous overload bug in mmedia contrib.
101 This time it will build on alpha for sure. Really. :)
102 Closes: #92288
103 * added extra -dev package deps. Closes: #91364
104
105 -- Ron Lee <ron@debian.org> Sat, 7 Apr 2001 06:49:58 -0700
106
107wxwindows2.2 (2.2.6) unstable; urgency=low
108
109 * changed i18n package back to building during arch phase
110 so we can reap the .mo files as they are created. Closes: #86174
111 * OBCBLR Closes: #84692
112 * fix wxPython build gremlin. Closes: #89209, #85129
113 * tweaked wx-config alternatives priority to favour the most
114 likely default use.
115 * general buglet count reduced.
116
117 -- Ron Lee <ron@debian.org> Thu, 8 Mar 2001 21:10:07 -0800
118
119wxwindows2.2 (2.2.5.1) unstable; urgency=low
120
121 * "This One's for Dirk" Closes: #84696
122 * 2.2.5 has known issues and will not be released for Debian.
123 * Fixed parser.y for Alpha builds (#82949)
124 * changed mesa dependency to the virtual libgl package and
125 added Conflicts for the old 2.1 packages (which are now
126 gone from woody anyway) Closes: #80120, #70778, #70779, #70780
127 * wxPython now builds as a single unit (including contrib)
128 so removed the libwxgtk-python-contrib package
129 * updated translations
130 * new event table macro to enable code being written with 2.2
131 to be forward compatible with the changes in 2.4
132 * numerous sundry bugfixes
133
134 -- Ron Lee <ron@debian.org> Wed, 24 Jan 2001 18:51:24 -0800
135
136wxwindows2.2 (2.2.2) unstable; urgency=low
137
138 * added missing dependancy for contrib-dev package. Closes: #70880
139 * by popular demand, added a package with the python-contrib libs.
140 * more tweaks to deb/rules. autodetect the python install location,
141 and cache the results of configure tests for all packages.
142 * and of course a whole stack of minor fixes in the main codebase too.
143
144 -- Ron Lee <ron@debian.org> Tue, 5 Sep 2000 18:51:24 +0930
145
146wxwindows2.2 (2.2.1) unstable; urgency=low
147
148 * wxWin 2.2.1 stable release.
149 * First upload to deb.org after repackaging to build directly from
150 upstream cvs.
151 * still not quite lintian clean yet:
152 - wxPython lib can't be built with a proper soname yet.
153 - the -dbg packages need an override for the shlib symlink.
154 - and a couple of packages have the lib symlink 'before the
155 lib', but that's ugly to fix right now, they aren't critical
156 libs, and allegedly this will be handled by dpkg sometime soon.
157 * moved full licence text into copyright file.
158
159 -- Ron Lee <ron@debian.org> Sun, 13 Feb 2000 18:40:00 +1030
160
161Local variables:
162mode: debian-changelog
163End: