From df67c919959d32d147e5be0acb277da5ce84e289 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 22 Apr 2017 16:03:47 +0200 Subject: [PATCH] Don't mark wxSimplebookXmlHandler as being 3.0.3-only This change (done in 7b25b65a2f735d383560d684bbcc9c58c6a4157f) makes 3.0.3 binary-incompatible with 3.0.2 as the programs using wxSimplebookXmlHandler with the latter use these symbols with the version WXU_3.0 and not WXU_3.0.3 that they have now. So while not adding these symbols to the version script before 3.0.2 release was wrong, adding them for 3.0.3 is even worse, hence revert this change. --- version-script.in | 4 ---- 1 file changed, 4 deletions(-) diff --git a/version-script.in b/version-script.in index 918af5e0ac..fe75e1e2c2 100644 --- a/version-script.in +++ b/version-script.in @@ -25,10 +25,6 @@ @WX_VERSION_TAG@.3 { *wxDataViewRenderer*FinishEditing*; *wxFloatProperty*DoGetAttribute*; - - # This class was actually added in 3.0.2 but not tagged correctly in it, so - # do it here following the better late than never principle. - *wxSimplebookXmlHandler*; }; # public symbols added in 3.0.2 (please keep in alphabetical order):