Added patch to fix implementation of msvcrt.close when stdout == stderr (fixes Wine Staging Bug #485).

This commit is contained in:
Sebastian Lackner
2015-08-22 08:11:05 +02:00
parent c8eb156226
commit afb16555cd
7 changed files with 278 additions and 1 deletions

2
debian/changelog vendored
View File

@@ -24,6 +24,8 @@ wine-staging (1.7.50) UNRELEASED; urgency=low
Wine Staging Bug #241).
* Added patch to reject setting EOF on memory mapped files (fixes Wine Staging
Bug #471).
* Added patch to fix implementation of msvcrt.close when stdout == stderr
(fixes Wine Staging Bug #485).
* Removed patch to move security cookie initialization from memory management
to loader (accepted upstream).
* Removed patches for stub of D3DCompileFromFile and D3DCompile2 (accepted