http://bugs.winehq.org/show_bug.cgi?id=12144
--- Comment #15 from Daniel Kammerer d_kammerer@web.de 2008-03-28 04:17:33 --- I did the test as described at http://wiki.winehq.org/RegressionTesting Git was setup as follows:
git bisect start dlls/gdiplus git bisect good wine-0.9.57 git bisect bad
I probably should have taken "git bisects bad wine-0.9.58"
So, maybe I have a wrong understanding of regression. The demo (and the full version as well, which bothers me much more) DID install and launch with wine 0.9.57 but will not launch with 0.9.58 if it was also installed with 0.9.58. However it does launch with 0.9.58 if it was installed with with 0.9.57. Is this behavior not called a regression?
Would it be worth to do another regression test, this time without the "dlls/gdsplus" restriction and setting bad at 0.9.58?
Daniel