Update patchset for ntdll-RtlUnwindEx to fix an issue with dwarf handling (fixes Wine Staging Bug #170).

This commit is contained in:
Sebastian Lackner
2015-03-18 00:27:36 +01:00
parent 2dd6d5e049
commit 014ef86645
3 changed files with 24 additions and 9 deletions

1
debian/changelog vendored
View File

@@ -1,5 +1,6 @@
wine-staging (1.7.39) UNRELEASED; urgency=low
* Fix a build failure on MacOS caused by using of strndup in the server-Inherited_ACLs patchset.
* Update patchset for ntdll-RtlUnwindEx to fix an issue with dwarf handling (fixes Wine Staging Bug #170).
* Updated patchset for dinput-Events to be compatible with more games (fixes Wine Staging Bug #149).
* Added patch for tests of RtlIpv6StringToAddress, RtlIpv{4,6}StringToAddressEx (by Mark Jansen).
* Added patch to fix multithreading issues with fullscreen clipping.