Added patch to properly handle closing sockets during a select call.

This commit is contained in:
Sebastian Lackner
2015-04-16 13:02:10 +02:00
parent 5b313a54e2
commit 3a65a99375
5 changed files with 128 additions and 1 deletions

2
debian/changelog vendored
View File

@@ -1,5 +1,6 @@
wine-staging (1.7.41) UNRELEASED; urgency=low
* Updated server-PeekMessage patchset to reset message filter in accept_hardware_message call (fixes Wine Staging Bug #211).
* Various improvements to the ACL patchsets.
* Disable DXVA2 controls in winecfg when support is not compiled in.
* Added patch to enable/disable EAX support via winecfg.
* Added patch with stub for setupapi.SetupDiSetDeviceInstallParamsW.
@@ -7,6 +8,7 @@ wine-staging (1.7.41) UNRELEASED; urgency=low
* Added patch to calculate msvcrt exponential math operations with higher precision.
* Added patch to fix regression caused by blacklisting supported OpenGL extensions.
* Added patch to reset device state in SysKeyboard*Impl_Acquire.
* Added patch to properly handle closing sockets during a select call.
* Added tests for RtlIpv6AddressToString and RtlIpv6AddressToStringEx.
* Removed patches to fix invalid memory access in get_registry_locale_info (accepted upstream).
* Removed patches to avoid repeated FIXMEs in PsLookupProcessByProcessId stub (accepted upstream).