http://bugs.winehq.org/show_bug.cgi?id=14055 --- Comment #41 from Artem S. Tashkinov <t.artem(a)mailcity.com> 2011-03-24 14:09:50 CDT --- After you've cloned Wine GIT repo: $ git clone git://source.winehq.org/git/wine.git ~/wine-git (that will deploy Wine into your /home/user_name/wine-git directory) you can reset this GIT tree to any Wine version you want using this command: $ git checkout wine-0.9 (available versions can be seen using `git tag -l | less` command) now you can ./configure and run ./wine *** Actually you were supposed to follow this document: http://wiki.winehq.org/RegressionTesting but then again you need to know for sure that Wine 0.9 indeed works. If it _really_ works, then you _have_ to carry out regression testing, e.g. this way: git bisect start git bisect good wine-0.9.0 git bisect bad wine-1.0 and so on. *** Last but not the least: you can download _all_ previously released wine releases from here http://ibiblio.org/pub/linux/system/emulators/wine/ -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.