Added patch to fix handling of opening read-only files for FILE_DELETE_ON_CLOSE.

This commit is contained in:
Sebastian Lackner
2015-04-17 12:43:26 +02:00
parent 178d669519
commit 4befe663b8
6 changed files with 255 additions and 1 deletions

1
debian/changelog vendored
View File

@@ -12,6 +12,7 @@ wine-staging (1.7.41) UNRELEASED; urgency=low
* Added patch for support of process specific debug channels.
* Added patch to recognize localhost as local machine in wbemprox.
* Added patch to implement support for wbemprox Win32_SystemEnclosure table.
* Added patch to fix handling of opening read-only files for FILE_DELETE_ON_CLOSE.
* 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).