Added patch to use POSIX implementation to enumerate directory content on FreeBSD.

This commit is contained in:
Sebastian Lackner
2015-05-10 02:26:38 +02:00
parent 53734776f6
commit d3dbcb9165
5 changed files with 53 additions and 1 deletions

2
debian/changelog vendored
View File

@@ -20,6 +20,8 @@ wine-staging (1.7.43) UNRELEASED; urgency=low
* Added patch to fix leak of async handle in pipe_server_flush.
* Added patch to dirtify vertex shader on transformed update, fixes graphical
corruption.
* Added patch to use POSIX implementation to enumerate directory content on
FreeBSD.
* Removed patch to use lockfree implementation for FD cache (accepted
upstream).
* Removed patch to properly handle closing sockets during a select call