Added additional patch to use assembly wrapper for TLS callbacks.

This commit is contained in:
Sebastian Lackner
2014-09-07 01:51:30 +02:00
parent 1598a4326e
commit ba1bf62faa
6 changed files with 106 additions and 1 deletions

1
debian/changelog vendored
View File

@@ -10,6 +10,7 @@ wine-compholio (1.7.26) UNRELEASED; urgency=low
* Added patch to fix issues when using setcap on wine executable.
* Added patch to improve heap allocation performance by using more freelists.
* Added patch to fix detection of ncurses on Archlinux (avoids ugly workarounds at build time).
* Added patch to use assembly wrapper for TLS callbacks.
* Removed patch to fix issue with msi/ITERATE_MoveFiles (accepted upstream).
* Removed patch to fix detection of ncurses on Archlinux (accepted upstream).
-- Erich E. Hoover <erich.e.hoover@gmail.com> Wed, 27 Aug 2014 00:34:51 +0200