From: Robin Dunn Date: Thu, 9 Sep 2004 18:59:20 +0000 (+0000) Subject: New SWIG runtime files and api updates for the move to SWIG 1.3.22 X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/da72c54000efcb03e552c5cec366ab4c403aa606?ds=inline New SWIG runtime files and api updates for the move to SWIG 1.3.22 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29066 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/docs/CHANGES.txt b/wxPython/docs/CHANGES.txt index 0ef3f5210e..5d651d7ac8 100644 --- a/wxPython/docs/CHANGES.txt +++ b/wxPython/docs/CHANGES.txt @@ -49,6 +49,11 @@ incorrect builds on some systems where the system installed distutils has been patched to behave slightly differently, for example SuSE on x86_64 or Chandler's build. +Updated to SWIG 1.3.22 (plus my patch.) See wxPython/SWIG/README.txt +in the source tree if you need to use SWIG when building your own copy +of wxPython, or other extension modules that need to integrate with +the wxPython modules. +