Added patches for additional tests of wininet cookie/header/authentication handling, in preparation of various cleanup patches.

This commit is contained in:
Sebastian Lackner
2015-05-15 21:38:48 +02:00
parent 90bf076dfc
commit 26e06cc151
5 changed files with 449 additions and 0 deletions

2
debian/changelog vendored
View File

@@ -34,6 +34,8 @@ wine-staging (1.7.43) UNRELEASED; urgency=low
* Added patch with tests for
imagehlp.{ImageLoad,ImageUnload,GetImageUnusedHeaderBytes}.
* Added patch to fix memory leak in wininet.HTTP_InsertCookies.
* Added patches for additional tests of wininet cookie/header/authentication
handling, in preparation of various cleanup patches.
* Removed patch to use lockfree implementation for FD cache (accepted
upstream).
* Removed patch to properly handle closing sockets during a select call