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