announce.txt 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. June 15, 2014 -- The wxWidgets team is pleased to announce a
  2. major new release of our open source framework for the development
  3. of native cross-platform applications in C++.
  4. wxWidgets 3.0.1 is a stable bug fix release in 3.0 branch and is
  5. available at
  6. https://sourceforge.net/downloads/wxwindows/3.0.1/
  7. and at our FTP mirror at
  8. ftp://ftp.wxwidgets.org/pub/3.0.1/
  9. Please choose the archive format suitable for your platform, i.e. 7z
  10. or ZIP for Windows platforms and tar.bz2 for the Unix systems
  11. including OS X (all archives contain sources for all wxWidgets ports
  12. but they use different line endings) and follow the instructions in
  13. readme.txt file for installing it. Notice that if you decide to use
  14. the Windows installer (.exe file) you still need to build wxWidgets
  15. as only sources, not binaries, are installed.
  16. We also provide the pre-built versions of wxMSW libraries for the
  17. selected compilers at
  18. https://sourceforge.net/downloads/wxwindows/3.0.1/binaries/
  19. Please see the README file there for the descriptions of the
  20. individual files.
  21. This release is perfectly compatible with 3.0.0 at both the source
  22. (API) and binary (ABI) level and upgrading to it is strongly
  23. recommended for all users of wxWidgets 3.0.0 as it contains more than
  24. a hundred important bug fixes since it.
  25. The most important user-visible changes are:
  26. * In all ports:
  27. - wxHTML displays tables much faster now.
  28. - Double clicking wxGrid columns doesn't make them too small any more.
  29. - Fix bugs when dragging columns in wxGrid with hidden columns.
  30. - Loading ICO files with PNG data is now supported.
  31. * In wxGTK:
  32. - Mouse wheel scrolling in wxListCtrl works again.
  33. - wxStaticBoxSizer contents is not truncated any more.
  34. - AUI panels may now be re-docked after floating them.
  35. * In wxMSW:
  36. - wxBitmapComboBox works again and doesn't just remain blank.
  37. - Checkboxes in wxDataViewCtrl work again too now.
  38. - wxCheckListBox appears correctly when using large fonts.
  39. * In wxOSX:
  40. - Cancelling choice selection in wxDataViewCtrl doesn't crash any more.
  41. - ShowModal() doesn't use quite as much CPU now.
  42. There are also many other bug fixes, including many improvements to
  43. alpha transparency handling in different places (mostly in wxMSW, but
  44. also in wxGTK) and resource/memory leak fixes in all ports.
  45. Finally, this release includes Visual Studio 2012 and 2013 projects for
  46. building wxWidgets, in addition to the project files for the previous
  47. versions already provided in 3.0.0 release.
  48. Please see the changes.txt file in the "docs" subdirectory of
  49. wxWidgets distribution or also available online at
  50. https://sourceforge.net/projects/wxwindows/files/3.0.1/changes.txt
  51. for more details and please read the "INCOMPATIBLE CHANGES" section
  52. in its beginning for a brief description of changes if you are
  53. upgrading from wxWidgets 2.8. For more details, please see
  54. http://docs.wxwidgets.org/3.0.0/overview_changes_since28.html
  55. We recommend that you upgrade to wxWidgets 3.0.1 if you already use
  56. wxWidgets 3.0.0, the upgrade is completely transparent and doesn't
  57. require any changes in the existing code. If you are still using
  58. wxWidgets 2.8 or earlier, please consider updating to wxWidgets 3.0
  59. to profit from all the new functionality.
  60. We hope that you will enjoy using the new release!
  61. Vadim Zeitlin, on behalf of wxWidgets development team.