Now with the final 1.2 the problems still exists. Its not possible to run my apps with tha actual versions, i use the 1.0 wine. Is there a plan to enable SSL like in 1.0x?
Schuttwegraeumer wrote:> Now with the final 1.2 the problems still exists. > Its not possible to run my apps with tha actual versions, i use the 1.0 wine. > Is there a plan to enable SSL like in 1.0x?You were told when you first posted to run a regression test and file a bug. Which bug is yours?
Schuttwegraeumer wrote:> Is there a plan to enable SSL like in 1.0x?No, there will be no more wine-1.x versions. You need to use wine-1.2. If there were some regressions, file bug and perform regression testing.
> schutti at hell:~/Desktop/X/WINE/wine-git$ git bisect start > schutti at hell:~/Desktop/X/WINE/wine-git$ git bisect good wine-1.0.1 > schutti at hell:~/Desktop/X/WINE/wine-git$ git bisect bad wine-1.2 > Bisecting: a merge base must be tested > [36def4af0ca85a1d0e66b5207056775bcb3b09ff] Release 1.0. > schutti at hell:~/Desktop/X/WINE/wine-git$
deleted
Is that usefull?:> schutti at hell:~/Desktop/X/WINE/wine-git$ git bisect start > schutti at hell:~/Desktop/X/WINE/wine-git$ git bisect good wine-1.0 > schutti at hell:~/Desktop/X/WINE/wine-git$ git bisect bad wine-1.2 > Bisecting: 11529 revisions left to test after this (roughly 14 steps) > [5f581975dcf83f4f32432137990c72c26b415e3b] wined3d: Introduce surface_init() to handle most of the surface initialization. > schutti at hell:~/Desktop/X/WINE/wine-git$
> Is that usefull?: >No.> >> schutti at hell:~/Desktop/X/WINE/wine-git$ git bisect start >> schutti at hell:~/Desktop/X/WINE/wine-git$ git bisect good wine-1.0 >> schutti at hell:~/Desktop/X/WINE/wine-git$ git bisect bad wine-1.2 >> Bisecting: 11529 revisions left to test after this (roughly 14 steps) >> [5f581975dcf83f4f32432137990c72c26b415e3b] wined3d: Introduce surface_init() to handle most of the surface initialization. >> schutti at hell:~/Desktop/X/WINE/wine-git$You need to bisect, compile the bisected wine, then test, then bisect again till you get to the revision that caused the issue. John