Skip to content

Release 6.11.r1.gfd5866f6

Compare
Choose a tag to compare
@openglfreak openglfreak released this 19 Jun 18:01
· 52 commits to next since this release
ff6328a

Man, it's been a while since the last release, hasn't it?

Some of the big changes since last time are:

  • The repository has undergone a major restructuring, with patchsets now being sorted into different directories depending on what they do or which part of Wine they touch. The configuration is now split into different files, and lives in the config subdirectory.
  • I no longer keep the staging patchset ntdll-NtAlertThreadByThreadId enabled, since I've seen functions introduced by it in perf top.
  • It is now possible to use distcc for compiling Wine, but only if ccache is also used. Just set _distcc_hosts to a list of ip addresses and _distcc_procs to the number of slots to use, before compiling normally.

And of course there are many updated and new patches! Many thanks to all the people working on Wine, Proton, and other Wine forks.
If you want to see exactly which patches were added, removed, or changed, run git diff --stat v6.5.r4.g4e2dc890..v6.11.r1.gfd5866f6 in the cloned repository.

The exact config and patches used can be found at https://github.com/openglfreak/wine-tkg-userpatches/tree/v6.11.r1.gfd5866f6