Added patch to support setting file disposition information.

This commit is contained in:
Erich E. Hoover
2014-08-08 14:39:42 -06:00
parent 0ee71b2abe
commit 18b484d778
7 changed files with 508 additions and 1 deletions

3
debian/changelog vendored
View File

@@ -8,6 +8,7 @@ wine-compholio (1.7.24) UNRELEASED; urgency=low
* Added patch to allow special characters in pipe names.
* Added patch with stubs for [Get|Set]SystemFileCacheSize.
* Added patch to implement AllocateAndGetTcpExTableFromStack.
* Added patch to support setting file disposition information.
* Added patch to fix ConnectNamedPort return value in overlapped mode.
* Added patch to store IOCS data in a property instead of GWLP_USERDATA.
* Added patch to return empty D3D hardware flags for HEL device enumeration.
@@ -21,7 +22,7 @@ wine-compholio (1.7.24) UNRELEASED; urgency=low
* Removed patch to create Vista directories (accepted upstream).
* Removed strmbase/quartz locking fix patches (accepted upstream).
* Removed windowscodecs/PropertyBag patch (accepted upstream).
-- Erich E. Hoover <erich.e.hoover@gmail.com> Thu, 07 Aug 2014 17:31:56 -0600
-- Erich E. Hoover <erich.e.hoover@gmail.com> Fri, 08 Aug 2014 14:39:15 -0600
wine-compholio (1.7.23) unstable; urgency=low
* Rewrite of patch system to simplify maintaining large patchsets.