Updated readme and changelog for 2.9.4 release.

Also add more things to do before the release to the tech note.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71951 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2012-07-03 19:58:51 +00:00
parent a83354f85c
commit 02de14d202
3 changed files with 13 additions and 1 deletions

View File

@@ -50,6 +50,12 @@ when using a release build of the library, was much improved making
it less likely that you use the library incorrectly. Many new GUI
and base classes have been added or improved.
Compared to the previous 2.9.3 release the most important change is
the addition of new, still experimental, GTK+ 3 support in wxGTK.
But the main focus of this release is on incremental improvements
and fixing defects in preparation for 3.0 release. In particular,
wxOSX/Cocoa port has been significantly improved.
Please see the file docs/changes.txt for more details and make sure
to read the section "Incompatible changes since 2.8" if you upgrade
from a previous wxWidgets release.