Added patch to fix ordering of IP addresses by metric if two addresses have the same metric.

This commit is contained in:
Sebastian Lackner
2014-11-30 00:20:58 +01:00
parent 50794f220a
commit 557a9e9899
5 changed files with 103 additions and 1 deletions

1
debian/changelog vendored
View File

@@ -18,6 +18,7 @@ wine-compholio (1.7.32) UNRELEASED; urgency=low
* Added patch to fix copy and paste error recently introduced in ws2_32 tests.
* Added patch to change bug reporting URL in winedbg.
* Added patch to implement semi-stub for psapi/kernel32 K32EnumProcessModulesEx.
* Added patch to fix ordering of IP addresses by metric if two addresses have the same metric.
* Removed patch to close server fd is there is no space in thread inflight fd list (accepted upstream).
* Removed patch to fix bugs in StrStr functions (accepted upstream).
* Removed patches to avoid sending messages in FindWindowExW (accepted upstream).