From: Robin Dunn Date: Thu, 7 Oct 1999 22:07:42 +0000 (+0000) Subject: some release notes X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/f40dc1e275811cacc0df9262905bd3c799dd524b some release notes git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3882 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/utils/wxPython/README.txt b/utils/wxPython/README.txt index 78ce1b69fc..c6a2290cdf 100644 --- a/utils/wxPython/README.txt +++ b/utils/wxPython/README.txt @@ -49,6 +49,15 @@ Or you can send mail directly to the list using this address: What's new in 2.1.4 -------------------- +This release is NOT syncronized with a snapshot release of wxGTK or +wxMSW. For MSW this isn't much of a problem since you can get the +binaries from the web site. For other platforms you'll have to build +wxGTK from CVS. (See http://web.ukonline.co.uk/julian.smart/wxwin/cvs.htm) +To get the same set of sources from CVS that I used, checkout using +the wxPy-2-1-4 tag. + +Now back to what's new... + Much more support for event-less callbacks and add-on modules. Created add-on module with wxOGL classes.