~ubuntu-branches/ubuntu/maverick/wxwidgets2.8/maverick-proposed

« back to all changes in this revision

Viewing changes to debian-upstream/changelog

  • Committer: Bazaar Package Importer
  • Author(s): Devid Filoni
  • Date: 2008-06-30 22:02:17 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20080630220217-vag3tkfp91t0453d
Tags: 2.8.8.0-0ubuntu1
* New upstream version, based on the upstream tarball
  wxPython-src-2.8.8.0.tar.bz2, remove upstream debian dir (LP: #244355).
* Add debian/watch file, LP: #242164.
* Edit get-orig-source target to provide a .orig.tar.gz with the same md5 for
  each .orig.tar.gz generated.
* debian/rules: remove get-orig-source from .PHONY target.
* debian/control.in: add python-wxtools in python-wxgtk=V=U Suggests field.
* Do not apply fix_from_upstream_svn_r52465 patch, not needed.
* Regenerate octave_oct, tcl_tk_tcl patches for the new version.
* Fix spelling-error-in-description lintian warning.
* Fix depends-on-obsolete-package lintian error.
* Fix executable-not-elf-or-script lintian warnings.
* Fix script-not-executable lintian warnings.
* Fix missing-dependency-on-libc lintian error.
* Fix dbg-package-missing-depends lintian warnings.
* Fix package-contains-empty-directory lintian warnings.
* Fix manpage-has-errors-from-man lintian warning.
* Fix image-file-in-usr-lib lintian warnings:
  - add editra_pixmaps patch
  - add xrced_bitmaps patch
* Fix unused-override lintian info.
* Fix malformed-override lintian errors.
* Fix extra-license-file lintian warnings.
* Install upstream wx.pth instead of generated file links (LP: #211553).
* Add editra.png, pyshell.png (encoded using uuencode) icons, LP: #236876:
  - debian/rules: use uudecode to decode .png icons.
* Add a new pyshell.xpm icon.
* Fix doc-base-file-references-missing-file lintian error.
* Fix doc-base-unknown-section lintian warning.
* Fix ruby-script-but-no-ruby-dep lintian errors.
* Fix wish-script-but-no-wish-dep lintian errors.
* Fix missing-dep-for-interpreter errors.
* Bump Standards-Version to 3.8.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
wxwidgets2.8 (2.8.7.1-0) unstable; urgency=low
2
 
 
3
 
  * wxPython: New version of XRCed from Google SoC project
4
 
  * wxPython: Added the Editra programmer's editor to the wxPython tools.
5
 
  * wxFrame::ShowFullScreen now preserves the menubar's accelerators.
6
 
  * wxGetClientDisplayRect correctly implemented for wxGTK and wxX11 ports.
7
 
 
8
 
 -- Robin Dunn <robin@alldunn.com>  Mon, 9 Nov 2007 17:38:01 -0700
9
 
 
10
 
wxwidgets2.8 (2.8.6.1-0) unstable; urgency=low
11
 
 
12
 
  * wxPython: Add wx.Window.GetGtkWidget.
13
 
  * wxPython: Undprecated wx.ListCtrl.[G|S]etItemSpacing
14
 
  * wxPython: Fixed wx.Palette constructor wrapper. 
15
 
 
16
 
 -- Robin Dunn <robin@alldunn.com>  Mon, 15 Oct 2007 14:53:06 -0700
17
 
 
18
 
wxwidgets2.8 (2.8.6.0-0) unstable; urgency=low
19
 
 
20
 
  * Fixed caption clicking being ignored on centred wxAUI panel.
21
 
  * Added AdvanceSelection, ShowWindowMenu functions and keyboard handling to
22
 
    wxAuiNotebook.
23
 
  * Added wxAUI_NB_SUPPORT for standard wxAuiNotebook art (Langhammer).
24
 
  * Added event for double clicks on wxAuiNotebook tab background.
25
 
  * Added events for wxAuiNotebook tab dragging and closing notification.
26
 
  * Fixed some problems handling unusual wxAUI pane activation order in wxGTK.
27
 
  * Fixed a problem with resizing floating wxAUI panes.
28
 
  * Fixed a wxTabFrame leak by deleting all wxAuiNotebook pages in the destructor.
29
 
  * Added XRC handler for wxPropertySheetDialog (Sander Berents).
30
 
  * API consistency fixes: added wxMenuBar::SetMenuLabel, wxMenuBar::GetMenuLabel,
31
 
    wxMenuBar::GetMenuLabelText, wxMenu::GetLabelText, wxMenuItem::SetItemLabel,
32
 
    wxMenuItem::GetItemLabel, wxMenuItem::GetItemLabelText, wxMenuItem::GetLabelText.
33
 
    Get...Label functions get the raw label with mnemonics and accelerators,
34
 
    and Get...LabelText function get the text only without mnemonics/accelerators.
35
 
  * Fixed a problem with wxSizer::GetContainingSizer failing for nested sizers
36
 
    depending on sizer addition order.
37
 
  * Added Set/GetParentWindow to wxHtmlEasyPrinting to allow reuse with different
38
 
    parent windows.
39
 
  * Fixed a wxRichTextCtrl problem saving a URL to XML.
40
 
  * Fixed default background and text colours for wxRichTextCtrl.
41
 
  * Replaced g_free with g_border_free to fix crash with newer GTK+.
42
 
  * Fixed crash in settings when using tooltips->tip_window with GTK+ 2.11.6.
43
 
  * Fix WX_GL_STEREO attribute handling (Tristan Mehamli)
44
 
  * Fix wxThread::SetPriority() when the thread is running (Christos Gourdoupis)
45
 
  * Fixed size problem in wxTaskBarIcon
46
 
  * Fixed scrolling problem of wxStaticBox (and possibly other control)
47
 
  * Fixed wxFileDataObject for DnD in UTF8 locales with non-ASCII characters
48
 
        
49
 
        
50
 
 -- Robin Dunn <robin@alldunn.com>  Thu, 14 Sept 2007 21:13:49 -0700
51
 
        
52
 
wxwidgets2.8 (2.8.4.2-0) unstable; urgency=low
53
 
 
54
 
  * Pacakges now support all Python versions in `pyversions -r`
55
 
  * If the system Python supports it a debug wxPython package is built that
56
 
    can be installed side-by-side with the non-debug package    
57
 
  * Added colour normalization to PNM image handler (Ray Johnston).
58
 
  * Fixed selecting part of word from right to left in wxHTML (Michael Hieke).
59
 
  * Selecting text in wxHTML with character precision was made easier, it's
60
 
    enough to select half of a character (Michael Hieke).
61
 
  * Significantly improved startup times of XRC-based applications using
62
 
    embedded resources on Unix (requires resources recompilation).
63
 
  * Fixed freeing of "static" alpha data in wxImage (Axel Gembe).
64
 
  * Added tab mouse click events to wxAuiNotebook (Ben Williams).
65
 
  * Option for middle-click tab close in wxAuiNotebook (Ben Williams).
66
 
  * Added wxAuiNotebook::SetFont, GetTabCtrlHeight, GetHeightForPageHeight.
67
 
  * Added SetBitmap/GetBitmap to wxWizard, to allow e.g. on-the-fly creation
68
 
    of bitmap to fit page height.
69
 
  * Fixed wxXPMHandler::SaveFile for images with more than 92 colors.
70
 
  * Fixed a crash in wxGrid on creation due to OnSize being called too soon.
71
 
  * Fixed missing key events in wxGTK1 build.
72
 
  * Setting foreground colour of single line wxTextCtrl now works.
73
 
  * More work on setting defaults in GNOME print dialogs.
74
 
  * Also made landscape printing work as per wxMSW.
75
 
  * Add support for (rectangular) clipping in GNOME print backend.
76
 
  * Speed up wxBitmap::Rescale().
77
 
  * Add right button event for wxToolbar's tools (Tim Kosse).
78
 
  * Made wxWindow::SetScrollPos and wxScrollbar::SetThumbPos
79
 
    not emit any event.
80
 
  * Correct hyperactive mouse wheel support.
81
 
  * Correct grid line mode in wxListCtrl.
82
 
  * Don't unconditionally add wxCAPTION style to wxMiniFrame.
83
 
  * Fixed crash in file and dir pickers for GTK+ < 2.6 if compiled
84
 
    with GTK+ >= 2.6.
85
 
  * Generate wxEVT_COMMAND_LIST_END_LABEL_EDIT event even if label didn't change
86
 
 
87
 
 
88
 
 -- Robin Dunn <robin@alldunn.com>  Thu, 19 Jul 2007 15:42:23 -0700
89
 
 
90
 
wxwidgets2.8 (2.8.4.0-0) unstable; urgency=low
91
 
 
92
 
  * Fix bug in wxFileConfig when recreating a group (Steven Van Ingelgem)
93
 
  * Fix wxStringOutputStream::Write() in Unicode build when the argument
94
 
    overlaps UTF-8 characters boundary
95
 
  * Account for lines without newline at the end in wxExecute()
96
 
  * Handle socket shutdown by the peer correctly in wxSocket (Tim Kosse)
97
 
  * Allow status bar children in XRC (Edmunt Pienkowski)
98
 
  * Fix memory leak in wxWizard when not using sizers for the page layout
99
 
  * Fix infinite loop when adding a wxStaticText control to a toolbar
100
 
  * Fix wxNO_BORDER style for wxRadioBox (David Hart)
101
 
  * wxComboBox::SetValue() doesn't emit EVT_TEXT anymore
102
 
  * Fix wxTextCtrl::GetLineText() for empty lines (Marcin Wojdyr)
103
 
  * Added wxString::char_str(), wchar_str(), From8BitData(), To8BitData(),
104
 
    FromUTF8(), ToUTF8() and utf8_str() methods for forward compatiblity
105
 
    with wxWidgets 3
106
 
 
107
 
 -- Vadim Zeitlin <vadim@wxwindows.org>  May, 09 Wed 2007 23:10:01 +0200
108
 
 
109
 
wxwidgets2.8 (2.8.3.0-0) unstable; urgency=low
110
 
 
111
 
  * Added wxSizerFlags::Shaped(), FixedMinSize(), Top() and Bottom() methods.
112
 
  * Added wxCSConv::IsOk() (Manuel Martin).
113
 
  * Added wxDateTime::GetDateOnly().
114
 
  * Made wxTextFile work with unseekable files again (David Hart).
115
 
  * Added wxCONFIG_USE_SUBDIR flag to wxFileConfig (Giuseppe Bilotta).
116
 
  * Added wxSearchCtrl::[Get|Set]DescriptiveText.
117
 
  * Added wxToolBar::SetTool[Normal|Disabled]Bitmap for wxMSW, wxGTK and wxMac.
118
 
  * Added wxRICHTEXT_SETSTYLE_REMOVE flag for removing styles, and
119
 
    wxRICHTEXT_HITTEST_OUTSIDE for more accurate hit-testing.
120
 
  * Fixed a crash when writing wxRichTextCtrl styles.
121
 
  * wxPython: enhanced the widget inspection tool
122
 
  * wxPython: Added wrappers for wx.SizerFlags and wx.Sizer methods using it
123
 
  * Some missing methods of wxCairoGraphicsContext now implemented
124
 
  * Fixed tab-related drawing and hit-testing bugs in wxRichTextCtrl.
125
 
  * Implemented background colour in wxRichTextCtrl.
126
 
  * Fixed crashes in helpview when opening a file.
127
 
  * Fixed detection of number of processors under Linux 2.6
128
 
  * Fixed Base64 computation in wxHTTP (p_michalczyk)
129
 
  * Fix handling of wxSOCKET_REUSEADDR in wxDatagramSocket (troelsk)
130
 
  * Fixed crash in wxGetUserName() in Unicode build
131
 
  * Fix hang on startup when using GTK+ options in Unicode build
132
 
  * Shut down the sockets gracefully (Sergio Aguayo)
133
 
  * Fix extra indentation in wxHTML_ALIGN_JUSTIFY display (Chacal)
134
 
  * Fixed handling of accelerators using PageUp/Down keys
135
 
 
136
 
 -- Robin Dunn <robin@alldunn.com>  Tue, 20 Mar 2007 14:00:50 -0800
137
 
 
138
 
wxwidgets2.8 (2.8.1.1-0) unstable; urgency=low
139
 
 
140
 
  * Fix compilation with wxUSE_STL=1
141
 
  * wxGrid::GetBestSize() returns same size the grid would have after AutoSize()
142
 
  * Added wxTreeCtrl::CollapseAll[Children]() and IsEmpty() (Francesco Montorsi)
143
 
  * Several RTL-related positioning fixes (Diaa Sami)
144
 
  * Fix wxConfig::DeleteGroup() for arguments with trailing slash (David Hart)
145
 
  * Fix memory leak in wxGrid::ShowCellEditControl() (Christian Sturmlechner)
146
 
  * Don't crash if command line is not valid UTF-8 (Unicode build only)
147
 
  * Added wxSizerFlags::Shaped() and FixedMinSize() methods
148
 
  * Added wxCSConv::IsOk() (Manuel Martin)
149
 
  * Added wxDateTime::GetDateOnly()
150
 
  * Made wxTextFile work with unseekable files again (David Hart)
151
 
  * Added wxCONFIG_USE_SUBDIR flag to wxFileConfig (Giuseppe Bilotta)
152
 
  * Added wxSearchCtrl::[Get|Set]DescriptiveText
153
 
 
154
 
 -- Robin Dunn <robin@alldunn.com>  Fri, 19 Jan 2007 12:02:52 -0800
155
 
 
156
 
wxwidgets2.8 (2.8.0.1-1) unstable; urgency=low
157
 
 
158
 
  * No changes, just a different packager
159
 
 
160
 
 -- Vadim Zeitlin <vadim@wxwindows.org>  Dec, 13 Wed 2006 17:40:24 +0100
161
 
 
162
 
wxwidgets2.8 (2.8.0.1-0) unstable; urgency=low
163
 
 
164
 
  * Add wxSearchCtrl
165
 
  * Official wxPython release
166
 
 
167
 
 -- Robin Dunn <robin@alldunn.com>  Mon, 11 Dec 2006 18:50:29 -0800
168
 
 
169
 
wxwidgets2.8 (2.8.0.0-0rc3) unstable; urgency=low
170
 
 
171
 
  * wxFileSystem::OpenFile() takes wxFS_SEEKABLE by default now.
172
 
  * Fixed wxCalendarCtrl::HitTest() when clicking on month change arrows.
173
 
  * Added wxWindow::GetWindowBorderSize(), corrected wxTreeCtrl::GetBestSize().
174
 
  * Allow dynamically changing most of text control styles.
175
 
  * Enable use of libgnomeprintui by default in configure.
176
 
 
177
 
 -- Vadim Zeitlin <vadim@wxwindows.org>  Dec, 05 Tue 2006 14:41:22 +0100
178
 
 
179
 
wxwidgets2.8 (2.8.0.0-0rc2) unstable; urgency=low
180
 
 
181
 
  * wxArrayString::Alloc() doesn't clear array contents any more
182
 
  * Fixed long standing bug in wxFileConfig groups renaming
183
 
 
184
 
 -- Vadim Zeitlin <vadim@wxwindows.org>  Nov, 14 Tue 2006 19:06:37 +0100
185
 
 
186
 
wxwidgets2.7 (2.7.2.0-0) unstable; urgency=low
187
 
 
188
 
  * Added wxTar streams.
189
 
  * Added wxFilterFSHandler and wxArchiveFSHandler.
190
 
  * Added wxString::ToLongLong() and ToULongLong().
191
 
  * Added wxCollapsiblePane.
192
 
  * Added wxSimpleHtmlListBox.
193
 
  * Many enhancements to wxRichTextCtrl.
194
 
  * Support for loading TGA files added.
195
 
  * wxHtmlWindow now generates events for mouse actions and text copy.
196
 
 
197
 
 -- Vadim Zeitlin <vadim@wxwindows.org>  Oct, 31 Tue 2006 15:58:00 +0100
198
 
 
199
 
wxwidgets2.7 (2.7.1.3-0) unstable; urgency=low
200
 
 
201
 
  * wxGTK:  The wx.ALWAYS_SHOW_SB style is now supported.
202
 
  * Fixed name errors in the old wxPython package namespace.
203
 
 
204
 
 -- Robin Dunn <robin@alldunn.com>  Thu, 26 Oct 2006 14:35:29 -0700
205
 
 
206
 
wxwidgets2.7 (2.7.1.2-0) unstable; urgency=low
207
 
 
208
 
  * Fixed a bug in the MaskedEdit controls caused by conflicting IsEmpty methods.
209
 
  * Patch #1579280: Some mimetype optimizations on unix-like systems.
210
 
 
211
 
 -- Robin Dunn <robin@alldunn.com>  Sat, 21 Oct 2006 22:33:41 -0700
212
 
 
213
 
wxwidgets2.7 (2.7.1.1-0) unstable; urgency=low
214
 
 
215
 
  * First 2.7.x release from wxPython team.
216
 
  * Many enhancements, changes, fixes and updates.  See
217
 
    http://wxpython.org/CHANGES.txt for details.
218
 
 
219
 
 -- Robin Dunn <robin@alldunn.com>  Wed, 18 Oct 2006 17:09:53 -0700
220
 
 
221
 
wxwidgets2.7 (2.7.0.0-2) unstable; urgency=low
222
 
 
223
 
  * Fixes to ansi packages builds
224
 
  * Corresponds to the official wxWidgets 2.7.0 sources
225
 
 
226
 
 -- Vadim Zeitlin <vadim@wxwindows.org>  Fri,  6 Aug 2006 16:31:08 +0200
227
 
 
228
 
wxwidgets2.7 (2.7.0.0-1) unstable; urgency=low
229
 
 
230
 
  * New 2.7.0 release of the new development series.
231
 
  * It's now possible to build both ansi and unicode versions.
232
 
  * Maintainer change.
233
 
 
234
 
 -- Vadim Zeitlin <vadim@wxwindows.org>  Fri,  4 Aug 2006 16:12:47 +0200
235
 
 
236
 
wxwidgets2.7 (2.7.0.0-0rpd) unstable; urgency=low
237
 
 
238
 
  * First test build with wx 2.7 tree.
239
 
 
240
 
 -- Robin Dunn <robin@alldunn.com>  Thu,  1 Jun 2006 14:23:16 -0700
241
 
 
242
 
wxwidgets2.6 (2.6.3.2-3rpd) unstable; urgency=low
243
 
 
244
 
  * Added icons and *.desktop files for the wpython-wxtools
245
 
 
246
 
 -- Robin Dunn <robin@alldunn.com>  Thu,  4 May 2006 15:35:08 -0700
247
 
 
248
 
wxwidgets2.6 (2.6.3.2) unstable; urgency=low
249
 
 
250
 
  * Next try for an upload candidate.
251
 
  * Fixes FTBFS on GNU/kFreeBSD. Closes: #327638
252
 
  * Update fr.po, thanks to Thomas Huriaux and debian-l10n-french.
253
 
    Closes: #328966
254
 
  * Split wxbase back into its own package, after all these years
255
 
    and just after I drop it, someone finally has a use for it.
256
 
    Such is life.  Closes: #333944
257
 
  * Fixes FTBFS with new make.  If this ugly quoting is the tradeoff,
258
 
    I'm itching to learn of the fabulous benefits...
259
 
    Ack NMU for this from Kurt Roeckx to keep the amd64 transition
260
 
    rolling while my x86 build machine was painfully dying.  Thanks!
261
 
    Closes: #350695, #361443
262
 
  * New FSF address in copyright file.
263
 
  * Add an index.html link to the doc contents page.  Closes: #328896
264
 
  * Fixes declarations for friends, as required by C++, and now gcc4.1.
265
 
    Closes: #358219
266
 
  * Add an unpack_examples script, loosely based on one submitted
267
 
    by Richard Esplin.  Closes: #342761
268
 
  * Disable the reserved vtable entries (again, but this time its
269
 
    optional) to retain compatibility with the existing release
270
 
    in the distro.
271
 
  * Update build-deps for xorg7.
272
 
 
273
 
 -- Ron Lee <ron@debian.org>  Fri, 14 Apr 2006 16:50:24 +0930
274
 
 
275
 
wxwidgets2.6 (2.6.1.2-0.1) unstable; urgency=low
276
 
 
277
 
  * Non-maintainer upload.
278
 
  * Make it build using the new make.  Patch from
279
 
    Daniel Schepler <schepler@math.berkeley.edu> (Closes: #350695)
280
 
 
281
 
 -- Kurt Roeckx <kurt@roeckx.be>  Sun,  9 Apr 2006 14:04:34 +0200
282
 
 
283
 
wxwidgets2.6 (2.6.1.2) unstable; urgency=low
284
 
 
285
 
  * Fix the build_options.py created by the in tree build.
286
 
    Closes: #324960  Thanks.
287
 
  * Move the wx.pth alternative to its own directory where
288
 
    it can't mess with anything else.
289
 
  * Pull in changes to dcclient.cpp and window.cpp from HEAD
290
 
    mostly for gtk2.8 compatibility, but fixes a couple of
291
 
    other issues too.
292
 
 
293
 
 -- Ron Lee <ron@debian.org>  Thu, 25 Aug 2005 18:38:31 +0930
294
 
 
295
 
wxwidgets2.6 (2.6.1.1.1) unstable; urgency=low
296
 
 
297
 
  * Reshuffle the wxPython packages again, to comply better with
298
 
    the python naming policy and improve support for concurrent
299
 
    installations.  The runtime files are now in python-wxgtk2.6-0,
300
 
    the version selector in python-wxversion and the ancillary
301
 
    tools in the python-wxtools package.
302
 
 
303
 
    Many thanks to Matthias Klose <doko@ubuntu.com> for patches
304
 
    and patient prodding to get wxpython into better shape for
305
 
    version transitions.
306
 
 
307
 
  * Collapse the wx-common package into an 'unversioned' one also.
308
 
 
309
 
  * On its way back into unstable by popular demand.
310
 
 
311
 
 -- Ron Lee <ron@debian.org>  Sun, 14 Aug 2005 21:25:34 +0930
312
 
 
313
 
wxwidgets2.6 (2.6.1.1) experimental; urgency=low
314
 
 
315
 
  * 2.6.2 prerelease test -- Pain for the Impatient.
316
 
 
317
 
    Be warned, wx2.6 has still not branched off the main
318
 
    development tree, and the API is still in flux.
319
 
 
320
 
    This one is to see what else is wrong.
321
 
 
322
 
  * Upload to experimental now the -c2 transition is real.
323
 
 
324
 
 -- Ron Lee <ron@debian.org>  Thu, 23 Jun 2005 14:08:33 +0930
325
 
 
326
 
wxwidgets2.6 (2.6.0) unstable; urgency=low
327
 
 
328
 
  * 8 ... 9 ... 10.  Here it comes, ready or not...
329
 
  * make install includes archive.h now.  Closes: #294998
330
 
 
331
 
 -- Ron Lee <ron@debian.org>  Wed, 13 Apr 2005 01:15:05 +0930
332
 
 
333
 
wxwidgets2.5 (2.5.5.1) unstable; urgency=low
334
 
 
335
 
  * Last chance.
336
 
  * Conflict with wxwin2.4-i18n.  Due to inertia, it really
337
 
    does.  Sorry if you are not a gringo and want both 2.4 and
338
 
    2.5 apps localised on the same machine.  Maybe for 2.6.1.
339
 
    Bitch upstream if you want it fixed.
340
 
  * Don't package the static libs anymore for wxGTK.
341
 
    Blame drepper for encouraging their obsolescence  If you dare.
342
 
  * Trim the configure options to reflect the new defaults.
343
 
 
344
 
 -- Ron Lee <ron@debian.org>  Mon, 11 Apr 2005 22:43:58 +0930
345
 
 
346
 
wxwidgets2.5 (2.5.4.0) unstable; urgency=low
347
 
 
348
 
  * Experimental snapshot.
349
 
  * More bakefile bogosity manually patched.  Closes: #294998
350
 
  * Fix stray conflicts with 2.4.  Closes: #287623
351
 
  * Fixes lack of version checking in wxPython examples.
352
 
    Closes: #287772
353
 
  * Fixes FTBFS on ppc.  Closes: #285186
354
 
  * Enable gnomeprint, Closes: #284943 satisfactorily I hope.
355
 
 
356
 
 -- Ron Lee <ron@debian.org>  Sun, 13 Feb 2005 16:52:38 +1030
357
 
 
358
 
wxwidgets2.5 (2.5.3.3) unstable; urgency=low
359
 
 
360
 
  * Experimental snapshot.
361
 
 
362
 
 -- Ron Lee <ron@debian.org>  Tue,  8 Feb 2005 12:30:45 +1030
363
 
 
364
 
wxwidgets2.5 (2.5.3.2) unstable; urgency=low
365
 
 
366
 
  * This time, really now.
367
 
    A snapshot that is actually ready for wider release.
368
 
    Thanks to all who've been patient.  We know who you are.
369
 
  * Update path to wxPython site-packages, build them with
370
 
    --no_rpath since we will install the in tree build.
371
 
 
372
 
 -- Ron Lee <ron@debian.org>  Thu, 11 Nov 2004 11:01:00 +1030
373
 
 
374
 
wxwidgets2.5 (2.5.3.1) unstable; urgency=low
375
 
 
376
 
  * Functioning concurrent installs for both the C++ libs
377
 
    and wxPython along with legacy support for existing 2.4
378
 
    users mean we can now safely introduce this release to
379
 
    unstable without an adverse effect on existing users.
380
 
 
381
 
 -- Ron Lee <ron@debian.org>  Sun, 31 Oct 2004 15:54:46 +1030
382
 
 
383
 
wxwidgets2.5 (2.5.3.0) experimental; urgency=low
384
 
 
385
 
  * Experimental prerelease.
386
 
 
387
 
 -- Ron Lee <ron@debian.org>  Wed, 22 Sep 2004 03:29:56 +0930
388
 
 
389
 
wxwidgets2.5 (2.5.2.3) experimental; urgency=low
390
 
 
391
 
  * Greatly improved concurrent installs.  We can now install
392
 
    a much wider range of builds without conflicting and select
393
 
    between them without the need to go changing symlinks or
394
 
    the suite of applications you have installed.
395
 
  * Contrib is dead.  Long live contrib.
396
 
    Better multi-library builds have made contrib more or less
397
 
    obsolete.  This is the big crunch before the boom.  Everything
398
 
    useful out of contrib has been moved back into the main package.
399
 
    Later we will split many out again along the lines of shared
400
 
    dependencies, so a minimal wx install really can remain minimal
401
 
    without losing any future potential.
402
 
 
403
 
 -- Ron Lee <ron@debian.org>  Sat, 18 Sep 2004 00:59:01 +0930
404
 
 
405
 
wxwidgets2.5 (2.5.1.1) experimental; urgency=low
406
 
 
407
 
  * The s/ndow/dget/g release.
408
 
  * Yes, the name has changed and the terrorists have won again.
409
 
    Having a name too similar to Lindows apparently makes us a
410
 
    liability to the illusion their assailants will want to project
411
 
    in court.  Eleven or so years of unbroken, unquestioned usage
412
 
    was not nearly so interesting to these people as the fact we
413
 
    were a soft target and easy to deprive of due process.
414
 
  * wxGTK is now built with gtk2 and unicode support.
415
 
  * wxBase is no longer a separate package, it is built with the
416
 
    GUI libs which now depend on it.  We might split it out again
417
 
    one day if there is a need for that.
418
 
  * Added support for GNU/K*BSD (thanks again to Robert Millan).
419
 
  * Non-core functionality is now provided by separate libraries
420
 
    rather than simply being built into a single behemoth unit.
421
 
    Of course, given the way these things work, almost none of
422
 
    them are actually smaller, and the load time is unlikely to
423
 
    improve either, but the logical separation may be beneficial.
424
 
  * Removed many elements of the build scripts that are no longer
425
 
    required due to improvements and changes elsewhere.
426
 
  * Added README.examples for people who think these are packaged
427
 
    as demos instead of as extended documentation.
428
 
 
429
 
 -- Ron Lee <ron@debian.org>  Fri, 27 Feb 2004 17:00:29 +1030
430
 
 
431
 
wxwindows2.5 (2.5.0) unstable; urgency=low
432
 
 
433
 
  * New beginnings.  Back to development flavored chaos again.
434
 
 
435
 
 -- Ron Lee <ron@debian.org>  Thu, 19 Dec 2002 01:08:50 -0800
436
 
 
437
 
wxwindows2.4 (2.4.2.6) unstable; urgency=high
438
 
 
439
 
  * High urgency so as not to reset the shotclock for getting wx and
440
 
    its deps moving into testing.  All changes since the last release
441
 
    are superficial.
442
 
  * Reapply HURD/K*BSD patch fragment that should not have been reverted.
443
 
    Closes: #217726    (Make a wish, the third time is lucky so I'm told.)
444
 
  * Updated .po files.
445
 
 
446
 
 -- Ron Lee <ron@debian.org>  Mon,  2 Aug 2004 14:50:07 +0930
447
 
 
448
 
wxwindows2.4 (2.4.2.5) unstable; urgency=medium
449
 
 
450
 
  * Medium urgency to keep things moving for the libtiff fudge.
451
 
  * Switch to dhv4, libtiff4.
452
 
  * Fix menu quoting.
453
 
  * Whittled down on some of the build config scripts that weren't
454
 
    really earning their weight.
455
 
  * Check for DISTCC_HOSTS and set the number of make -j jobs according
456
 
    to the number of hosts it contains.
457
 
  * Purge the .pyc from site-packages/wx too.  They are generated on
458
 
    site at install time.
459
 
  * Includes type correctness fix for 64bit arch's.  Closes: #197661
460
 
  * Merged patches from Robert Millan for HURD/K*BSD support back from
461
 
    cvs head.  Closes: #217726
462
 
  * Store the python version we preconfigure virgin source with, then
463
 
    people don't need the default python package installed to build
464
 
    from source, just the packages declared in the build-deps.  Fix
465
 
    the -python postinst to use this when byte compiling too.
466
 
    Closes: #259128  (and fixes #258529)
467
 
  * Added README.examples to explain that these examples are extended
468
 
    documentation for coders, rather than trial apps for users.
469
 
    Closes: #212894
470
 
  * Dropped the examples from the demos subdir, the samples cover a lot
471
 
    more ground than they used to and are generally more up to date,
472
 
    it's also no longer hard to find a broad range of real applications
473
 
    with source.  Provided more external pointers in the README.
474
 
    Closes: #258530 after discussion with the submitter.  This is a bit
475
 
    less c++ for your python, but I'm not convinced yet that either half
476
 
    is such a burden on the other as to warrant an extra package here
477
 
    at this stage.
478
 
  * Fix linking of wxgtk_gl to include the proper dependency on wxgtk.
479
 
    Remove suggestion of libgl1, by declaring the full library dependency
480
 
    we now automatically insist on it.  Closes: #262027
481
 
  * Include wxrc and wxrcedit in contrib-dev.  Added a simple man page
482
 
    and a menu entry for wxrcedit.  Closes: #261811
483
 
  * Update gl sample makefiles to use --gl-libs.  Thanks to Rich Walker
484
 
    for picking this up.  Closes: #246169
485
 
  * Enable the building of a libwxgtk-dbg-python package, but do not
486
 
    build and upload it by default at this stage.  Closes: #220568
487
 
  * Does not fix #239782, sorry.
488
 
 
489
 
 -- Ron Lee <ron@debian.org>  Wed, 28 Jul 2004 03:21:42 +0930
490
 
 
491
 
wxwindows2.4 (2.4.2.4) unstable; urgency=low
492
 
 
493
 
  * Modified build scripts to use pythonX.Y instead of python(>=X.Y)
494
 
  * Removed bogus hard coded python2.2-xml.  Closes: #216182
495
 
  * Enabled iostream support despite my opinion of this c++ 'feature'.
496
 
    Closes: #211050
497
 
  * Event handling for menus with bitmaps fixed.  Closes: #214788
498
 
  * Includes fixes for wxHTTP and wxURL parsing. Closes: #211023, #213600
499
 
 
500
 
 -- Ron Lee <ron@debian.org>  Sat, 25 Oct 2003 13:48:07 +0930
501
 
 
502
 
wxwindows2.4 (2.4.1.2) unstable; urgency=low
503
 
 
504
 
  * New stable release.  Closes: #198622
505
 
  * Ack python NMU changes, Thanks Josselin!
506
 
  * Hurd support added to configure.  Closes: #191581
507
 
  * Fixes ctrl-tab problem with pyslsk.  Closes: #187923
508
 
  * Fixed configure for autoconf 2.57-3.  Closes: #190755
509
 
  * Added conflict/replace for -doc.  Closes: #202242
510
 
 
511
 
 -- Ron Lee <ron@debian.org>  Fri, 22 Aug 2003 15:59:12 +0930
512
 
 
513
 
wxwindows2.4 (2.4.0.8-0.1) unstable; urgency=low
514
 
 
515
 
  * NMU for python transition.
516
 
  * Build-depend and depend on python 2.3 (closes: #204737).
517
 
 
518
 
 -- Josselin Mouette <joss@debian.org>  Wed, 13 Aug 2003 22:21:48 +0200
519
 
 
520
 
wxwindows2.4 (2.4.0.9) unstable; urgency=low
521
 
 
522
 
  * Updated package sections to suit the new taxonomy.
523
 
  * No public release of this version.
524
 
 
525
 
 -- Ron Lee <ron@debian.org>  Sat, 19 Apr 2003 20:13:39 -0700
526
 
 
527
 
wxwindows2.4 (2.4.0.8) unstable; urgency=low
528
 
 
529
 
  * The "I wish people would read the existing discussion about new releases
530
 
    before posting 'reminder' bugs" release.  Closes: #189144
531
 
  * Moved back to using png2.  gtk1 forces that on anything using it and
532
 
    gtk2 support is still too flakey both in wx and dependent apps for
533
 
    us to entertain it in a stable release.  This is a *really* messed
534
 
    up situation for anyone trying to maintain a development machine.
535
 
    Thank the png and gtk theme people if its a pain in your ass too.
536
 
    Closes: #186779
537
 
  * Add real package options to the gl build deps.  Closes: #182210
538
 
  * Really fix the XRCed problem, unlike 2.4.0.7 ; ) Closes: #183712
539
 
 
540
 
 -- Ron Lee <ron@debian.org>  Tue, 15 Apr 2003 18:42:54 -0700
541
 
 
542
 
wxwindows2.4 (2.4.0.3) unstable; urgency=low
543
 
 
544
 
  * Changed Conflict to Replaces so people can use 2.4 -dev before all
545
 
    their 2.3 deps are gone.  Closes: #178305
546
 
  * Added wxPy supplied 2.3 distutils to the source package, apparently the
547
 
    standard 2.2 one is now insufficient.  This hopefully Closes: #178457
548
 
 
549
 
 -- Ron Lee <ron@debian.org>  Mon, 27 Jan 2003 17:36:59 -0800
550
 
 
551
 
wxwindows2.4 (2.4.0.2) unstable; urgency=low
552
 
 
553
 
  * Added missing quantize.h to install.  Closes: #178135
554
 
  * Removed unnecessary -dev deps.
555
 
  * move wxwin.m4 &c out of the runtime package and conflict with earlier
556
 
    versions that didn't.  Also nuke some empty dir cruft that slipped by.
557
 
    Thanks for noticing the latter Josip.  Closes: #176033
558
 
  * dinstall won't close bugs from earlier unreleased versions :(
559
 
    see below for explanations.  Closes: #162948, #171258, #168148
560
 
    Closes: #170748, #168250, #164557, #172390, #172447, #168887
561
 
    Closes: #155476, #155478
562
 
 
563
 
 -- Ron Lee <ron@debian.org>  Thu, 16 Jan 2003 16:46:31 -0800
564
 
 
565
 
wxwindows2.4 (2.4.0) unstable; urgency=low
566
 
 
567
 
  * The fingers crossed release.
568
 
  * de.po typo fix.  Closes: #174084
569
 
  * tr.po stable tree patch.  Closes: #174667
570
 
  * Add a manpage for the wxPython scripts pointing to the pydoc docs.
571
 
  * Disabled generation of gtk-univ, it is a rather insensible combination
572
 
    now and should be replaced by x11-univ instead.
573
 
  * There had to be some payoff to all the delays -- a clean gcc3.2
574
 
    transition :-)  This package certainly obsoletes 2.3.3.2 and I'll
575
 
    be seeking to finally have 2.2.9.2 removed as well once Audacity
576
 
    is updated.
577
 
 
578
 
 -- Ron Lee <ron@debian.org>  Thu, 19 Dec 2002 00:50:48 -0800
579
 
 
580
 
wxwindows2.3 (2.3.4.1) unstable; urgency=low
581
 
 
582
 
  * 2.4.0pre1 I guess.
583
 
  * Added -ffunction-sections for broken hppa linker. Closes: #162948
584
 
  * Conflict/Replace wxPython2.2.  Since its nmu these two packages
585
 
    can no longer currently coexist.  Closes: #171258
586
 
  * xrced.py path search fixed.  Closes: #168148, #170748
587
 
  * Actually install all wxUniv headers to the header package.
588
 
    Closes: #168250, #164557
589
 
  * Robin tells me this one should be fixed in 2.3 too, I can't confirm
590
 
    so please reopen if it's not.  Closes: #172390
591
 
  * Added menu items for pycrust/pyshell, thanks Martin.  Closes: #172447
592
 
  * Broken header fixed.  Closes: #168887
593
 
 
594
 
 -- Ron Lee <ron@debian.org>  Mon, 18 Nov 2002 18:54:21 -0800
595
 
 
596
 
wxwindows2.3 (2.3.3.2) unstable; urgency=low
597
 
 
598
 
  * The one more for luck release.
599
 
  * Debian-wise, it fixes the problem with contrib lib name clashes;
600
 
    code-wise, lots of little issues (and a couple of big 'uns) from
601
 
    2.3.3 -- see the more regular change or cvs logs for details...
602
 
  * Yes, it's still the unstable branch, yes the request for testing
603
 
    to see if we can reasonably obsolete 2.2 in post-woody debian
604
 
    is still current, and yes we're still working toward a stable
605
 
    2.4 release as fast as we can.   Big thanks to everyone who's
606
 
    been patient and/or active fixing things.
607
 
 
608
 
 -- Ron Lee <ron@debian.org>  Thu, 26 Sep 2002 17:43:05 -0700
609
 
 
610
 
wxwindows2.3 (2.3.3.1) unstable; urgency=low
611
 
 
612
 
  * Ok, Robin says wxPython is good to go.
613
 
  * Since wx2.2 has crashed and burned with the new releases of
614
 
    python and png, Could package maintainers with packages that
615
 
    depend on wx please recompile with this package and let me
616
 
    know if they still need 2.2 in woody?   If not I'll have them
617
 
    removed.  There should be a 2.4 release following very soon.
618
 
    (hah, let's see how the date on that comment testifies!)
619
 
  * Yes, I know wxpython is missing man pages for some of its
620
 
    scripts.  File a bug if you must, but preferably, if you know
621
 
    what they do, attach a patch containing one.  I don't use them
622
 
    myself or could even do more than guess what they do today.
623
 
    Sorry, C++.
624
 
 
625
 
 -- Ron Lee <ron@debian.org>  Thu, 19 Sep 2002 16:25:12 -0700
626
 
 
627
 
wxwindows2.3 (2.3.3) unstable; urgency=low
628
 
 
629
 
  * The "If it sucks, You whined for it!" release.
630
 
  * It's also STILL our unstable branch, so I'll probably summarily
631
 
    close any bugs related to that fact.  Please report bugs in
632
 
    the code to wx-dev@lists.wxwindows.org (or the wx bug tracker on
633
 
    SourceForge) and not the debian BTS.  They'll get to the right
634
 
    people much faster that way.  Packaging bugs to the BTS per normal.
635
 
    Thanks!
636
 
    Closes: #155476, #155478
637
 
  * New dynamic library/object loading code.
638
 
  * Fixes several showstoppers from 2.3.2
639
 
  * wxPython now built with python2.2
640
 
  * Depend explicitly on libpng3-dev, hopefully that will stay the
641
 
    right thing a little longer.  Closes: #143439
642
 
  * Various wxPython issues all likely to be entirely different in 2.3
643
 
    Please reopen (and/or tell Robin :) if they aren't fixed.
644
 
    Closes: #153276, #124372, #146757, #148062, #146303
645
 
  * Broken package managers are not my problem, unless enough people
646
 
    think so to make it policy.  Autogenerated bugs for things like
647
 
    this suck too, just btw.  If you're going to autogenerate menial
648
 
    labor for people, at least autogenerate a patch to go along with
649
 
    it.  Closes: #130971, #130989, #130992
650
 
 
651
 
 -- Ron Lee <ron@debian.org>  Wed, 19 Dec 2001 15:41:31 -0800
652
 
 
653
 
wxwindows2.3 (2.3.2) unstable; urgency=low
654
 
 
655
 
  * Major Overhaul.  First serious release contender.
656
 
 
657
 
      Added .dll's to msw-cross packages.
658
 
      Added -dbg versions of the cross packages.
659
 
      Added experimental -univ(gtk) package.
660
 
      Switched to python 2.1
661
 
 
662
 
 -- Ron Lee <ron@debian.org>  Thu, 27 Sep 2001 05:55:07 -0700
663
 
 
664
 
wxwindows2.3 (2.3.1) unstable; urgency=low
665
 
 
666
 
  * 2.3.1 test debs -- still not QA'd for general release yet.
667
 
 
668
 
 -- Ron Lee <ron@debian.org>  Sun, 10 Jun 2001 20:10:36 -0700
669
 
 
670
 
wxwindows2.3 (2.3.0) unstable; urgency=low
671
 
 
672
 
  * Updated 2.2 build scripts for 2.3
673
 
  * initial test builds, please do not release..
674
 
 
675
 
 -- Ron Lee <ron@debian.org>  Sat, 27 Jan 2001 01:51:24 -0800
676
 
 
677
 
wxwindows2.2 (2.2.9.2) unstable; urgency=high
678
 
 
679
 
  * Fix wxPython gl bug.  Closes: #130758
680
 
  * Add versioned build dep on the -dev package too
681
 
    to help avoid the 'png fiasco' for packages built
682
 
    with wx.  (Thanks Joshua)  Closes: #131355
683
 
 
684
 
 -- Ron Lee <ron@debian.org>  Fri, 25 Jan 2002 03:11:28 -0800
685
 
 
686
 
wxwindows2.2 (2.2.9.1) unstable; urgency=high
687
 
 
688
 
  * recompile with libpng2..  oops.  Closes: #129762
689
 
 
690
 
 -- Ron Lee <ron@debian.org>  Mon, 21 Jan 2002 13:20:00 -0800
691
 
 
692
 
wxwindows2.2 (2.2.9) unstable; urgency=high
693
 
 
694
 
  * fix for arches with unsigned char as default.
695
 
  * high urgency because this fix really should get
696
 
    into woody.
697
 
    Closes: #127014
698
 
 
699
 
 -- Ron Lee <ron@debian.org>  Mon, 31 Dec 2001 06:53:27 -0800
700
 
 
701
 
wxwindows2.2 (2.2.8.5) unstable; urgency=low
702
 
 
703
 
  * Add wxSIZE_T_IS defines to setup.h
704
 
    Add automate that to my TODO list.
705
 
 
706
 
 -- Ron Lee <ron@debian.org>  Tue, 27 Nov 2001 05:55:47 -0800
707
 
 
708
 
wxwindows2.2 (2.2.8.4) unstable; urgency=low
709
 
 
710
 
  * Put the (modified) size_t == ulong kludge back into sndwav.cpp
711
 
    it's still needed until wxDataOutputStream is made 64 bit
712
 
    friendly, which may not happen for 2.2 since it will probably
713
 
    not be binary compatible.
714
 
  * caps a memory leak in the jpeg handler.
715
 
 
716
 
 -- Ron Lee <ron@debian.org>  Sun, 25 Nov 2001 11:53:59 -0800
717
 
 
718
 
wxwindows2.2 (2.2.8.3) unstable; urgency=low
719
 
 
720
 
  * Backported size_t test from 2.3 tree, removes the need for
721
 
    specific tests for various 64 bit platforms including now
722
 
    S/390 (thanks to Gerhard Tonn for the report).
723
 
    Closes: #120768
724
 
 
725
 
 -- Ron Lee <ron@debian.org>  Fri, 23 Nov 2001 20:53:49 -0800
726
 
 
727
 
wxwindows2.2 (2.2.8.2) unstable; urgency=low
728
 
 
729
 
  * python-dev doesn't get me python?  More bytes in Build-Dep then
730
 
    I guess ...  Closes: #119954
731
 
 
732
 
 -- Ron Lee <ron@debian.org>  Sun, 18 Nov 2001 04:28:41 -0800
733
 
 
734
 
wxwindows2.2 (2.2.8.1) unstable; urgency=low
735
 
 
736
 
  * Rebuild for python2.1  Closes: #119226, #118835
737
 
 
738
 
 -- Ron Lee <ron@debian.org>  Mon, 12 Nov 2001 21:47:38 -0800
739
 
 
740
 
wxwindows2.2 (2.2.8) unstable; urgency=medium
741
 
 
742
 
  * Fixed bogus samples makefile. Closes: #110061
743
 
  * Added ability to build wxMSW-cross packages, but they
744
 
    are not built and distributed by default.
745
 
 
746
 
      If you think such creatures belong in the archive,
747
 
      see README.Debian
748
 
 
749
 
  * Pruned more inapplicable files from the raw cvs source,
750
 
    cleaned configure.in and removed the need for a common setup.h,
751
 
    removed superfluous library links and generally tweaked things
752
 
    so as to make adding new ports easier.
753
 
  * added --gl-libs flag to wx-config.
754
 
  * added wx2.4 forward compatible event macros.
755
 
  * added build fixes for IA64 from Jeff Licquia, and fixed clean
756
 
    rules to pick up unnoticed strays that effected NMU builds.
757
 
    Thanks Jeff.  Closes: #101734, #104679  (fixed in NMU)
758
 
  * Medium urgency since several other packages are waiting
759
 
    for this to get into testing.
760
 
 
761
 
 -- Ron Lee <ron@debian.org>  Thu, 30 Aug 2001 15:41:49 -0700
762
 
 
763
 
wxwindows2.2 (2.2.7) unstable; urgency=medium
764
 
 
765
 
  * The "Testing Tarantella" release.
766
 
  * various small control (mis)behaviours corrected.
767
 
  * added missing build-dep for gettext.
768
 
  * updated wxPython description, Closes: #102689
769
 
  * Never publicly released, oh well.
770
 
 
771
 
 -- Ron Lee <ron@debian.org>  Sun, 10 Jun 2001 19:32:46 -0700
772
 
 
773
 
wxwindows2.2 (2.2.6.1) unstable; urgency=low
774
 
 
775
 
  * fix rules so it really doesn't build -indep for ports
776
 
    and fixed ambiguous overload bug in mmedia contrib.
777
 
    This time it will build on alpha for sure.  Really. :)
778
 
    Closes: #92288
779
 
  * added extra -dev package deps.  Closes: #91364
780
 
 
781
 
 -- Ron Lee <ron@debian.org>  Sat,  7 Apr 2001 06:49:58 -0700
782
 
 
783
 
wxwindows2.2 (2.2.6) unstable; urgency=low
784
 
 
785
 
  * changed i18n package back to building during arch phase
786
 
    so we can reap the .mo files as they are created. Closes: #86174
787
 
  * OBCBLR Closes: #84692
788
 
  * fix wxPython build gremlin.  Closes: #89209, #85129
789
 
  * tweaked wx-config alternatives priority to favour the most
790
 
    likely default use.
791
 
  * general buglet count reduced.
792
 
 
793
 
 -- Ron Lee <ron@debian.org>  Thu,  8 Mar 2001 21:10:07 -0800
794
 
 
795
 
wxwindows2.2 (2.2.5.1) unstable; urgency=low
796
 
 
797
 
  * "This One's for Dirk"  Closes: #84696
798
 
  * 2.2.5 has known issues and will not be released for Debian.
799
 
  * Fixed parser.y for Alpha builds (#82949)
800
 
  * changed mesa dependency to the virtual libgl package and
801
 
    added Conflicts for the old 2.1 packages (which are now
802
 
    gone from woody anyway)  Closes: #80120, #70778, #70779, #70780
803
 
  * wxPython now builds as a single unit (including contrib)
804
 
    so removed the libwxgtk-python-contrib package
805
 
  * updated translations
806
 
  * new event table macro to enable code being written with 2.2
807
 
    to be forward compatible with the changes in 2.4
808
 
  * numerous sundry bugfixes
809
 
 
810
 
 -- Ron Lee <ron@debian.org>  Wed, 24 Jan 2001 18:51:24 -0800
811
 
 
812
 
wxwindows2.2 (2.2.2) unstable; urgency=low
813
 
 
814
 
  * added missing dependancy for contrib-dev package.  Closes: #70880
815
 
  * by popular demand, added a package with the python-contrib libs.
816
 
  * more tweaks to deb/rules.  autodetect the python install location,
817
 
    and cache the results of configure tests for all packages.
818
 
  * and of course a whole stack of minor fixes in the main codebase too.
819
 
 
820
 
 -- Ron Lee <ron@debian.org>  Tue,  5 Sep 2000 18:51:24 +0930
821
 
 
822
 
wxwindows2.2 (2.2.1) unstable; urgency=low
823
 
 
824
 
  * wxWin 2.2.1 stable release.
825
 
  * First upload to deb.org after repackaging to build directly from
826
 
    upstream cvs.
827
 
  * still not quite lintian clean yet:
828
 
    - wxPython lib can't be built with a proper soname yet.
829
 
    - the -dbg packages need an override for the shlib symlink.
830
 
    - and a couple of packages have the lib symlink 'before the
831
 
      lib', but that's ugly to fix right now, they aren't critical
832
 
      libs, and allegedly this will be handled by dpkg sometime soon.
833
 
  * moved full licence text into copyright file.
834
 
 
835
 
 -- Ron Lee <ron@debian.org>  Sun, 13 Feb 2000 18:40:00 +1030
836
 
 
837
 
Local variables:
838
 
mode: debian-changelog
839
 
End: