]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/SWIG/README.txt
(blind) fix for gcc warning on some platforms
[wxWidgets.git] / wxPython / SWIG / README.txt
index f4b7e2b64c6322d0f177ce6b93be45e2adadf1a3..a7d5ade2b89ee20a72b1ed3fee940775e7f10e77 100644 (file)
@@ -19,6 +19,7 @@ swig.xmlout.patch          Fixes a couple problems in the XML output
                             newlines in attribute values were changed
                             to the #10; entity reference so they will
                             be preserved by parsers.
+                            See SF Patch #883402
 
                             Also, added options for dumping or
                             writing to a file the XML of the parse
@@ -26,12 +27,12 @@ swig.xmlout.patch        Fixes a couple problems in the XML output
                             been run (previously you could only do
                             the XML output *instead of* a regular
                             language module.)
-
+                            See SF Patch #864689
 
 
 ------------------------------------------------------------------------
-These patches have already been checked in to SWIG's CVS and will be
-in the 1.3.20 release.
+These patches have already been checked in to SWIG's CVS and are in
+the 1.3.20 release.
 ------------------------------------------------------------------------
 
 swig.SplitLines.patch      Adds a new SplitLines function to the DOH