Added patch to create stub files for system32/drivers/etc/{services,hosts,networks,protocol}.

This commit is contained in:
Sebastian Lackner
2015-05-13 07:11:50 +02:00
parent 2a8300034c
commit fb7bff38de
5 changed files with 94 additions and 1 deletions

2
debian/changelog vendored
View File

@@ -27,6 +27,8 @@ wine-staging (1.7.43) UNRELEASED; urgency=low
* Added patch to avoid creating foreign thread queues for attach_thread_input
requests.
* Added patch with IEnumString stub interface for ACLShellSource.
* Added patch to create stub files for
system32/drivers/etc/{services,hosts,networks,protocol}.
* Removed patch to use lockfree implementation for FD cache (accepted
upstream).
* Removed patch to properly handle closing sockets during a select call