Added patch to wait before reusing recently freed memory (fixes Wine Staging Bug #269 and #199).

This commit is contained in:
Sebastian Lackner
2015-05-07 02:05:09 +02:00
parent e44c30c64e
commit 952ab53219
5 changed files with 57 additions and 1 deletions

1
debian/changelog vendored
View File

@@ -1,6 +1,7 @@
wine-staging (1.7.43) UNRELEASED; urgency=low
* Disable patchset shell32-Default_Folder_ACLs (fixes Wine Staging Bug #265).
* Updated patch to calculate msvcrt exponential math operations with higher precision (fixes Wine Staging Bug #268).
* Added patch to wait before reusing recently freed memory (fixes Wine Staging Bug #269 and #199).
* Added patch to improve ReadDataAvailable handling in FilePipeLocalInformation class.
* Added patch with tests for shlwapi.AssocGetPerceivedType.
* Added patch with stub for atl80.AtlIPersistPropertyBag_Save.