-wxwidgets2.5 (2.5.1) experimental; urgency=low
+wxwidgets2.8 (2.8.1.1-0) unstable; urgency=low
+
+ * Fix compilation with wxUSE_STL=1
+ * wxGrid::GetBestSize() returns same size the grid would have after AutoSize()
+ * Added wxTreeCtrl::CollapseAll[Children]() and IsEmpty() (Francesco Montorsi)
+ * Several RTL-related positioning fixes (Diaa Sami)
+ * Fix wxConfig::DeleteGroup() for arguments with trailing slash (David Hart)
+ * Fix memory leak in wxGrid::ShowCellEditControl() (Christian Sturmlechner)
+ * Don't crash if command line is not valid UTF-8 (Unicode build only)
+ * Added wxSizerFlags::Shaped() and FixedMinSize() methods
+ * Added wxCSConv::IsOk() (Manuel Martin)
+ * Added wxDateTime::GetDateOnly()
+ * Made wxTextFile work with unseekable files again (David Hart)
+ * Added wxCONFIG_USE_SUBDIR flag to wxFileConfig (Giuseppe Bilotta)
+ * Added wxSearchCtrl::[Get|Set]DescriptiveText
+
+ -- Robin Dunn <robin@alldunn.com> Fri, 19 Jan 2007 12:02:52 -0800
+
+wxwidgets2.8 (2.8.0.1-1) unstable; urgency=low
+
+ * No changes, just a different packager
+
+ -- Vadim Zeitlin <vadim@wxwindows.org> Dec, 13 Wed 2006 17:40:24 +0100
+
+wxwidgets2.8 (2.8.0.1-0) unstable; urgency=low
+
+ * Add wxSearchCtrl
+ * Official wxPython release
+
+ -- Robin Dunn <robin@alldunn.com> Mon, 11 Dec 2006 18:50:29 -0800
+
+wxwidgets2.8 (2.8.0.0-0rc3) unstable; urgency=low
+
+ * wxFileSystem::OpenFile() takes wxFS_SEEKABLE by default now.
+ * Fixed wxCalendarCtrl::HitTest() when clicking on month change arrows.
+ * Added wxWindow::GetWindowBorderSize(), corrected wxTreeCtrl::GetBestSize().
+ * Allow dynamically changing most of text control styles.
+ * Enable use of libgnomeprintui by default in configure.
+
+ -- Vadim Zeitlin <vadim@wxwindows.org> Dec, 05 Tue 2006 14:41:22 +0100
+
+wxwidgets2.8 (2.8.0.0-0rc2) unstable; urgency=low
+
+ * wxArrayString::Alloc() doesn't clear array contents any more
+ * Fixed long standing bug in wxFileConfig groups renaming
+
+ -- Vadim Zeitlin <vadim@wxwindows.org> Nov, 14 Tue 2006 19:06:37 +0100
+
+wxwidgets2.7 (2.7.2.0-0) unstable; urgency=low
+
+ * Added wxTar streams.
+ * Added wxFilterFSHandler and wxArchiveFSHandler.
+ * Added wxString::ToLongLong() and ToULongLong().
+ * Added wxCollapsiblePane.
+ * Added wxSimpleHtmlListBox.
+ * Many enhancements to wxRichTextCtrl.
+ * Support for loading TGA files added.
+ * wxHtmlWindow now generates events for mouse actions and text copy.
+
+ -- Vadim Zeitlin <vadim@wxwindows.org> Oct, 31 Tue 2006 15:58:00 +0100
+
+wxwidgets2.7 (2.7.1.3-0) unstable; urgency=low
+
+ * wxGTK: The wx.ALWAYS_SHOW_SB style is now supported.
+ * Fixed name errors in the old wxPython package namespace.
+
+ -- Robin Dunn <robin@alldunn.com> Thu, 26 Oct 2006 14:35:29 -0700
+
+wxwidgets2.7 (2.7.1.2-0) unstable; urgency=low
+
+ * Fixed a bug in the MaskedEdit controls caused by conflicting IsEmpty methods.
+ * Patch #1579280: Some mimetype optimizations on unix-like systems.
+
+ -- Robin Dunn <robin@alldunn.com> Sat, 21 Oct 2006 22:33:41 -0700
+
+wxwidgets2.7 (2.7.1.1-0) unstable; urgency=low
+
+ * First 2.7.x release from wxPython team.
+ * Many enhancements, changes, fixes and updates. See
+ http://wxpython.org/CHANGES.txt for details.
+
+ -- Robin Dunn <robin@alldunn.com> Wed, 18 Oct 2006 17:09:53 -0700
+
+wxwidgets2.7 (2.7.0.0-2) unstable; urgency=low
+
+ * Fixes to ansi packages builds
+ * Corresponds to the official wxWidgets 2.7.0 sources
+
+ -- Vadim Zeitlin <vadim@wxwindows.org> Fri, 6 Aug 2006 16:31:08 +0200
+
+wxwidgets2.7 (2.7.0.0-1) unstable; urgency=low
+
+ * New 2.7.0 release of the new development series.
+ * It's now possible to build both ansi and unicode versions.
+ * Maintainer change.
+
+ -- Vadim Zeitlin <vadim@wxwindows.org> Fri, 4 Aug 2006 16:12:47 +0200
+
+wxwidgets2.7 (2.7.0.0-0rpd) unstable; urgency=low
+
+ * First test build with wx 2.7 tree.
+
+ -- Robin Dunn <robin@alldunn.com> Thu, 1 Jun 2006 14:23:16 -0700
+
+wxwidgets2.6 (2.6.3.2-3rpd) unstable; urgency=low
+
+ * Added icons and *.desktop files for the wpython-wxtools
+
+ -- Robin Dunn <robin@alldunn.com> Thu, 4 May 2006 15:35:08 -0700
+
+wxwidgets2.6 (2.6.3.2) unstable; urgency=low
+
+ * Next try for an upload candidate.
+ * Fixes FTBFS on GNU/kFreeBSD. Closes: #327638
+ * Update fr.po, thanks to Thomas Huriaux and debian-l10n-french.
+ Closes: #328966
+ * Split wxbase back into its own package, after all these years
+ and just after I drop it, someone finally has a use for it.
+ Such is life. Closes: #333944
+ * Fixes FTBFS with new make. If this ugly quoting is the tradeoff,
+ I'm itching to learn of the fabulous benefits...
+ Ack NMU for this from Kurt Roeckx to keep the amd64 transition
+ rolling while my x86 build machine was painfully dying. Thanks!
+ Closes: #350695, #361443
+ * New FSF address in copyright file.
+ * Add an index.html link to the doc contents page. Closes: #328896
+ * Fixes declarations for friends, as required by C++, and now gcc4.1.
+ Closes: #358219
+ * Add an unpack_examples script, loosely based on one submitted
+ by Richard Esplin. Closes: #342761
+ * Disable the reserved vtable entries (again, but this time its
+ optional) to retain compatibility with the existing release
+ in the distro.
+ * Update build-deps for xorg7.
+
+ -- Ron Lee <ron@debian.org> Fri, 14 Apr 2006 16:50:24 +0930
+
+wxwidgets2.6 (2.6.1.2-0.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Make it build using the new make. Patch from
+ Daniel Schepler <schepler@math.berkeley.edu> (Closes: #350695)
+
+ -- Kurt Roeckx <kurt@roeckx.be> Sun, 9 Apr 2006 14:04:34 +0200
+
+wxwidgets2.6 (2.6.1.2) unstable; urgency=low
+
+ * Fix the build_options.py created by the in tree build.
+ Closes: #324960 Thanks.
+ * Move the wx.pth alternative to its own directory where
+ it can't mess with anything else.
+ * Pull in changes to dcclient.cpp and window.cpp from HEAD
+ mostly for gtk2.8 compatibility, but fixes a couple of
+ other issues too.
+
+ -- Ron Lee <ron@debian.org> Thu, 25 Aug 2005 18:38:31 +0930
+
+wxwidgets2.6 (2.6.1.1.1) unstable; urgency=low
+
+ * Reshuffle the wxPython packages again, to comply better with
+ the python naming policy and improve support for concurrent
+ installations. The runtime files are now in python-wxgtk2.6-0,
+ the version selector in python-wxversion and the ancillary
+ tools in the python-wxtools package.
+
+ Many thanks to Matthias Klose <doko@ubuntu.com> for patches
+ and patient prodding to get wxpython into better shape for
+ version transitions.
+
+ * Collapse the wx-common package into an 'unversioned' one also.
+
+ * On its way back into unstable by popular demand.
+
+ -- Ron Lee <ron@debian.org> Sun, 14 Aug 2005 21:25:34 +0930
+
+wxwidgets2.6 (2.6.1.1) experimental; urgency=low
+
+ * 2.6.2 prerelease test -- Pain for the Impatient.
+
+ Be warned, wx2.6 has still not branched off the main
+ development tree, and the API is still in flux.
+
+ This one is to see what else is wrong.
+
+ * Upload to experimental now the -c2 transition is real.
+
+ -- Ron Lee <ron@debian.org> Thu, 23 Jun 2005 14:08:33 +0930
+
+wxwidgets2.6 (2.6.0) unstable; urgency=low
+
+ * 8 ... 9 ... 10. Here it comes, ready or not...
+ * make install includes archive.h now. Closes: #294998
+
+ -- Ron Lee <ron@debian.org> Wed, 13 Apr 2005 01:15:05 +0930
+
+wxwidgets2.5 (2.5.5.1) unstable; urgency=low
+
+ * Last chance.
+ * Conflict with wxwin2.4-i18n. Due to inertia, it really
+ does. Sorry if you are not a gringo and want both 2.4 and
+ 2.5 apps localised on the same machine. Maybe for 2.6.1.
+ Bitch upstream if you want it fixed.
+ * Don't package the static libs anymore for wxGTK.
+ Blame drepper for encouraging their obsolescence If you dare.
+ * Trim the configure options to reflect the new defaults.
+
+ -- Ron Lee <ron@debian.org> Mon, 11 Apr 2005 22:43:58 +0930
+
+wxwidgets2.5 (2.5.4.0) unstable; urgency=low
+
+ * Experimental snapshot.
+ * More bakefile bogosity manually patched. Closes: #294998
+ * Fix stray conflicts with 2.4. Closes: #287623
+ * Fixes lack of version checking in wxPython examples.
+ Closes: #287772
+ * Fixes FTBFS on ppc. Closes: #285186
+ * Enable gnomeprint, Closes: #284943 satisfactorily I hope.
+
+ -- Ron Lee <ron@debian.org> Sun, 13 Feb 2005 16:52:38 +1030
+
+wxwidgets2.5 (2.5.3.3) unstable; urgency=low
+
+ * Experimental snapshot.
+
+ -- Ron Lee <ron@debian.org> Tue, 8 Feb 2005 12:30:45 +1030
+
+wxwidgets2.5 (2.5.3.2) unstable; urgency=low
+
+ * This time, really now.
+ A snapshot that is actually ready for wider release.
+ Thanks to all who've been patient. We know who you are.
+ * Update path to wxPython site-packages, build them with
+ --no_rpath since we will install the in tree build.
+
+ -- Ron Lee <ron@debian.org> Thu, 11 Nov 2004 11:01:00 +1030
+
+wxwidgets2.5 (2.5.3.1) unstable; urgency=low
+
+ * Functioning concurrent installs for both the C++ libs
+ and wxPython along with legacy support for existing 2.4
+ users mean we can now safely introduce this release to
+ unstable without an adverse effect on existing users.
+
+ -- Ron Lee <ron@debian.org> Sun, 31 Oct 2004 15:54:46 +1030
+
+wxwidgets2.5 (2.5.3.0) experimental; urgency=low
+
+ * Experimental prerelease.
+
+ -- Ron Lee <ron@debian.org> Wed, 22 Sep 2004 03:29:56 +0930
+
+wxwidgets2.5 (2.5.2.3) experimental; urgency=low
+
+ * Greatly improved concurrent installs. We can now install
+ a much wider range of builds without conflicting and select
+ between them without the need to go changing symlinks or
+ the suite of applications you have installed.
+ * Contrib is dead. Long live contrib.
+ Better multi-library builds have made contrib more or less
+ obsolete. This is the big crunch before the boom. Everything
+ useful out of contrib has been moved back into the main package.
+ Later we will split many out again along the lines of shared
+ dependencies, so a minimal wx install really can remain minimal
+ without losing any future potential.
+
+ -- Ron Lee <ron@debian.org> Sat, 18 Sep 2004 00:59:01 +0930
+
+wxwidgets2.5 (2.5.1.1) experimental; urgency=low
* The s/ndow/dget/g release.
* Yes, the name has changed and the terrorists have won again.
-- Ron Lee <ron@debian.org> Thu, 19 Dec 2002 01:08:50 -0800
+wxwindows2.4 (2.4.2.6) unstable; urgency=high
+
+ * High urgency so as not to reset the shotclock for getting wx and
+ its deps moving into testing. All changes since the last release
+ are superficial.
+ * Reapply HURD/K*BSD patch fragment that should not have been reverted.
+ Closes: #217726 (Make a wish, the third time is lucky so I'm told.)
+ * Updated .po files.
+
+ -- Ron Lee <ron@debian.org> Mon, 2 Aug 2004 14:50:07 +0930
+
+wxwindows2.4 (2.4.2.5) unstable; urgency=medium
+
+ * Medium urgency to keep things moving for the libtiff fudge.
+ * Switch to dhv4, libtiff4.
+ * Fix menu quoting.
+ * Whittled down on some of the build config scripts that weren't
+ really earning their weight.
+ * Check for DISTCC_HOSTS and set the number of make -j jobs according
+ to the number of hosts it contains.
+ * Purge the .pyc from site-packages/wx too. They are generated on
+ site at install time.
+ * Includes type correctness fix for 64bit arch's. Closes: #197661
+ * Merged patches from Robert Millan for HURD/K*BSD support back from
+ cvs head. Closes: #217726
+ * Store the python version we preconfigure virgin source with, then
+ people don't need the default python package installed to build
+ from source, just the packages declared in the build-deps. Fix
+ the -python postinst to use this when byte compiling too.
+ Closes: #259128 (and fixes #258529)
+ * Added README.examples to explain that these examples are extended
+ documentation for coders, rather than trial apps for users.
+ Closes: #212894
+ * Dropped the examples from the demos subdir, the samples cover a lot
+ more ground than they used to and are generally more up to date,
+ it's also no longer hard to find a broad range of real applications
+ with source. Provided more external pointers in the README.
+ Closes: #258530 after discussion with the submitter. This is a bit
+ less c++ for your python, but I'm not convinced yet that either half
+ is such a burden on the other as to warrant an extra package here
+ at this stage.
+ * Fix linking of wxgtk_gl to include the proper dependency on wxgtk.
+ Remove suggestion of libgl1, by declaring the full library dependency
+ we now automatically insist on it. Closes: #262027
+ * Include wxrc and wxrcedit in contrib-dev. Added a simple man page
+ and a menu entry for wxrcedit. Closes: #261811
+ * Update gl sample makefiles to use --gl-libs. Thanks to Rich Walker
+ for picking this up. Closes: #246169
+ * Enable the building of a libwxgtk-dbg-python package, but do not
+ build and upload it by default at this stage. Closes: #220568
+ * Does not fix #239782, sorry.
+
+ -- Ron Lee <ron@debian.org> Wed, 28 Jul 2004 03:21:42 +0930
+
wxwindows2.4 (2.4.2.4) unstable; urgency=low
* Modified build scripts to use pythonX.Y instead of python(>=X.Y)