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