Re: Re: SVGFileDC DrawEllipticArc is buggy
Scott Talbert <[email protected]> Fri, 22 Mar 2019 12:56:21 -0400 (EDT)
| Newsgroups | gmane.comp.python.wxpython.devel |
|---|---|
| Message-ID | <[email protected]> |
On Fri, 22 Mar 2019, ABC wrote: > I updated my wxPython to 4.0.4, and get this version message: > 4.0.4 msw (phoenix) wxWidgets 3.0.5 > > The latest wxWidgets version in the 3.0 branch, that I can find, is 3.0.4, > and not 3.0.5. > A major wxWidgets update to SVG was done with the following submission: > https://github.com/wxWidgets/wxWidgets/pull/215, seems like into version > 3.1.1 . > > Do I need to ask for back-port from 3.1.1 into 3.0.4? There are two main branches of wxWidgets: 3.0.x (git branch = WX_3_0_BRANCH) - this is the "stable" release branch. 3.1.x (git branch = master) - this is the "development" release branch. The latest release of the 3.0.x branch is 3.0.4, but wxPython pulls in directly from the WX_3_0_BRANCH and not from 3.0.x releases. That's why wxPython reports 3.0.5, since it is pulling from the head of the WX_3_0_BRANCH. You need to request the updates be backported from master to WX_3_0_BRANCH. Note that it may not be possible to backport those changes if they involved ABI changes. Scott -- You received this message because you are subscribed to the Google Groups "wxPython-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.