Added patch to fix handling of empty section and key name for profile files.

This commit is contained in:
Sebastian Lackner
2014-11-30 02:39:37 +01:00
parent 557a9e9899
commit 90bd4d997c
5 changed files with 157 additions and 1 deletions

1
debian/changelog vendored
View File

@@ -19,6 +19,7 @@ wine-compholio (1.7.32) UNRELEASED; urgency=low
* 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.
* Added patch to fix handling of empty section and key name for profile files.
* 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).