https://bugs.winehq.org/show_bug.cgi?id=43533
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED Fixed by SHA1| |5e86cc0a8f37295072b03b1c13a | |a205ff3e6f3e4
--- Comment #12 from Anastasius Focht focht@gmx.net --- Hello folks,
indeed, fixed some time ago.
https://github.com/mono/mono/commit/565d626c051d4a2a93ae9501a24706dbd90f227b
Wine-Mono submodule update that contains the upstream commit:
https://github.com/madewokherd/wine-mono/commit/3a1b7f7fd435bc0bd2b291beae61...
Part of Wine-Mono 4.8.0 release:
--- snip --- $ git remote -v origin https://github.com/madewokherd/wine-mono.git (fetch) origin https://github.com/madewokherd/wine-mono.git (push)
$ git -c 'versionsort.suffix=-' tag --sort=version:refname --contains 3a1b7f7 | head -n1
wine-mono-4.8.0 --- snip ---
Corresponding Wine update:
--- snip --- $ git remote -v ... winehq git://source.winehq.org/git/wine.git (fetch) winehq git://source.winehq.org/git/wine.git (push)
$ git log --oneline | sed -n 's/(\w+).*wine mono.*4.8.0.*/\1/ipg' 5e86cc0a8f --- snip ---
https://source.winehq.org/git/wine.git/commitdiff/5e86cc0a8f37295072b03b1c13... ("mscoree: Update Wine Mono to 4.8.0.")
Part of Wine 4.3:
--- snip --- $ git log --oneline | sed -n 's/(\w+).*wine mono.*4.8.0.*/\1/ipg' | xargs git -c 'versionsort.suffix=-' tag --sort=version:refname --contains | head -n1
wine-4.3 --- snip ---
Thanks Vincent
Regards