From 4476d8af3806d860e0ca36a8b9e93f442756006f Mon Sep 17 00:00:00 2001 From: Sebastian Lackner Date: Mon, 2 Jun 2014 23:55:55 +0200 Subject: [PATCH] Update changelog for release 1.7.19-1. --- debian/changelog | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/debian/changelog b/debian/changelog index 39075332..d4b58f84 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +wine-compholio (1.7.19-1) unstable; urgency=low + * Added a patch to fix return value for FSCTL_PIPE_WAIT (required for Unity3D). + * Added a patch to stub TokenAppContainerSid in NtQueryInformationToken (required for Unity3D). + * Added a patch to optimize the file descriptor cache by using lockfree algorithms. + * Add additional checks in XATTR patch to ensure wineserver doesn't crash if data is corrupted. + * Add support for extended attributes on FreeBSD systems. + * Added a patch to fix ntdll/exception test failures on x86_64. + * Allow to change 'strict draw ordering' at runtime. + * Add ability to test if all dynamic libraries are installed with "wine --check-libs". + * Added a patch to query if direct rendering is enabled via GLX extension. + -- Sebastian Lackner Mon, 02 Jun 2014 23:50:23 +0200 + wine-compholio (1.7.19) unstable; urgency=low * Updated SIO_ADDRESS_LIST_CHANGE patches. -- Erich E. Hoover Tue, 06 May 2014 15:42:32 -0600