Added patch to fix error handling in OpenSCManagerW (fixes testfailure in advapi32/service tests when named pipe messagemode is available).

This commit is contained in:
Sebastian Lackner
2015-05-08 21:55:25 +02:00
parent 7fd064ce86
commit d6a8a1d8a1
4 changed files with 54 additions and 0 deletions

2
debian/changelog vendored
View File

@@ -13,6 +13,8 @@ wine-staging (1.7.43) UNRELEASED; urgency=low
* Added patch with stub for winsta.WinStationEnumerateW.
* Added patch to implement support for ObjectTypeInformation class support in
NtQueryObject.
* Added patch to fix error handling in OpenSCManagerW (fixes testfailure in
advapi32/service tests when named pipe messagemode is available).
* Removed patch to use lockfree implementation for FD cache (accepted
upstream).
* Added patch to fix leak of async handle in pipe_server_flush.