Changelog for
wxGTK-debuginfo-2.8.8.1-1.2.i586.rpm :
Wed Sep 3 14:00:00 2008 sbrabecAATTsuse.cz
- Updated to version 2.8.8.1:
* many API-compatible fixes and improvements, see
docs/changes.txt for complete list
Mon Sep 1 14:00:00 2008 sbrabecAATTsuse.cz
- Dropped obsolete ODBC support (bnc#397044).
Fri May 2 14:00:00 2008 sbrabecAATTsuse.cz
- Don\'t unload libgnomevfs-2.so.0 on exit (bnc#380267).
- Removed obsolete configure options (bnc#380267#c7).
Fri Mar 28 13:00:00 2008 sbrabecAATTsuse.cz
- Updated to version 2.8.7.1:
* many API-compatible crash fixes, improvements and other fixes,
see docs/changes.txt for complete list
Tue Oct 2 14:00:00 2007 sbrabecAATTsuse.cz
- Updated to version 2.8.6.0:
* many API-compatible crash fixes, improvements and orger fixes,
see docs/changes.txt for complete list
* fixed bugs and inconsistencies in wxWidgets and wxPython
Thu Sep 13 14:00:00 2007 prusnakAATTsuse.cz
- corrected last patch (gtk_border_free.patch) [#294693]
Wed Sep 5 14:00:00 2007 bwalleAATTsuse.de
- fix crash on startup on x86_64 (#294693)
Wed Aug 29 14:00:00 2007 prusnakAATTsuse.cz
- pack non-unicode libraries as wxGTK-compat package (again)
- run ldconfig in post/postun scriptlets
Wed May 23 14:00:00 2007 prusnakAATTsuse.cz
- update to 2.8.4.0
* changes are too numerous to list, see changes.txt for full list
- drop non-unicode libraries (not used anymore)
- cleaned spec file
Mon Mar 5 13:00:00 2007 pthAATTsuse.de
- Don\'t hardcode lib64 in .spec file.
- Replace contrib/samples/applet/monitors.c once again (see #203607).
Thu Mar 1 13:00:00 2007 pthAATTsuse.de
- Update to 2.8.1.1. Changes are too numerous to list, see
changes.txt for a full list.
- fix use of uninitialised variables wxPython_int.h
- Correct spelling in README.unicode
Mon Dec 11 13:00:00 2006 sbrabecAATTsuse.cz
- Source code cleanup (#226403).
Tue Sep 5 14:00:00 2006 sbrabecAATTsuse.cz
- Repackaged without undistributable monitors.c (#203607).
Mon Aug 7 14:00:00 2006 sbrabecAATTsuse.cz
- Updated to version 2.6.3.3 (#162198):
* Fixed crash when loading message catalogs in Unicode build.
* Fixed crash in wxList code when building with wxUSE_STL=1
* Spurious error message from wxLaunchDefaultBrowser fixed.
* Compilation fixes for (more strict) g++ 4.1
* Speed improvements to wxRegEx
* Fix regerror and regfree name conficts
* wxCondition::WaitTimeout() now returns correct value
* Bug in wxLogStream::DoLogString in Unicode builds fixed
* wxFileName now also looks for TMPDIR on Unix
* Fixed occasional wxThread cleanup crash
* wxImage::Copy() forgot the alpha channel
* Fixed wxSocketBase::InterruptWait on wxBase
* wxSocket::_Read continues reading from socket after exhausting
pushback buffer
* Fixed abort() on loading invalid PNG image
* Added space after list item number in wxHTML
* wxCalendarCtrl drawing, positioning and hit-testing fixes
* More checking of image validity before loading into wxImage
* Added double-buffering to wxVListBox and fixed scrolling
* More than one filter allowed in in wxDocTemplate filter
* Fixed infinite loop in tab traversal code with wxUSE_STL==1
* In wxScrolledWindow:DoGetBestSize, no longer adds difference
between client and total size
* Fixed problem with zoom setting in print preview
* Fixed problem with choice editor in wxGrid
* Fixed problem trying to print from a preview
* Polygon and line drawing speeded up if there is no scaling
* Fixed problems with CJK input method (reverted)
* Fixed wxNotebook::HitTest when the leftmost visible tab is not
the actual first tab
* Send wxSetCursorEvent
* Fix RequestMore for idle events
* Implement user dashes for PS and GNOME printing
* Correct update region code
* Change wxMimeTypesManager code to just read the MIME-types
* Speed up reading MIME database
* wxClipboard fixes
* Support underlined fonts in wxTextCtrl
* wxWindow and wxScrolledWindow now generate all scroll events
* Implemented wxToggleButton
* Fixed wxDb::DBMS() indicating DB2 dBase databases
* Fixed buffer overflow problem in Unicode builds
- Fixed slash typo patch.
- Do not delete no more generated doslex.c.
Mon Jul 17 14:00:00 2006 mkudlvasrAATTsuse.cz
- fixed a problem in makefiles.in and configure.in. In many cases
the variable top_builddir was not separated by a slash. This caused
many \'file not found\' errors.