Added patch to add UTF7 encoding/decoding support.

This commit is contained in:
Sebastian Lackner
2014-10-09 05:47:51 +02:00
parent 5ee11fd2d6
commit 04467e7e68
7 changed files with 1127 additions and 1 deletions

2
debian/changelog vendored
View File

@@ -2,6 +2,8 @@ wine-compholio (1.7.29) UNRELEASED; urgency=low
* Updated DOS Attributes patch to better detect XATTR functions.
* Added patch to support IDF_CHECKFIRST in SetupPromptForDisk.
* Added patch to fix issues when executing pages with guard page / write watch permissions.
* Added patch to set return value of basic_string_wchar_dtor to return NULL.
* Added patch for UTF7 encoding/decoding support.
* Removed patch to fix issues with drag image in ImageLists (accepted upstream).
* Removed patch to set ldr.EntryPoint for main executable (accepted upstream).
* Removed patch to implement stubs for [Get|Set]SystemFileCacheSize (accepted upstream).