Release 1.8-rc4.

This commit is contained in:
Sebastian Lackner
2015-12-15 00:56:47 +01:00
parent e9f445ed37
commit 0c1324b8de
3 changed files with 6 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
wine-staging (1.8~rc4) UNRELEASED; urgency=low
wine-staging (1.8~rc4) unstable; urgency=low
* Updated patch to fix implementation of NtQueryInformationProcess for
ProcessDebugFlags.
* Removed patch to set LastError to 0 in GetSidIdentifierAuthority (accepted
@@ -6,9 +6,9 @@ wine-staging (1.8~rc4) UNRELEASED; urgency=low
* Removed patch to return an error when trying to open a terminated process
(replaced with alternative approach).
* Added patch to avoid holding reference on parent process in wineserver.
* Added patch to fix memory corruption wineserver (token_duplicate should not
reference the original token).
-- Sebastian Lackner <sebastian@fds-team.de> Tue, 08 Dec 2015 18:32:59 +0100
* Added patch to fix memory corruption in wineserver (token_duplicate should
not reference the original token).
-- Sebastian Lackner <sebastian@fds-team.de> Tue, 15 Dec 2015 00:53:33 +0100
wine-staging (1.8~rc3) unstable; urgency=low
* Updated patch for d3dx9_36 DrawText implementation and fixed multiple bugs.