]> git.saurik.com Git - wxWidgets.git/blame - docs/publicity/announce.txt
Updated READMEs &c for 2.9.4 release.
[wxWidgets.git] / docs / publicity / announce.txt
CommitLineData
dfb636ce
VZ
1July 9, 2012 -- The wxWidgets team is pleased to announce the
2latest 2.9.4 release of wxWidgets library.
c057a510 3
dfb636ce
VZ
4wxWidgets 2.9.4 is available at
5
6 https://sourceforge.net/downloads/wxwindows/2.9.4/
7
8and soon will also appear at our FTP mirror at
9
10 ftp://ftp.wxwidgets.org/pub/2.9.4/
11
12Please choose the archive format suitable for your platform, i.e. 7z
13or ZIP for Windows platforms and tar.bz2 for the Unix systems
14including OS X (all archives contain sources for all wxWidgets ports
15but they use different line endings) and follow the instructions in
16readme.txt file for installing it. Notice that if you decide to use
17the Windows installer (.exe file) you still need to build wxWidgets
18as only sources, not binaries, are installed.
19
20However, for the first time ever, we also experimentally provide the
21pre-built versions of wxMSW libraries built with several version of
22Microsoft Visual C++ compiler. You can download them from
23
24 https://sourceforge.net/downloads/wxwindows/2.9.4/binaries/
25
26Please see the README file there for the descriptions of the
27individual files.
28
29
30This release mostly focuses on bug fixes in preparation for 3.0
31release, in particular there are a lot of improvements in wxOSX/Cocoa
32port. The most important new feature in this release is experimental
33support for building wxGTK with GTK+ 3 version of the toolkit. Other
34noteworthy additions are:
35
36- Transparent background is now support for wxGTK windows.
37- New style directory selection dialog is now used in wxMSW.
38- Native wxDatePickerCtrl and wxTimePickerCtrl for wxOSX.
39- wxFSInputStream stream class for reading data from wxFileSystem.
40- wxGrid::Render() method allows to print or save wxGrid contents.
41- Strike-through fonts are now supported.
42- Horizontal mouse wheel events are now generated.
43
44
45The list of of changes since the 2.8 series is much too long to be
46listed here but the most important ones are:
47
48- Completely overhauled Unicode support which is much easier to use.
49- New Cocoa-based wxOSX port for Mac OS X for both 32 and 64 bits.
50- New property grid and ribbon libraries are now included in wxWidgets.
51- Better interoperability with standard library classes.
52- Totally revised and more readable manual.
53- Improved debugging support.
54
55Please see the changes.txt file in the "docs" subdirectory of
56wxWidgets distribution or also available online at
57https://sourceforge.net/projects/wxwindows/files/2.9.4/changes.txt/docs/changes.txt
58for more details and http://docs.wxwidgets.org/2.9.4/overview_changes_since28.html
59if you are upgrading from wxWidgets 2.8.
60
61
62Note about naming: while 2.9.4 is called a "development" release,
63this only means that API is not guaranteed to remain unchanged in
64the subsequent 2.9.x releases (although it is very unlikely to change
65in incompatible ways at this stage), unlike in the stable 2.8.x branch
66where source and binary compatibility is always preserved between the
67different micro releases. We believe the current version is stable and
68suitable for use in production environment and recommend using it for
69any new projects using wxWidgets.
70
71We are especially looking forward to your feedback about the changes
72in this release compared to 2.8 version if you're upgrading. Please
73let us know about any regressions (http://trac.wxwidgets.org/newticket)
74so that we could fix them in the upcoming 3.0. Thanks in advance!
75
76 Enjoy!
77
78Vadim Zeitlin, on behalf of wxWidgets development team.