2015-10-04 23:57:13 +02:00
|
|
|
wine-staging (1.7.53) UNRELEASED; urgency=low
|
|
|
|
* Added patch to implement support for msiexec /passive command line option.
|
|
|
|
-- Sebastian Lackner <sebastian@fds-team.de> Sun, 04 Oct 2015 23:56:05 +0200
|
|
|
|
|
2015-10-03 22:17:32 +02:00
|
|
|
wine-staging (1.7.52) unstable; urgency=low
|
2015-09-13 17:18:35 +02:00
|
|
|
* Added patch to return STATUS_INVALID_DEVICE_REQUEST when trying to call
|
|
|
|
NtReadFile on directory.
|
2015-09-13 23:06:26 +02:00
|
|
|
* Added patch to ignore higher bits in selector for ThreadDescriptorTableEntry
|
|
|
|
info query.
|
2015-09-22 15:23:28 +02:00
|
|
|
* Added patch to ensure codepage conversion fails when destination length is
|
|
|
|
smaller than zero.
|
2015-09-23 13:00:53 +02:00
|
|
|
* Added patches for msidb commandline utility (to read and write *.msi files).
|
2015-09-26 17:23:36 +02:00
|
|
|
* Added patch to implement semi-stub for d3d8 swapchain effect
|
|
|
|
D3DSWAPEFFECT_COPY_VSYNC.
|
2015-09-26 23:38:49 +02:00
|
|
|
* Added patch to reduce stack usage of virtual memory functions.
|
2015-09-27 03:46:31 +02:00
|
|
|
* Added patch to fix calculation of listbox size when horizontal scrollbar is
|
|
|
|
present.
|
2015-09-27 15:33:11 +02:00
|
|
|
* Added patch to ignore width/height passed to edit control in WM_SIZE
|
|
|
|
message.
|
2015-09-27 20:07:42 +02:00
|
|
|
* Added patch to refresh MDI menus when DefMDIChildProc(WM_SETTEXT) is called.
|
2015-09-28 00:35:20 +02:00
|
|
|
* Added patch to protect TVM_GETITEM from invalid item pointers.
|
2015-10-01 18:29:20 +02:00
|
|
|
* Added patch to avoid using GdipAlloc and GdipFree in internal gdiplus
|
|
|
|
functions.
|
2015-10-01 21:52:45 +02:00
|
|
|
* Added patch to implement additional stub functions in authz.dll.
|
2015-10-02 01:20:46 +02:00
|
|
|
* Added patch to avoid waiting for hook thread startup in
|
|
|
|
IDirectInput8::Initialize.
|
2015-10-02 01:43:56 +02:00
|
|
|
* Added patch to pass cookie by reference to msvcrt_local_unwind4 in
|
|
|
|
_seh_longjmp_unwind4.
|
2015-10-02 17:48:08 +02:00
|
|
|
* Added patch to mark RegOpenKeyExA, RegCloseKey and RegQueryValueExA as
|
|
|
|
hotpatchable.
|
2015-10-02 17:51:04 +02:00
|
|
|
* Added patch to mark BitBlt and StretchDIBits as hotpatchable.
|
2015-10-02 17:53:26 +02:00
|
|
|
* Added patch to mark WritePrivateProfileStringA as hotpatchable.
|
2015-10-02 17:55:54 +02:00
|
|
|
* Added patch to make ddraw1 and ddraw_surface1 vtable as writable.
|
2015-10-02 19:45:55 +02:00
|
|
|
* Added patch for implementation of mfplat.MFTEnum.
|
2015-10-03 00:42:19 +02:00
|
|
|
* Added patch to implement ws2_32.InetPtonA/W functions.
|
2015-10-03 18:30:52 +02:00
|
|
|
* Added patch to fix random crashes of Cygwin/MSYS2 for some compilers.
|
2015-10-03 18:57:24 +02:00
|
|
|
* Added patch to correctly parse double quotes in the msi token values.
|
2015-09-08 19:33:15 +02:00
|
|
|
* Removed patch to fix possible memory leak in netprofm init_networks (fixed
|
|
|
|
upstream).
|
|
|
|
* Removed patch for stub of dwmapi.DwmUpdateThumbnailProperties (accepted
|
|
|
|
upstream).
|
|
|
|
* Removed patch free RPC parameters allocated by application before anything
|
|
|
|
else (fixed upstream).
|
|
|
|
* Removed patch to try harder to get the host name address in getaddrinfo
|
|
|
|
(accepted upstream).
|
2015-09-15 17:17:54 +02:00
|
|
|
* Rempved patch to use proper glyph names in wineps driver (accepted
|
|
|
|
upstream).
|
2015-09-16 17:11:17 +02:00
|
|
|
* Removed patches with stubs for d3dx10_43.D3DX10CreateEffectFromFileA/W
|
|
|
|
(accepted upstream).
|
2015-09-25 22:33:19 +02:00
|
|
|
* Removed patch to ignore higher bits in selector for
|
|
|
|
ThreadDescriptorTableEntry info query (accepted upstream).
|
|
|
|
* Removed patch to avoid deprecation warning for OpenCL 1.2 APIs (accepted
|
|
|
|
upstream).
|
2015-10-01 20:41:57 +02:00
|
|
|
* Removed patch to forward exitcode from child process in wineconsole
|
|
|
|
(accepted upstream).
|
|
|
|
* Removed patch to fix failure to create anonymous file mapping after failed
|
|
|
|
open_fd server call (accepted upstream).
|
2015-10-02 17:13:21 +02:00
|
|
|
* Removed patch to implement semi-stub for d3d8 swapchain effect
|
|
|
|
D3DSWAPEFFECT_COPY_VSYNC (identical patch accepted upstream).
|
|
|
|
* Removed patch to implement {Set,Get}ThreadGroupAffinity and related ntdll
|
|
|
|
functions (accepted upstream).
|
|
|
|
* Removed patch to return STATUS_OBJECT_NAME_INVALID in
|
|
|
|
wine_nt_to_unix_file_name for paths that only contain a prefix (accepted
|
|
|
|
upstream).
|
|
|
|
* Removed patch to implement support for non-blocking SIO_ADDRESS_LIST_CHANGE
|
|
|
|
requests (accepted upstream).
|
2015-10-03 22:17:32 +02:00
|
|
|
-- Sebastian Lackner <sebastian@fds-team.de> Sat, 03 Oct 2015 22:15:47 +0200
|
2015-09-07 16:51:56 +02:00
|
|
|
|
2015-09-07 02:30:38 +02:00
|
|
|
wine-staging (1.7.51) unstable; urgency=low
|
2015-09-04 21:39:34 +02:00
|
|
|
* Update patchset for CSMT (commandstream multithreading), to keep in sync
|
|
|
|
with upstream repository.
|
2015-08-24 07:57:02 +02:00
|
|
|
* Added patch to fix bug in wineserver debug_children inheritance (fixes Wine
|
|
|
|
Staging Bug #525).
|
2015-08-25 08:27:50 +02:00
|
|
|
* Added patch to fix access violation in MSYS2 git when when cloning
|
|
|
|
repository (fixes Wine Staging Bug #348).
|
2015-08-27 02:01:33 +02:00
|
|
|
* Added patch to return a dummy BIOS name in Win32_BIOS record (fixes Wine
|
|
|
|
Staging Bug #528).
|
2015-08-29 06:25:20 +02:00
|
|
|
* Added patch to fix compile failure in d3d11 with recent versions of gcc.
|
2015-08-30 19:00:48 +02:00
|
|
|
* Added patch to map EXDEV error code to STATUS_NOT_SAME_DEVICE (fixes Wine
|
|
|
|
Staging Bug #536).
|
2015-08-30 05:05:58 +02:00
|
|
|
* Added patch to fix failure to create anonymous file mapping after failed
|
|
|
|
open_fd server call (fixes Wine Staging Bug #538).
|
2015-08-30 05:38:07 +02:00
|
|
|
* Added patch to fix error handling in DeferWindowPos when passing an invalid
|
|
|
|
HWND.
|
2015-08-30 09:55:05 +02:00
|
|
|
* Added patch to allow non-nullterminated string as working directory in
|
|
|
|
kernel32.create_startup_info (fixes Wine Staging Bug #543).
|
2015-08-30 19:09:10 +02:00
|
|
|
* Added patch with stub for winspool.SetPrinterW level 8.
|
2015-08-30 22:55:44 +02:00
|
|
|
* Added patch to translate flags in LaunchINFSectionW.
|
2015-08-31 08:49:30 +02:00
|
|
|
* Added patch to fix SHFileOperation with FO_MOVE on Vista+ (should create
|
|
|
|
non-existent subdirectories).
|
2015-09-01 22:28:54 +02:00
|
|
|
* Added patch to silence repeated crypt32.CryptUnprotectMemory FIXMEs.
|
2015-09-02 06:28:05 +02:00
|
|
|
* Added patch to fallback to default comspec when %COMSPEC% is not set (fixes
|
2015-09-02 11:29:32 +02:00
|
|
|
Wine Staging Bug #449).
|
2015-09-03 04:58:10 +02:00
|
|
|
* Added patch to create Microsoft\Windows\Themes directory during Wineprefix
|
|
|
|
creation.
|
2015-09-03 23:32:47 +02:00
|
|
|
* Added patch to avoid deprecation warning for OpenCL 1.2 APIs.
|
2015-09-05 01:28:43 +02:00
|
|
|
* Added patch to implement FolderImpl_Items and stubbed FolderItems interface.
|
2015-09-05 00:19:00 +02:00
|
|
|
* Added patch for stub of dwmapi.DwmUpdateThumbnailProperties.
|
2015-09-05 03:52:56 +02:00
|
|
|
* Added patch to use proper glyph names in wineps driver (which fixes a bug
|
|
|
|
related to copying text from generated PDF files).
|
2015-09-05 04:29:38 +02:00
|
|
|
* Added patch to properly close sockets when WSACleanup is called.
|
2015-09-06 12:08:52 +02:00
|
|
|
* Added patch to implement {Set,Get}ThreadGroupAffinity and related ntdll
|
|
|
|
functions.
|
2015-09-06 12:18:42 +02:00
|
|
|
* Added patch to properly render themed buttons when they are pressed.
|
2015-09-06 12:54:22 +02:00
|
|
|
* Added patch to fix possible memory leak in netprofm init_networks.
|
2015-09-06 20:26:50 +02:00
|
|
|
* Added patch to properly initialize caps->dwZBufferBitDepths in
|
|
|
|
ddraw7_GetCaps.
|
2015-09-07 00:03:21 +02:00
|
|
|
* Added patch to for IHTMLLocation::hash property's getter implementation.
|
2015-08-24 15:40:06 +02:00
|
|
|
* Removed patch to fix bug in wineserver debug_children inheritance (accepted
|
|
|
|
upstream).
|
|
|
|
* Removed patch to use helper function for NtWaitForMultipleObjects and
|
|
|
|
NtWaitForSingleObject (accepted upstream).
|
|
|
|
* Removed patch to fix test failure in kernel32/thread tests (fixed upstream).
|
|
|
|
* Removed patch to use request->server->name when processing cookies
|
|
|
|
(identical patch accepted upstream).
|
2015-08-25 22:44:50 +02:00
|
|
|
* Removed patch to set Host header in HttpSendRequest instead of
|
|
|
|
HttpOpenRequest (accepted upstream).
|
|
|
|
* Removed patch to make sure Notepad creates new files immediately (accepted
|
|
|
|
upstream).
|
|
|
|
* Partially removed patches for stub dlls required by the MSVC 2015 runtime
|
|
|
|
library (accepted upstream).
|
2015-09-07 02:30:38 +02:00
|
|
|
-- Sebastian Lackner <sebastian@fds-team.de> Mon, 07 Sep 2015 02:29:55 +0200
|
2015-08-24 07:57:02 +02:00
|
|
|
|
2015-08-23 02:11:02 +02:00
|
|
|
wine-staging (1.7.50) unstable; urgency=low
|
2015-08-22 17:18:11 +02:00
|
|
|
* Updated GTK3 patchset to fix "division by zero" exception errors (fixes Wine
|
|
|
|
Staging Bug #523).
|
2015-08-11 06:13:36 +02:00
|
|
|
* Add patch to implement remaining OpenMP locking functions.
|
2015-08-11 06:53:53 +02:00
|
|
|
* Added various patches for imagehlp cleanup (fixes Wine Staging Bug #502).
|
2015-08-11 07:15:21 +02:00
|
|
|
* Added patch to fix implementation of ntdll.MapViewOfSection.
|
2015-08-15 05:02:51 +02:00
|
|
|
* Added patch to implement enumeration of sound devices and basic properties
|
|
|
|
to dxdiagn.
|
2015-08-15 05:08:50 +02:00
|
|
|
* Added patch to implement special handling for calling GetChildContainer with
|
|
|
|
an empty string.
|
2015-08-15 18:22:30 +02:00
|
|
|
* Added patch for shell32 IDragSourceHelper stub interface.
|
2015-08-15 18:39:18 +02:00
|
|
|
* Added patch to improve startup performance by delaying font initialization
|
|
|
|
(fixes Wine Staging Bug #401).
|
2015-08-15 21:28:54 +02:00
|
|
|
* Added patch to set SFGAO_HASSUBFOLDER only when there are really subfolders.
|
2015-08-16 07:20:22 +02:00
|
|
|
* Added patch to fix multiple uninitialized memory issues in wineserver.
|
2015-08-16 23:19:29 +02:00
|
|
|
* Added patch to implement shell32 NewMenu class with new folder item.
|
2015-08-17 01:25:22 +02:00
|
|
|
* Added patch to report correct ObjectName for NamedPipe wineserver objects
|
|
|
|
(fixes Wine Staging Bug #363).
|
2015-08-17 06:22:27 +02:00
|
|
|
* Added patch fix detection of case-insensitive systems in MSYS2.
|
2015-08-18 21:54:58 +02:00
|
|
|
* Added patch to fix implementation of krnl386.exe16.GetTempDrive.
|
2015-08-19 09:27:00 +02:00
|
|
|
* Added patch for forward/backward compatibility of previous format of high
|
|
|
|
precision registry timestamps.
|
2015-08-21 07:41:48 +02:00
|
|
|
* Added patch to use a helper function for NtWaitForMultipleObjects and
|
|
|
|
NtWaitForSingleObject.
|
2015-08-22 03:34:13 +02:00
|
|
|
* Added patch to block deallocation of thread stack for current thread (fixes
|
|
|
|
Wine Staging Bug #241).
|
2015-08-22 06:02:36 +02:00
|
|
|
* Added patch to reject setting EOF on memory mapped files (fixes Wine Staging
|
|
|
|
Bug #471).
|
2015-08-22 08:11:05 +02:00
|
|
|
* Added patch to fix implementation of msvcrt.close when stdout == stderr
|
|
|
|
(fixes Wine Staging Bug #485).
|
2015-08-22 10:00:16 +02:00
|
|
|
* Added patch to return STATUS_OBJECT_NAME_INVALID in
|
|
|
|
wine_nt_to_unix_file_name for paths that only contain a prefix.
|
2015-08-22 22:01:24 +02:00
|
|
|
* Added patch to make sure Notepad creates new files immediately.
|
2015-08-23 00:59:52 +02:00
|
|
|
* Added patch to return a valid mesh in D3DXCreateTeapot.
|
2015-08-12 16:36:26 +02:00
|
|
|
* Removed patch to move security cookie initialization from memory management
|
2015-08-17 18:29:01 +02:00
|
|
|
to loader (accepted upstream).
|
|
|
|
* Removed patches for stub of D3DCompileFromFile and D3DCompile2 (accepted
|
|
|
|
upstream).
|
|
|
|
* Removed patch to fix multiple uninitialized memory issues in wineserver.
|
2015-08-18 17:48:13 +02:00
|
|
|
* Removed patch fix implementation of ntdll.NtMapViewOfSection (accepted
|
|
|
|
upstream).
|
|
|
|
* Removed patches to implement additional vcomp functions (accepted upstream).
|
|
|
|
* Removed patch to store registry timestamps with nanoseconds precision (fixed
|
|
|
|
upstream).
|
|
|
|
* Removed patch to ensure winhttp raw request headers are terminated with
|
|
|
|
double \r\n (accepted upstream).
|
2015-08-19 09:33:40 +02:00
|
|
|
* Removed compatibility patchset for deprecated ACL string format. The format
|
|
|
|
was changed in version 1.7.25, released about one year ago.
|
2015-08-20 18:54:52 +02:00
|
|
|
* Removed patches for FileDispositionInformation and FileRenameInformation
|
|
|
|
(accepted upstream).
|
2015-08-23 02:11:02 +02:00
|
|
|
-- Sebastian Lackner <sebastian@fds-team.de> Sun, 23 Aug 2015 02:10:01 +0200
|
2015-08-11 06:13:36 +02:00
|
|
|
|
2015-08-09 22:03:40 +02:00
|
|
|
wine-staging (1.7.49) unstable; urgency=low
|
2015-08-05 05:32:57 +02:00
|
|
|
* Added patch to improve stubs for dxgi MakeWindowAssociation and
|
|
|
|
GetWindowAssociation.
|
2015-08-07 20:47:18 +02:00
|
|
|
* Added patch for stub dlls required by the MSVC 2015 runtime library.
|
2015-08-07 22:37:26 +02:00
|
|
|
* Added patch with stubs for additional wininet options in InternetSetOption
|
|
|
|
(fixes Wine Staging Bug #443).
|
2015-08-07 23:25:05 +02:00
|
|
|
* Added patch to implement stub for vcomp._vcomp_flush.
|
2015-08-08 01:09:04 +02:00
|
|
|
* Added patch to fix leak and use-after-free in winecfg theming
|
|
|
|
implementation.
|
2015-08-08 21:05:57 +02:00
|
|
|
* Added patch to move cookie initialization code from memory management to
|
|
|
|
loader.
|
2015-08-08 21:17:33 +02:00
|
|
|
* Added patch to fake success in IViewObject::Draw stub.
|
2015-08-08 21:46:09 +02:00
|
|
|
* Added patch to fix possible integer overflow in VarR4FromDec.
|
2015-08-09 17:25:33 +02:00
|
|
|
* Added patch to make sure Winhttp raw request headers are terminated using
|
|
|
|
double \r\n.
|
2015-08-09 17:59:13 +02:00
|
|
|
* Added patch for native GTK3 theming support by Ivan Akulinchev.
|
2015-07-29 22:53:17 +02:00
|
|
|
* Removed patch to avoid race-conditions with long running threadpool tasks
|
|
|
|
(accepted upstream).
|
|
|
|
* Removed patch to add support for ThreadQuerySetWin32StartAddress info class
|
|
|
|
(accepted upstream).
|
2015-07-31 01:42:04 +02:00
|
|
|
* Removed patch to fix security cookie handling for UPX compressed executables
|
|
|
|
(accepted upstream).
|
2015-08-01 00:46:47 +02:00
|
|
|
* Removed patch to force creation of MachineGuid registry key during creation
|
|
|
|
of Wineprefix (accepted upstream).
|
|
|
|
* Removed patch to add stub for D3DXComputeNormals (fixed upstream).
|
|
|
|
* Removed patch to add stub for D3DXTessellateNPatches (accepted upstream).
|
|
|
|
* Removed patch to improve stub for NtQueryInformationJobObject (accepted
|
|
|
|
upstream).
|
|
|
|
* Removed patch to avoid OpenCL deprecation warnings (accepted upstream).
|
2015-08-06 17:34:47 +02:00
|
|
|
* Removed patch for implementation of dbghelp.UnDecorateSymbolNameW (accepted
|
|
|
|
upstream).
|
|
|
|
* Removed patch for dynamic work scheduling in vcomp.dll (accepted upstream).
|
2015-08-07 20:07:29 +02:00
|
|
|
* Removed patch to send WM_DROPFILES only when OLE dnd fails (accepted
|
|
|
|
upstream).
|
2015-08-09 22:03:40 +02:00
|
|
|
-- Sebastian Lackner <sebastian@fds-team.de> Sun, 09 Aug 2015 22:03:07 +0200
|
2015-07-29 22:53:17 +02:00
|
|
|
|
2015-07-29 21:11:46 +02:00
|
|
|
wine-staging (1.7.48) unstable; urgency=low
|
2015-07-18 09:38:28 +02:00
|
|
|
* Update patches for d3dx9_36.D3DXGetShader{Input,Output}Semantics and add
|
|
|
|
additional tests.
|
2015-07-19 22:06:34 +02:00
|
|
|
* Update patchset to query GPU infos with GLX_MESA_query_renderer extension
|
|
|
|
(fixes a regression with broken MESA versions).
|
2015-07-26 02:10:22 +02:00
|
|
|
* Update vcomp patchset and add implementation for various atomic functions.
|
2015-07-29 06:54:21 +02:00
|
|
|
* Updated CSMT patchset to fix crash in Path of Exile after character
|
|
|
|
selection (fixes Wine Staging Bug #451).
|
2015-07-13 02:30:20 +02:00
|
|
|
* Added patch to forward exitcode from child process when in wineconsole.
|
2015-07-18 09:27:37 +02:00
|
|
|
* Added patch to check architecture before trying to load libraries.
|
2015-07-19 22:30:15 +02:00
|
|
|
* Added patch to share source of d3dx9_36 with d3dx9_33 to avoid Wine DLL
|
|
|
|
forwards.
|
2015-07-19 23:14:54 +02:00
|
|
|
* Added patch with stubs for d3dx10_43.D3DX10CreateEffectFromFileA/W.
|
2015-07-23 19:56:28 +02:00
|
|
|
* Added patch to silence repeated LocaleNameToLCID/LCIDToLocaleName
|
|
|
|
unsupported flags FIXMEs.
|
2015-07-26 02:33:17 +02:00
|
|
|
* Added patches to improve security cookie handling.
|
2015-07-26 18:55:54 +02:00
|
|
|
* Added patches to implement ThreadQuerySetWin32StartAddress info class.
|
2015-07-26 20:56:13 +02:00
|
|
|
* Added patch to fake success in kernel32.SetFileCompletionNotificationModes.
|
2015-07-28 17:00:58 +02:00
|
|
|
* Added patch to export additional OpenAL32 functions.
|
2015-07-28 17:37:05 +02:00
|
|
|
* Added patch to return dummy ID3DXSkinInfo interface when skinning info not
|
|
|
|
present.
|
2015-07-28 17:57:36 +02:00
|
|
|
* Added patch to store registry timestamps with nanoseconds precision.
|
2015-07-28 18:31:47 +02:00
|
|
|
* Added patch to implement AMStream GetMultiMediaStream functions.
|
2015-07-28 21:03:03 +02:00
|
|
|
* Added patch with stub for D3DXTessellateNPatches.
|
2015-07-28 21:36:16 +02:00
|
|
|
* Added patch with stubs for D3DCompile2 and D3DCompileFromFile.
|
2015-07-28 23:00:22 +02:00
|
|
|
* Added patch to implement dbghelp.UnDecorateSymbolNameW.
|
2015-07-28 23:34:45 +02:00
|
|
|
* Added patch to add wined3d detection of GeForce GT 425M.
|
2015-07-29 17:42:56 +02:00
|
|
|
* Added patch to use video memory for rendering targets if possible.
|
2015-07-29 20:59:04 +02:00
|
|
|
* Added patch to avoid race-conditions with long running threadpool tasks.
|
2015-07-13 18:13:10 +02:00
|
|
|
* Removed patch to allow to enable/disable InsertMode in wineconsole settings
|
|
|
|
(accepted upstream).
|
|
|
|
* Removed patch to improve IoGetDeviceObjectPointer stub to appease SecuROM
|
|
|
|
5.x (accepted upstream).
|
2015-07-14 21:59:32 +02:00
|
|
|
* Removed patch to forward GIF encoder requests to Windowscodecs (accepted
|
|
|
|
upstream).
|
|
|
|
* Removed patch to ignore garbage after decoding gif lines (accepted
|
|
|
|
upstream).
|
|
|
|
* Removed patch to increase buffer size in widl/typegen.c (accepted upstream).
|
|
|
|
* Removed patch to revert security cookie changes in loader (fixed upstream).
|
|
|
|
* Removed patch to add support 8bpp grayscale TIFF images with 8bpp alpha
|
|
|
|
channel (accepted upstream).
|
2015-07-21 05:08:19 +02:00
|
|
|
* Partrially removed patches for vcomp implementation (accepted upstream).
|
2015-07-29 21:11:46 +02:00
|
|
|
-- Sebastian Lackner <sebastian@fds-team.de> Wed, 29 Jul 2015 21:11:07 +0200
|
2015-07-13 02:30:20 +02:00
|
|
|
|
2015-07-12 04:13:40 +02:00
|
|
|
wine-staging (1.7.47) unstable; urgency=low
|
2015-07-09 06:23:37 +02:00
|
|
|
* Added patch to silence repeated winhttp "no support on this platform"
|
|
|
|
message.
|
2015-07-09 06:35:48 +02:00
|
|
|
* Added patch to silence repeated wbemprox "timeout not supported" fixme.
|
2015-07-10 20:05:21 +02:00
|
|
|
* Added patch to increase buffer size in widl/typegen.c to avoid buffer
|
|
|
|
overflow.
|
2015-07-10 20:55:42 +02:00
|
|
|
* Revert security cookie patch causing regression in multiple applications.
|
2015-07-11 23:55:45 +02:00
|
|
|
* Added patch to use GLX_MESA_query_renderer extension to get more exact GPU
|
|
|
|
infos.
|
2015-07-12 00:08:14 +02:00
|
|
|
* Added initial set of patches for multithreaded vcomp implementation.
|
2015-07-12 03:38:31 +02:00
|
|
|
* Added patch to avoid dereferencing NULL pointer for fonts without VDMX.
|
2015-06-29 19:40:20 +02:00
|
|
|
* Removed patch to implement kernel32.GetNumaProcessorNode (accepted
|
|
|
|
upstream).
|
|
|
|
* Removed patch to initialize *end with NULL on failure in msvcrt.strtod
|
|
|
|
(accepted upstream).
|
2015-07-06 19:01:52 +02:00
|
|
|
* Removed patchset for new Threadpool implementation (accepted upstream).
|
2015-07-10 00:57:15 +02:00
|
|
|
* Partially removed patches for RtlDecompressBuffer implementation (accepted
|
|
|
|
upstream).
|
2015-07-12 04:13:40 +02:00
|
|
|
-- Sebastian Lackner <sebastian@fds-team.de> Sun, 12 Jul 2015 04:12:43 +0200
|
2015-06-29 19:40:20 +02:00
|
|
|
|
2015-06-28 18:21:50 +02:00
|
|
|
wine-staging (1.7.46) unstable; urgency=low
|
2015-06-14 09:17:37 +02:00
|
|
|
* Add reference to upstream bug report for various patchsets.
|
2015-06-15 03:27:14 +02:00
|
|
|
* Added patch to improve IoGetDeviceObjectPointer stub to appease SecuROM 5.x.
|
2015-06-16 03:09:11 +02:00
|
|
|
* Added patch to globally invalidate key state on changes in other threads.
|
2015-06-16 03:26:43 +02:00
|
|
|
* Added patch to fix possible use-after-free in wineserver device IPR code.
|
2015-06-17 13:52:46 +02:00
|
|
|
* Added patch to fix wineserver crash when pipe server object is destroyed
|
|
|
|
before client (fixes Wine Staging Bug #393).
|
2015-06-21 20:21:23 +02:00
|
|
|
* Added patches to improve crosscompiling Wine for other platforms.
|
2015-06-27 19:39:39 +02:00
|
|
|
* Added patch to improve output of '--check-libs' on OSX.
|
2015-06-27 23:46:40 +02:00
|
|
|
* Added patch to implement general tab for file property dialog.
|
2015-06-28 04:08:20 +02:00
|
|
|
* Added patch to initialize *lpcDevices in RasEnumDevicesA.
|
2015-06-27 19:50:17 +02:00
|
|
|
* Improved nvcuda-CUDA_Support patchset to search for dylib on OSX.
|
2015-06-27 23:52:23 +02:00
|
|
|
* Improved wined3d-DXTn patchset to search for dylib on OSX.
|
2015-06-17 19:35:28 -06:00
|
|
|
* Updated kernel32-GetVolumePathName to fix several test failures.
|
2015-06-18 04:01:05 +02:00
|
|
|
* Updated ntoskrnl-Emulator patchset to implement emulation of MOVZX
|
|
|
|
instruction on x86_64.
|
2015-06-18 05:18:39 +02:00
|
|
|
* Updated patchset ntdll-WRITECOPY to be compatible with OSX (fixes Wine
|
|
|
|
Staging Bug #399).
|
2015-06-25 07:47:08 +02:00
|
|
|
* Disable patch to avoid crash when NULL pointer is passed to atof / strtod
|
|
|
|
functions (fixed upstream).
|
2015-06-15 17:27:30 +02:00
|
|
|
* Removed patch for implementation of GdipCreateRegionRgnData (accepted
|
|
|
|
upstream).
|
|
|
|
* Removed patch to fix output buffer size for IOCTL_DVD_READ_STRUCTURE
|
|
|
|
requests (accepted upstream).
|
|
|
|
* Removed patch to add stub for kernel32.SetFileCompletionNotificationModes
|
|
|
|
(accepted upstream).
|
|
|
|
* Removed patch to use random names when caching very long urls in wininet
|
|
|
|
(accepted upstream).
|
2015-06-18 23:27:35 +02:00
|
|
|
* Removed patch to fix link notification conditions for riched20 (accepted
|
|
|
|
upstream).
|
2015-06-19 16:06:14 +02:00
|
|
|
* Removed patch to emulate access to USER_SHARE_DATA on x86_64 (accepted
|
|
|
|
upstream).
|
|
|
|
* Removed patch to fix possible use-after-free in wineserver device IPR code
|
|
|
|
(accepted upstream).
|
2015-06-23 16:38:54 +02:00
|
|
|
* Removed patches to implement GetVolumePathName (accepted upstream).
|
2015-06-25 01:35:41 +02:00
|
|
|
* Removed patch for advapi32.GetWindowsAccountDomainSid (accepted upstream).
|
2015-06-25 16:37:32 +02:00
|
|
|
* Removed patch for stub implementation of fltlib.FilterLoad (accepted
|
|
|
|
upstream).
|
2015-06-26 15:03:09 +02:00
|
|
|
* Removed patch for AT_ROUND_TO_PAGE support in NtMapViewOfSection (accepted
|
|
|
|
upstream).
|
2015-06-16 22:35:05 +02:00
|
|
|
* Removed patch to fix linking against libunwind on Linux (fixed upstream).
|
2015-06-28 18:21:50 +02:00
|
|
|
-- Sebastian Lackner <sebastian@fds-team.de> Sun, 28 Jun 2015 18:20:36 +0200
|
2015-06-14 09:17:37 +02:00
|
|
|
|
2015-06-14 00:39:24 +02:00
|
|
|
wine-staging (1.7.45) unstable; urgency=low
|
2015-06-02 15:34:19 +02:00
|
|
|
* Add reference to upstream bug report for various patchsets.
|
|
|
|
* Updated server-Key_State patchset to fix a test failure in
|
|
|
|
comctl32/listview.
|
|
|
|
* Updated shell32-Icons patchset to fix a test failure in comctl32/imagelist.
|
|
|
|
* Updated shlwapi-AssocGetPerceivedType patchset to fix error checking for
|
|
|
|
RegGetValueW.
|
2015-06-03 18:13:44 +02:00
|
|
|
* Updated patch to fix opening clipboard from multiple threads (partially
|
|
|
|
fixed upstream).
|
2015-06-03 18:32:16 +02:00
|
|
|
* Updated patchset for ObjectTypeInformation and fix typename for various
|
|
|
|
additional wineserver object types.
|
2015-06-03 03:04:46 +02:00
|
|
|
* Added patches for FileRenameInformation support (fixes Wine Staging Bug
|
|
|
|
#296).
|
2015-06-03 05:44:56 +02:00
|
|
|
* Added additional tests for behaviour of opening readonly files.
|
2015-06-03 07:25:33 +02:00
|
|
|
* Added patch to fix opening a readonly file with FILE_WRITE_ATTRIBUTES access
|
|
|
|
(fixes Wine Staging Bug #298).
|
2015-06-03 07:27:51 +02:00
|
|
|
* Added patch to silence test failures in ntdll/directory tests.
|
2015-06-03 17:07:24 +02:00
|
|
|
* Added patches for support of FileLinkInformation (fixes Wine Staging Bug
|
|
|
|
#297).
|
2015-06-03 22:31:02 +02:00
|
|
|
* Added patch to restore original error code in rpcrt4 when ReadFile fails
|
|
|
|
with ERROR_MORE_DATA.
|
2015-06-04 00:07:19 +02:00
|
|
|
* Added patch to set NamedPipeState to FILE_PIPE_CLOSING_STATE on broken pipe
|
|
|
|
in NtQueryInformationFile.
|
2015-06-04 00:21:47 +02:00
|
|
|
* Added patch to allow setting pixel format for desktop window.
|
2015-06-05 01:44:39 +02:00
|
|
|
* Added patch to set a proper caption for shell32 Run dialog (by Jared
|
|
|
|
Smudde).
|
2015-06-05 07:47:14 +02:00
|
|
|
* Added patch to support AT_ROUND_TO_PAGE flag in NtMapViewOfSection (fixes
|
|
|
|
Wine Staging Bug 347).
|
2015-06-06 01:56:11 +02:00
|
|
|
* Added patches to fix error code for ReadFile/WriteFile on closed pipe (fixes
|
|
|
|
Wine Staging Bug #348).
|
2015-06-06 03:50:17 +02:00
|
|
|
* Added patch to initialize
|
|
|
|
System\CurrentControlSet\Control\TimeZoneInformation registry keys.
|
2015-06-06 03:56:52 +02:00
|
|
|
* Added patch to implement default homepage button in inetcpl.cpl.
|
2015-06-06 04:00:03 +02:00
|
|
|
* Added patch to fix link notification conditions for riched20.
|
2015-06-06 04:53:33 +02:00
|
|
|
* Added patch to fix endless loop in regedit when importing files with very
|
|
|
|
long lines.
|
2015-06-06 18:04:37 +02:00
|
|
|
* Added patch to improve stubs for NtQueryEaFile.
|
2015-06-06 19:12:42 +02:00
|
|
|
* Added patch for semi-stub of FileFsVolumeInformation information class.
|
2015-06-06 20:28:46 +02:00
|
|
|
* Added patch to use NVX_GPU_MEMORY_INFO extension for more exact video memory
|
|
|
|
accounting on NVIDIA graphic cards.
|
2015-06-07 20:17:10 +02:00
|
|
|
* Added patch to fix handling of periodic advice timers causing high CPU
|
|
|
|
usage.
|
2015-06-09 05:49:04 +02:00
|
|
|
* Added patch to forward GIF encoder requests to windowscodecs.
|
2015-06-09 06:02:07 +02:00
|
|
|
* Added patch to ensure console InsertMode changes take effect immediately.
|
2015-06-13 01:03:13 +02:00
|
|
|
* Added patch to send WM_DROPFILES only when OLE dnd fails.
|
2015-06-13 01:21:16 +02:00
|
|
|
* Added patch with stub for winscard.SCardListReadersA/W.
|
2015-06-13 07:13:20 +02:00
|
|
|
* Added patch to implement fallback to system ping command when CAP_NET_RAW is
|
|
|
|
not available.
|
2015-06-13 17:39:10 +02:00
|
|
|
* Added patch to properly check existence of libunwind before linking against
|
|
|
|
it.
|
2015-06-13 21:04:59 +02:00
|
|
|
* Added patch to implement advapi32.GetWindowsAccountDomainSid.
|
2015-06-04 16:46:36 +02:00
|
|
|
* Removed patch to handle '\r' as whitespace in wbemprox queries (accepted
|
|
|
|
upstream).
|
|
|
|
* Removed patch to make sure OpenClipboard with current owner doesn't fail
|
|
|
|
(accepted upstream).
|
2015-06-09 04:55:11 +02:00
|
|
|
* Removed patch to add IEnumString stub interface for ACLShellSource (fixed
|
|
|
|
upstream).
|
2015-06-02 15:34:19 +02:00
|
|
|
* Removed patch to fix NULL pointer dereference in get_frame_by_name
|
|
|
|
(identical patch accepted upstream).
|
2015-06-09 04:55:11 +02:00
|
|
|
* Removed patch to output winedbg system information also to the terminal
|
|
|
|
(accepted upstream).
|
2015-06-09 05:49:04 +02:00
|
|
|
* Removed patch to fix handling of periodic advice timers causing high CPU
|
|
|
|
usage (accepted upstream).
|
2015-06-11 15:37:59 +02:00
|
|
|
* Removed revert path to fix broken rendering in various games (fixed
|
|
|
|
upstream).
|
|
|
|
* Removed patch to set a valid linker version in winebuild (accepted
|
|
|
|
upstream).
|
2015-06-11 17:12:42 +02:00
|
|
|
* Removed patch to fix wrong return value in directmusic (accepted upstream).
|
|
|
|
* Removed patch to implement support for GetSystemTimes (accepted upstream).
|
|
|
|
* Removed patch to implement file disposition class in
|
|
|
|
SetFileInformationByHandle (accepted upstream).
|
2015-06-12 20:13:22 +02:00
|
|
|
* Removed patch to make additional ddraw functions hotpatchable (accepted
|
|
|
|
upstream).
|
2015-06-14 00:39:24 +02:00
|
|
|
-- Sebastian Lackner <sebastian@fds-team.de> Sun, 14 Jun 2015 00:38:15 +0200
|
2015-05-31 14:48:17 +02:00
|
|
|
|
2015-05-31 04:44:43 +02:00
|
|
|
wine-staging (1.7.44) unstable; urgency=low
|
2015-05-24 17:31:50 +02:00
|
|
|
* Added patch to handle '\r' as whitespace in wbemprox queries.
|
2015-05-24 17:56:51 +02:00
|
|
|
* Added patch with stubbed ISWbemSecurity interfaces in wbemdisp.
|
2015-05-24 18:25:00 +02:00
|
|
|
* Added patch with shell32 placeholder icons to match offsets with Windows.
|
2015-05-25 06:10:28 +02:00
|
|
|
* Added patch to assign a drive serial number during prefix creation/update.
|
2015-05-26 22:06:15 +02:00
|
|
|
* Added patch for support of ws2_32.dll.WSAPoll.
|
2015-05-28 15:26:05 +02:00
|
|
|
* Added patch to allow to enable/disable InsertMode in wineconsole settings.
|
2015-05-28 22:48:59 +02:00
|
|
|
* Added patch for stub of iphlpapi.ConvertInterfaceLuidToGuid.
|
2015-05-28 23:10:33 +02:00
|
|
|
* Added patch to use random names when caching very long urls (fixes Wine
|
|
|
|
Staging Bug #266).
|
2015-05-29 19:07:13 +02:00
|
|
|
* Added patch to fix crash in Gothic 1/2 with builtin directmusic caused by
|
|
|
|
wrong return value.
|
2015-05-29 20:00:17 +02:00
|
|
|
* Added patch to return fake device type when systemroot is located on virtual
|
|
|
|
disk (improves compatibility when wineprefix is on tmpfs).
|
2015-05-29 20:09:02 +02:00
|
|
|
* Added patch to fix NULL pointer dereference in get_frame_by_name.
|
2015-05-29 23:20:21 +02:00
|
|
|
* Added patch to fix handling of opening a file with RootDirectory pointing to
|
|
|
|
a file handle.
|
2015-05-30 01:27:24 +02:00
|
|
|
* Added patch to output winedbg system information also to the terminal, not
|
|
|
|
only to dialog.
|
2015-05-30 02:37:21 +02:00
|
|
|
* Added patch to allow hiding wine version information from applications.
|
2015-05-30 03:27:41 +02:00
|
|
|
* Added patch to fix scaling behaviour of images and mipmap levels in
|
|
|
|
IDirect3DTexture2_Load.
|
2015-05-30 17:15:23 +02:00
|
|
|
* Added patchset to fix various upstream issues detected by Coverity.
|
2015-05-31 00:29:12 +02:00
|
|
|
* Added patch to avoid using unixfs for devices without mountpoint.
|
2015-05-30 21:43:52 +02:00
|
|
|
* Revert upstream patch which causes broken rendering in various games.
|
2015-05-20 06:00:09 +02:00
|
|
|
* Removed patch to reset device state in SysKeyboard*Impl_Acquire (accepted
|
|
|
|
upstream).
|
|
|
|
* Removed patch to avoid creating thread queues for foreign threads in
|
|
|
|
attach_thread_input (accepted upstream).
|
|
|
|
* Removed patch to fix access violation when calling GetStringTypeW with NULL
|
|
|
|
src (accepted upstream).
|
|
|
|
* Removed patch to return correct device type for CD devices without medium
|
|
|
|
(accepted upstream).
|
|
|
|
* Removed patch to fix memory leak in wininet cookie handling (accepted
|
|
|
|
upstream).
|
2015-05-21 06:24:11 +02:00
|
|
|
* Removed patch to allocate fake hWnd for wineconsole curses backend (accepted
|
|
|
|
upstream).
|
|
|
|
* Removed patch to dirtify vertex shader on transformed update (accepted
|
|
|
|
upstream).
|
|
|
|
* Removed patch to avoid appending duplicate NULL characters when importing
|
|
|
|
keys with regedit (accepted upstream).
|
|
|
|
* Removed patch to implement kernel32.GetSystemTimePreciseAsFileTime (accepted
|
|
|
|
upstream).
|
2015-05-20 06:00:09 +02:00
|
|
|
* Removed various patches containing tests (accepted upstream).
|
2015-05-21 18:47:14 +02:00
|
|
|
* Removed patches for advapi32.ImpersonateAnonymousToken (accepted upstream).
|
2015-05-22 15:22:57 +02:00
|
|
|
* Removed patches for Win32_SystemEnclosure support (accepted upstream).
|
|
|
|
* Removed patch with tests for CoWaitForMultipleHandles and WM_QUIT (accepted
|
|
|
|
upstream).
|
2015-05-26 18:32:07 +02:00
|
|
|
* Removed patches for AtlIPersistPropertyBag_Save stub (accepted upstream).
|
2015-05-27 22:10:54 +02:00
|
|
|
* Removed patches to set last error when GetRawInputDeviceList fails (accepted
|
|
|
|
upstream).
|
2015-05-21 18:47:14 +02:00
|
|
|
* Removed patches for \Device\Null driver (fixed upstream with alternative
|
|
|
|
solution).
|
2015-05-26 18:32:07 +02:00
|
|
|
* Removed patches for semi-stub of GetFileVersionInfo[Size]ExA/W (fixed
|
|
|
|
upstream).
|
2015-05-20 06:00:09 +02:00
|
|
|
* Partially removed patches for ITextFont/ITextPara implementation (fixed
|
|
|
|
upstream).
|
2015-05-31 04:44:43 +02:00
|
|
|
-- Sebastian Lackner <sebastian@fds-team.de> Sun, 31 May 2015 04:43:28 +0200
|
2015-05-20 06:00:09 +02:00
|
|
|
|
2015-05-16 22:59:02 +02:00
|
|
|
wine-staging (1.7.43) unstable; urgency=low
|
2015-05-04 21:52:33 +02:00
|
|
|
* Disable patchset shell32-Default_Folder_ACLs (fixes Wine Staging Bug #265).
|
2015-05-07 02:24:03 +02:00
|
|
|
* Updated patch to calculate msvcrt exponential math operations with higher
|
|
|
|
precision (fixes Wine Staging Bug #268).
|
2015-05-09 00:42:45 +02:00
|
|
|
* Updated patchset for CopyFileEx improvements, fix testfailures in
|
|
|
|
kernel32/file and add additional tests.
|
2015-05-16 00:34:09 +02:00
|
|
|
* Updated patch to emulate \Device\Null using /dev/null, use a proper device
|
|
|
|
driver.
|
2015-05-07 02:24:03 +02:00
|
|
|
* Added patch to wait before reusing recently freed memory (fixes Wine Staging
|
|
|
|
Bug #269 and #199).
|
|
|
|
* Added patch to improve ReadDataAvailable handling in
|
|
|
|
FilePipeLocalInformation class.
|
2015-05-06 16:57:47 +02:00
|
|
|
* Added patch with tests for shlwapi.AssocGetPerceivedType.
|
2015-05-06 23:21:06 +02:00
|
|
|
* Added patch with stub for atl80.AtlIPersistPropertyBag_Save.
|
2015-05-07 04:20:48 +02:00
|
|
|
* Added patch to return default palette entries from GetSystemPaletteEntries
|
|
|
|
for non-palette-based devices.
|
2015-05-07 06:34:45 +02:00
|
|
|
* Added patch with stub for winsta.WinStationEnumerateW.
|
2015-05-08 19:54:08 +02:00
|
|
|
* Added patch to implement support for ObjectTypeInformation class support in
|
|
|
|
NtQueryObject.
|
2015-05-08 21:55:25 +02:00
|
|
|
* Added patch to fix error handling in OpenSCManagerW (fixes testfailure in
|
|
|
|
advapi32/service tests when named pipe messagemode is available).
|
2015-05-09 04:26:56 +02:00
|
|
|
* Added patch to fix leak of async handle in pipe_server_flush.
|
|
|
|
* Added patch to dirtify vertex shader on transformed update, fixes graphical
|
|
|
|
corruption.
|
2015-05-10 02:26:38 +02:00
|
|
|
* Added patch to use POSIX implementation to enumerate directory content on
|
|
|
|
FreeBSD.
|
2015-05-11 18:19:20 +02:00
|
|
|
* Added patch for stub of fltlib.FilterLoad.
|
2015-05-12 03:36:39 +02:00
|
|
|
* Added patch to implement shlwapi.AssocGetPerceivedType.
|
2015-05-12 05:46:20 +02:00
|
|
|
* Added patch to avoid creating foreign thread queues for attach_thread_input
|
|
|
|
requests.
|
2015-05-13 04:58:51 +02:00
|
|
|
* Added patch with IEnumString stub interface for ACLShellSource.
|
2015-05-13 07:11:50 +02:00
|
|
|
* Added patch to create stub files for
|
|
|
|
system32/drivers/etc/{services,hosts,networks,protocol}.
|
2015-05-13 19:32:09 +02:00
|
|
|
* Added patch to allocate fake hWnd for wineconsole curses backend.
|
2015-05-14 03:14:44 +02:00
|
|
|
* Added patch to implement kernel32.GetSystemTimePreciseAsFileTime.
|
2015-05-15 02:48:15 +02:00
|
|
|
* Added patch with tests for
|
|
|
|
imagehlp.{ImageLoad,ImageUnload,GetImageUnusedHeaderBytes}.
|
2015-05-15 20:01:15 +02:00
|
|
|
* Added patch to fix memory leak in wininet.HTTP_InsertCookies.
|
2015-05-15 21:38:48 +02:00
|
|
|
* Added patches for additional tests of wininet cookie/header/authentication
|
|
|
|
handling, in preparation of various cleanup patches.
|
2015-05-16 02:07:36 +02:00
|
|
|
* Added patch to add HTTP Host header in HttpSendRequest instead of
|
|
|
|
HttpOpenRequest.
|
2015-05-16 03:43:53 +02:00
|
|
|
* Added various additional fixes for wininet header handling.
|
2015-05-16 04:29:53 +02:00
|
|
|
* Added patch to free RPC parameters allocated by application before anything
|
|
|
|
else.
|
2015-05-16 17:19:40 +02:00
|
|
|
* Added patch with stub for kernel32.SetFileCompletionNotificationModes (for
|
|
|
|
Steam in Win7 mode).
|
2015-05-16 17:55:21 +02:00
|
|
|
* Added patch to skip unknown item when decoding a CMS certificate.
|
2015-05-07 02:24:03 +02:00
|
|
|
* Removed patch to use lockfree implementation for FD cache (accepted
|
|
|
|
upstream).
|
|
|
|
* Removed patch to properly handle closing sockets during a select call
|
|
|
|
(accepted upstream).
|
|
|
|
* Removed patches to fix behaviour of VirtualProtect / NtProtectVirtualMemory
|
|
|
|
(accepted upstream).
|
2015-05-16 22:59:02 +02:00
|
|
|
-- Sebastian Lackner <sebastian@fds-team.de> Sat, 16 May 2015 22:57:29 +0200
|
2015-05-04 19:02:31 +02:00
|
|
|
|
2015-05-03 22:02:59 +02:00
|
|
|
wine-staging (1.7.42) unstable; urgency=low
|
2015-05-07 02:24:03 +02:00
|
|
|
* Added patch with stub for advapi32.ImpersonateAnonymousToken (fixes Wine
|
|
|
|
Staging Bug #254).
|
2015-04-23 23:53:22 +02:00
|
|
|
* Added patch to implement FileFsFullSizeInformation information class.
|
2015-04-26 20:51:52 +02:00
|
|
|
* Added patch to update timezone information in wine.inf.
|
2015-05-07 02:24:03 +02:00
|
|
|
* Added patch to fix check for texture levels in
|
|
|
|
wined3d_device_update_texture.
|
2015-04-27 03:59:48 +02:00
|
|
|
* Added patch to ignore garbage after decoding gif lines.
|
2015-04-29 16:08:58 +02:00
|
|
|
* Added patch to fix various issues related to advapi32.LookupAccountSidA.
|
2015-04-30 00:57:29 +02:00
|
|
|
* Added patch with stub for d3d11.D3D11CreateDeviceAndSwapChain.
|
2015-04-30 01:11:05 +02:00
|
|
|
* Added patch with stub for D3DXFrameFind.
|
2015-05-07 02:24:03 +02:00
|
|
|
* Added patch to return failure in NtProtectVirtualMemory when last argument
|
|
|
|
is omitted.
|
2015-05-02 21:00:56 +02:00
|
|
|
* Added patch to emulate \Device\Null using /dev/null.
|
2015-05-03 07:36:40 +02:00
|
|
|
* Added patch to make sure OpenClipboard with current owner doesn't fail.
|
2015-05-07 02:24:03 +02:00
|
|
|
* Added patch to create HKLM\Software\Microsoft\Cryptography\MachineGuid
|
|
|
|
registry key.
|
|
|
|
* Removed patch to avoid crash when trying to bind mshtml event scripts to
|
|
|
|
window (fixed upstream).
|
2015-04-22 23:35:24 +02:00
|
|
|
* Removed patch for stub of ntdll.WinSqmIsOptedIn (fixed upstream).
|
2015-05-07 02:24:03 +02:00
|
|
|
* Removed patch to fix issues with invalid console handles for new processes
|
|
|
|
(accepted upstream).
|
2015-04-29 20:31:10 +02:00
|
|
|
* Removed patches to fix timezone information (accepted upstream).
|
2015-05-07 02:24:03 +02:00
|
|
|
* Removed patch to recognize localhost as local machine in wbemprox (accepted
|
|
|
|
upstream).
|
|
|
|
* Partially removed patches to fix handling of opening read-only files for
|
|
|
|
FILE_DELETE_ON_CLOSE (accepted upstream).
|
2015-05-03 22:02:59 +02:00
|
|
|
-- Sebastian Lackner <sebastian@fds-team.de> Sun, 03 May 2015 22:01:51 +0200
|
2015-04-20 15:57:54 +02:00
|
|
|
|
2015-04-19 01:20:00 +02:00
|
|
|
wine-staging (1.7.41) unstable; urgency=low
|
2015-05-07 02:24:03 +02:00
|
|
|
* Updated server-PeekMessage patchset to reset message filter in
|
|
|
|
accept_hardware_message call (fixes Wine Staging Bug #211).
|
|
|
|
* Updated ntdll-FileDispositionInformation patchset to block deleting mapped
|
|
|
|
files (by Qian Hong, fixes Wine Staging Bug #228).
|
2015-04-16 13:02:10 +02:00
|
|
|
* Various improvements to the ACL patchsets.
|
2015-04-05 09:56:31 +02:00
|
|
|
* Disable DXVA2 controls in winecfg when support is not compiled in.
|
2015-04-05 20:11:34 +02:00
|
|
|
* Added patch to enable/disable EAX support via winecfg.
|
2015-04-10 00:13:54 +02:00
|
|
|
* Added patch with stub for setupapi.SetupDiSetDeviceInstallParamsW.
|
2015-05-07 02:24:03 +02:00
|
|
|
* Added first part of patchset containing various improvements for
|
|
|
|
LsaLookupSids.
|
|
|
|
* Added patch to calculate msvcrt exponential math operations with higher
|
|
|
|
precision.
|
|
|
|
* Added patch to fix regression caused by blacklisting supported OpenGL
|
|
|
|
extensions.
|
2015-04-11 10:07:56 +02:00
|
|
|
* Added patch to reset device state in SysKeyboard*Impl_Acquire.
|
2015-04-16 13:02:10 +02:00
|
|
|
* Added patch to properly handle closing sockets during a select call.
|
2015-04-17 06:23:19 +02:00
|
|
|
* Added patch for support of process specific debug channels.
|
2015-04-17 06:29:29 +02:00
|
|
|
* Added patch to recognize localhost as local machine in wbemprox.
|
2015-04-17 09:50:34 +02:00
|
|
|
* Added patch to implement support for wbemprox Win32_SystemEnclosure table.
|
2015-05-07 02:24:03 +02:00
|
|
|
* Added patch to fix handling of opening read-only files for
|
|
|
|
FILE_DELETE_ON_CLOSE.
|
2015-04-17 21:00:19 +02:00
|
|
|
* Added patch for implementation of mfplat.MFTRegister.
|
2015-04-18 15:34:28 +02:00
|
|
|
* Added patch for stub of ntdll.WinSqmIsOptedIn.
|
2015-04-18 16:39:34 +02:00
|
|
|
* Added patch for ProfileList\<UserSID> registry subkey.
|
2015-05-07 02:24:03 +02:00
|
|
|
* Added patch to avoid crash when trying to bind mshtml event scripts to
|
|
|
|
window.
|
2015-04-06 08:15:53 +02:00
|
|
|
* Added tests for RtlIpv6AddressToString and RtlIpv6AddressToStringEx.
|
2015-05-07 02:24:03 +02:00
|
|
|
* Removed patches to fix invalid memory access in get_registry_locale_info
|
|
|
|
(accepted upstream).
|
|
|
|
* Removed patches to avoid repeated FIXMEs in PsLookupProcessByProcessId stub
|
|
|
|
(accepted upstream).
|
|
|
|
* Removed patches to return more context attributes in
|
|
|
|
schan_InitializeSecurityContextW (accepted upstream).
|
|
|
|
* Removed patches to allow NULL pointer as keystate in ToUnicodeEx (accepted
|
|
|
|
upstream).
|
|
|
|
* Removed patches to avoid returning an error in WS_select when EINTR happens
|
|
|
|
during timeout (accepted upstream).
|
2015-04-05 06:02:38 +02:00
|
|
|
* Partially remove advapi32-Revert_DACL patches.
|
2015-04-07 20:01:32 +02:00
|
|
|
* Removed additional patches for job object support (accepted upstream).
|
2015-05-07 02:24:03 +02:00
|
|
|
* Removed patchset to invalidate the key state cache after calling LL hooks
|
|
|
|
(accepted upstream).
|
2015-04-07 20:01:32 +02:00
|
|
|
* Removed patches for PowerRequest stub functions (accepted upstream).
|
2015-04-09 18:21:07 +02:00
|
|
|
* Removed patch to fix compatibility with gnutls28 (accepted upstream).
|
2015-05-07 02:24:03 +02:00
|
|
|
* Removed patch to increase wineconsole commandline buffer size (fixed
|
|
|
|
upstream).
|
2015-04-19 01:20:00 +02:00
|
|
|
-- Sebastian Lackner <sebastian@fds-team.de> Sun, 19 Apr 2015 01:16:43 +0200
|
2015-04-05 06:02:38 +02:00
|
|
|
|
2015-04-05 01:29:49 +02:00
|
|
|
wine-staging (1.7.40) unstable; urgency=low
|
2015-03-24 21:58:18 +01:00
|
|
|
* Update dsound fast mixer patchset to use integer math.
|
2015-03-28 21:47:26 +01:00
|
|
|
* Various improvements to Debian packaging files, pull request #310.
|
2015-03-27 07:00:49 +01:00
|
|
|
* Added patch with stubs for Power[Set|Clear]Request.
|
2015-05-07 02:24:03 +02:00
|
|
|
* Added patch to avoid spam of FIXME messages for PsLookupProcessByProcessId
|
|
|
|
stub.
|
2015-03-27 08:48:46 +01:00
|
|
|
* Added patch to implement empty enumerator for IWiaDevMgr::EnumDeviceInfo.
|
2015-03-27 09:39:40 +01:00
|
|
|
* Added patch to fix handling of ANSI NTLM credentials.
|
2015-03-27 09:54:16 +01:00
|
|
|
* Added patch to fix compatibility of Uplay with gnutls28.
|
2015-05-07 02:24:03 +02:00
|
|
|
* Added patches for Environmental Audio Extensions (EAX), pull request #311
|
|
|
|
from Mark Harmstone.
|
|
|
|
* Added patch to fix return value of WS_select in case of EINTR during
|
|
|
|
timeout.
|
2015-03-28 21:38:50 +01:00
|
|
|
* Added patch to fix calculation of 3D sound source.
|
2015-03-28 23:54:21 +01:00
|
|
|
* Added patch for stub of fltmgr.sys (filter manager driver).
|
2015-03-30 04:11:47 +02:00
|
|
|
* Added patch to return correct device type for cd devices without medium.
|
2015-03-30 04:28:05 +02:00
|
|
|
* Added patch to fix device paths in HKLM\SYSTEM\MountedDevices.
|
2015-05-07 02:24:03 +02:00
|
|
|
* Added patch to show unmounted devices in winecfg and allow changing the unix
|
|
|
|
path.
|
|
|
|
* Added patch for support of 8bpp grayscale TIFF images with 8bpp alpha
|
|
|
|
channel (replaces previous stub).
|
|
|
|
* Added patch to implement support for linux priority levels (by Joakim
|
|
|
|
Hernberg, various modifications by Sebastian Lackner).
|
2015-04-02 03:42:09 +02:00
|
|
|
* Added patch to implement mscoree._CorValidateImage for mono runtime.
|
2015-05-07 02:24:03 +02:00
|
|
|
* Added patch to implement proper handling of CLI .NET images in Wine library
|
|
|
|
loader.
|
2015-04-03 17:13:12 +02:00
|
|
|
* Added patch to stub ntoskrnl.PsRemoveLoadImageNotifyRoutine
|
2015-04-03 17:30:35 +02:00
|
|
|
* Added patch to fix invalid memory access in get_registry_locale_info.
|
2015-05-07 02:24:03 +02:00
|
|
|
* Added patch to allow to open files/directories without any access rights in
|
|
|
|
order to query attributes.
|
|
|
|
* Added patch to implement DDENUMSURFACES_CANBECREATED in
|
|
|
|
IDirectDraw7::EnumSurfaces and fix some bugs.
|
2015-04-04 22:17:38 +02:00
|
|
|
* Added patch to ignore unsupported job object restrictions.
|
2015-04-04 22:32:25 +02:00
|
|
|
* Added patch to allow NULL pointer as keystate argument in ToUnicodeEx.
|
2015-04-04 22:45:27 +02:00
|
|
|
* Added patch with stub for setupapi.SetupDiSelectBestCompatDrv.
|
2015-05-07 02:24:03 +02:00
|
|
|
* Removed patch to fix regression causing black screen on startup (accepted
|
|
|
|
upstream).
|
2015-03-24 18:33:59 +01:00
|
|
|
* Removed patch to fix edge cases in TOOLTIPS_GetTipText (fixed upstream).
|
2015-05-07 02:24:03 +02:00
|
|
|
* Removed patch for IConnectionPoint/INetworkListManagerEvents stub interface
|
|
|
|
(accepted upstream).
|
|
|
|
* Removed patch to fix race-condition when closing browseui IProcessDialog
|
|
|
|
(accepted upstream).
|
|
|
|
* Removed patch with tests for GetFinalPathNameByHandleA/W (accepted
|
|
|
|
upstream).
|
|
|
|
* Removed patch to emulate 'mov Eb, Gb' instruction on x86 processor
|
|
|
|
architecture (accepted upstream).
|
2015-03-26 17:56:44 +01:00
|
|
|
* Removed patches for Setup*Log() functions (accepted upstream).
|
2015-03-31 00:53:08 +02:00
|
|
|
* Removed tests for job objects (accepted upstream).
|
2015-05-07 02:24:03 +02:00
|
|
|
* Removed patch to fix various bugs in RtlUnwindEx on x86_64 (accepted
|
|
|
|
upstream).
|
2015-04-01 22:09:49 +02:00
|
|
|
* Partially removed patches for job objects (accepted upstream).
|
2015-04-05 01:29:49 +02:00
|
|
|
-- Sebastian Lackner <sebastian@fds-team.de> Sun, 05 Apr 2015 01:28:45 +0200
|
2015-03-23 18:20:54 +01:00
|
|
|
|
2015-03-22 04:06:36 +01:00
|
|
|
wine-staging (1.7.39) unstable; urgency=low
|
2015-05-07 02:24:03 +02:00
|
|
|
* Fix a build failure on MacOS caused by using of strndup in the server-
|
|
|
|
Inherited_ACLs patchset.
|
|
|
|
* Update patchset for ntdll-RtlUnwindEx to fix an issue with dwarf handling
|
|
|
|
(fixes Wine Staging Bug #170).
|
|
|
|
* Updated patchset for dinput-Events to be compatible with more games (fixes
|
|
|
|
Wine Staging Bug #149).
|
|
|
|
* Added patch for tests of RtlIpv6StringToAddress,
|
|
|
|
RtlIpv{4,6}StringToAddressEx (by Mark Jansen).
|
2015-03-10 17:42:08 +01:00
|
|
|
* Added patch to fix multithreading issues with fullscreen clipping.
|
2015-03-10 18:16:26 +01:00
|
|
|
* Added patch with tests for VerQueryValueA (by Mark Jansen).
|
2015-05-07 02:24:03 +02:00
|
|
|
* Added patch to implement proper locking of keystate and synchronization with
|
|
|
|
desktop thread.
|
|
|
|
* Added patch to implement better stub function for
|
|
|
|
NtQueryInformationJobObject.
|
|
|
|
* Added patch to avoid crash in d3d9 tests by skipping when texture/surface
|
|
|
|
creation fails.
|
2015-03-14 05:03:07 +01:00
|
|
|
* Added patch to fix wrong version of ID3DXEffect interface for d3dx9_24.
|
2015-03-14 04:50:52 +01:00
|
|
|
* Added patch to fix wrong version of ID3DXEffect interface for d3dx9_25.
|
2015-03-14 17:02:19 +01:00
|
|
|
* Added patch to allow to query for d3dx9_26 specific ID3DXEffect interface.
|
2015-05-07 02:24:03 +02:00
|
|
|
* Added patch to modify GetMessage to return already seen messages with higher
|
|
|
|
priority.
|
2015-03-15 01:34:10 +01:00
|
|
|
* Added patch to silence repeated 'Unhandled blend factor 0' FIXME messages.
|
2015-03-15 01:45:31 +01:00
|
|
|
* Added patch for stub of PowerCreateRequest.
|
2015-03-15 05:49:45 +01:00
|
|
|
* Added patch to invalidate key state cache globally after calling LL hooks.
|
2015-05-07 02:24:03 +02:00
|
|
|
* Added patch to fix Wine Staging Bug #162 - Caesar III demo installer
|
|
|
|
crashes.
|
|
|
|
* Added patch to fix wrong return values of
|
|
|
|
RtlFindActivationContextSectionString for NULL data (by Mark Jansen).
|
|
|
|
* Added patch to implement _ismbckata and _mbctohira, moreover fix wrong
|
|
|
|
return value of _ismbckata.
|
2015-03-16 08:24:51 +01:00
|
|
|
* Added patch to improve stub for ID3DXEffectImpl_CloneEffect.
|
2015-03-17 04:35:13 +01:00
|
|
|
* Added patch with additional tests for server-PeekMessage.
|
2015-03-17 19:26:00 +01:00
|
|
|
* Added patch to only zero the buffer up 32767 bytes in GetTempPathW.
|
2015-05-07 02:24:03 +02:00
|
|
|
* Added patches to implement shared memory wineserver communication for
|
|
|
|
various user32 functions.
|
2015-03-20 17:33:05 +01:00
|
|
|
* Added patch to implement combase.WindowsSubstring function.
|
2015-05-07 02:24:03 +02:00
|
|
|
* Added patch with stub for
|
|
|
|
wininet.ParseX509EncodedCertificateForListBoxEntry.
|
2015-03-20 19:01:08 +01:00
|
|
|
* Added patch to allow to edit winecfg library override by double clicking.
|
2015-05-07 02:24:03 +02:00
|
|
|
* Added patch to fix regression causing too dark/missing textures in several
|
|
|
|
games.
|
2015-03-20 22:17:45 +01:00
|
|
|
* Added patch to fix regression causing black screen on startup.
|
2015-03-20 22:52:47 +01:00
|
|
|
* Added patch to implement SetupLogError[A|W] and Setup[Open|Close]Log.
|
2015-05-07 02:24:03 +02:00
|
|
|
* Added patches to get rid of wineserver call for GetActiveWindow, GetFocus,
|
|
|
|
GetCapture.
|
|
|
|
* Removed patch to avoid hardcoded values for sizeof(GUID) (accepted
|
|
|
|
upstream).
|
2015-03-13 15:09:40 +01:00
|
|
|
* Removed patches for SLGetWindowsInformationDWORD (accepted upstream).
|
2015-03-16 17:13:28 +01:00
|
|
|
* Removed patches for _ismbckata and _mbctohira (fixed upstream).
|
2015-05-07 02:24:03 +02:00
|
|
|
* Removed patches to fix wrong return values of
|
|
|
|
RtlFindActivationContextSectionString for NULL data (accepted upstream).
|
2015-03-17 19:13:04 +01:00
|
|
|
* Removed patch for server-PeekMessage tests (accepted upstream).
|
2015-05-07 02:24:03 +02:00
|
|
|
* Removed patch to only zero the buffer up 32767 bytes in GetTempPathW
|
|
|
|
(accepted upstream).
|
2015-03-19 20:23:42 +01:00
|
|
|
* Removed first patch of series ws2_32_WriteWatches (accepted upstream).
|
2015-03-22 04:06:36 +01:00
|
|
|
-- Sebastian Lackner <sebastian@fds-team.de> Sun, 22 Mar 2015 04:05:46 +0100
|
2015-03-09 16:55:13 +01:00
|
|
|
|
2015-03-07 23:10:42 +01:00
|
|
|
wine-staging (1.7.38) unstable; urgency=low
|
2015-02-23 19:14:25 +01:00
|
|
|
* Various improvements to patchupdate.py.
|
2015-03-04 19:36:04 +01:00
|
|
|
* Various improvements to dxva2 vaapi support.
|
2015-03-04 21:28:37 -07:00
|
|
|
* Long overdue update to the TransmitFile patches.
|
2015-02-23 18:26:59 +01:00
|
|
|
* Disabled patchset for reg.exe cleanup (partially accepted upstream).
|
2015-03-06 12:48:40 -07:00
|
|
|
* Added patch to report the correct refresh rates for some NVIDIA cards.
|
2015-05-07 02:24:03 +02:00
|
|
|
* Added patch to mark DllCanUnloadNow and DllGetClassObject as private (by
|
|
|
|
Amine Khaldi, wine-patched/pull/3).
|
|
|
|
* Added patch to skip Wine specific __wine_check_for_events calls in ReactOS
|
|
|
|
(by Amine Khaldi, wine-patched/pull/4).
|
|
|
|
* Added patch to declare pDirectInputCreateEx in a MSVC compatible way (by
|
|
|
|
Amine Khaldi, wine-patched/pull/5).
|
|
|
|
* Added patch to complete and properly pack DNS_HEADER structure (by Amine
|
|
|
|
Khaldi, wine-patched/pull/6).
|
2015-02-25 23:07:29 +01:00
|
|
|
* Added patch to fix race-condition when threads are killed during shutdown.
|
2015-02-25 23:27:09 +01:00
|
|
|
* Added patch to avoid deadlock by using _exit() in NtTerminateProcess.
|
2015-02-26 04:26:59 +01:00
|
|
|
* Added patch to fallback to global key state for threads without a queue.
|
2015-02-26 06:12:24 +01:00
|
|
|
* Added patch to implement SetFileInformationByHandle.
|
2015-02-26 07:10:29 +01:00
|
|
|
* Added patch for CopyFileEx progress callback and cancellation support.
|
2015-02-26 22:33:11 +01:00
|
|
|
* Added first set of patches for job objects (by Andrew Cook).
|
2015-02-27 01:18:50 +01:00
|
|
|
* Added patch for stub of gdiplus.GdipCreateEffect.
|
2015-02-27 01:31:59 +01:00
|
|
|
* Added patches for ntoskrnl.ProbeFor{Read,Write}.
|
2015-02-27 02:12:30 +01:00
|
|
|
* Added patch for support of shell32 file operation progress dialog.
|
2015-02-27 19:20:15 +01:00
|
|
|
* Added patch for basic implementation of job objects.
|
2015-02-27 21:06:05 +01:00
|
|
|
* Added patch to display animations for SHFileOperation progress dialog.
|
2015-02-27 22:44:57 +01:00
|
|
|
* Added patch to enforce that surfaces are flushed after ReleaseDC.
|
2015-02-27 22:53:56 +01:00
|
|
|
* Added patch to implement IProgressDialog::SetAnimation.
|
2015-05-07 02:24:03 +02:00
|
|
|
* Added patch in order to allow to override number of quality levels for
|
|
|
|
D3DMULTISAMPLE_NONMASKABLE.
|
2015-02-28 01:20:47 +01:00
|
|
|
* Added patch for job object completion support.
|
2015-02-28 01:38:49 +01:00
|
|
|
* Added patch to properly track handle count of wineserver objects.
|
2015-02-28 01:52:48 +01:00
|
|
|
* Added patch to implement JOB_OBJECT_LIMIT_KILL_ON_JOB_CLOSE.
|
2015-02-28 02:48:26 +01:00
|
|
|
* Added patch to implement PROGDLG_AUTOTIME for IProgressDialog.
|
2015-02-28 05:19:50 +01:00
|
|
|
* Added patch to implement support for NULL job handles in IsProcessInJob.
|
2015-02-28 07:01:09 +01:00
|
|
|
* Added patch to implement support for waiting on job object.
|
2015-02-28 21:55:43 +01:00
|
|
|
* Added patch to fix crash in clip_cursor_notify caused by uninitialized TLS.
|
2015-05-07 02:24:03 +02:00
|
|
|
* Added patches to make various functions in d3d8 / ddraw hotpatchable
|
|
|
|
(required for fraps).
|
|
|
|
* Added patch to make GetLogicalProcessorInformationEx a stub which returns
|
|
|
|
TRUE.
|
2015-03-01 04:10:54 +01:00
|
|
|
* Added patches to fix race-condition when closing browseui IProcessDialog.
|
2015-05-07 02:24:03 +02:00
|
|
|
* Added patch to avoid unloading msctf library while textservices are
|
|
|
|
activated.
|
|
|
|
* Added patch to correct DDSCAPS2 and DDSURFACEDESC2 structure (by Amine
|
|
|
|
Khaldi, wine-patched/pull/7).
|
2015-03-02 16:25:46 +01:00
|
|
|
* Added patch to fix crash when trying to switch back to a 16-bit stack.
|
2015-05-07 02:24:03 +02:00
|
|
|
* Added patches to improve performance by reusing old async IO structure if
|
|
|
|
possible.
|
2015-03-04 21:19:13 +01:00
|
|
|
* Added patch to increase wineconsole commandline buffer size.
|
2015-03-04 21:31:59 +01:00
|
|
|
* Added patch to replace hardcoded values with sizeof(GUID) for d3dxof.
|
2015-03-07 06:21:57 +01:00
|
|
|
* Added patch to implement cuModuleLoad wrapper function.
|
2015-03-07 18:14:35 +01:00
|
|
|
* Added patch to process APC calls before starting process.
|
2015-05-07 02:24:03 +02:00
|
|
|
* Removed patch to properly call DriverUnload when unloading device drivers
|
|
|
|
(accepted upstream).
|
|
|
|
* Removed patch to allow Accept-Encoding for HTTP/1.0 in wininet (accepted
|
|
|
|
upstream).
|
|
|
|
* Removed patch to declare pDirectInputCreateEx in a MSVC compatible way
|
|
|
|
(accepted upstream).
|
|
|
|
* Removed patch to limit cross thread access to ImmSet* functions (accepted
|
|
|
|
upstream).
|
|
|
|
* Removed patch to fix arguments for OSMesaMakeCurrent when using 16 bit
|
|
|
|
formats (accepted upstream).
|
|
|
|
* Removed patch to fix memory leak in
|
|
|
|
ApplicationAssociationRegistration_QueryCurrentDefault (accepted upstream).
|
|
|
|
* Removed patch to complete and properly pack DNS_HEADER structure (accepted
|
|
|
|
upstream).
|
|
|
|
* Removed patch to avoid accessing stack below ESP when restoring thread
|
|
|
|
context (accepted upstream).
|
2015-02-27 15:34:05 +01:00
|
|
|
* Removed patch to fix mouse jittering in Planetside 2 (accepted upstream).
|
2015-05-07 02:24:03 +02:00
|
|
|
* Removed patch to handle write watches while we're on the signal stack
|
|
|
|
(accepted upstream).
|
2015-03-03 18:18:58 +01:00
|
|
|
* Removed patch with tests for NtQueryLicenseKey (accepted upstream).
|
2015-05-07 02:24:03 +02:00
|
|
|
* Removed patch to fix crash when trying to switch back to a 16-bit stack
|
|
|
|
(accepted upstream).
|
|
|
|
* Removed patch to fix definition of SECTION_BASIC_INFORMATION and
|
|
|
|
SECTION_IMAGE_INFORMATION (accepted upstream).
|
|
|
|
* Removed patch to add library override instead of closing winecfg when
|
|
|
|
pressing ENTER (accepted upstream).
|
|
|
|
* Removed patch to fix init of LONGLONG variable with a negative value in TGA
|
|
|
|
decoder (accepted upstream).
|
|
|
|
* Removed patch to fix parameters for ConvertToIndexedBlendedMesh stub
|
|
|
|
(accepted upstream).
|
2015-03-07 23:10:42 +01:00
|
|
|
-- Sebastian Lackner <sebastian@fds-team.de> Sat, 07 Mar 2015 23:09:11 +0100
|
2015-02-23 18:26:59 +01:00
|
|
|
|
2015-02-22 06:59:18 +01:00
|
|
|
wine-staging (1.7.37) unstable; urgency=low
|
2015-02-08 20:16:54 +01:00
|
|
|
* Fix a TRACE line in the iphlpapi-TCP_Table patchset.
|
2015-02-11 13:37:53 +01:00
|
|
|
* Fix an issue in the d3dx9_36-GetShaderSemantics patchset.
|
2015-02-10 00:10:32 +01:00
|
|
|
* Update patchset for RtlUnwindEx on x86_64 and fix a second bug.
|
2015-05-07 02:24:03 +02:00
|
|
|
* Updated patch for DXTn support to avoid libtxc_dxtn as compile time
|
|
|
|
dependency.
|
|
|
|
* Added patch to avoid race-conditions in NtReadFile() operations with write
|
|
|
|
watches.
|
2015-02-10 07:37:49 +01:00
|
|
|
* Added patch to avoid race-conditions with write watches in WS2_async_accept.
|
2015-02-10 21:16:32 +01:00
|
|
|
* Added patch to implement D3DXGetShaderOutputSemantics.
|
2015-05-07 02:24:03 +02:00
|
|
|
* Added patch to implement basic handling of write watches while we're on the
|
|
|
|
signal stack.
|
2015-02-12 08:13:55 +01:00
|
|
|
* Added patch to add stub for ntoskrnl.ExAcquireResourceExclusiveLite.
|
2015-02-12 08:28:37 +01:00
|
|
|
* Added patch to add stub for ntoskrnl.ExReleaseResourceForThread.
|
2015-02-12 08:52:01 +01:00
|
|
|
* Added patch to add stub for ntoskrnl.ExDeleteResourceLite.
|
2015-05-07 02:24:03 +02:00
|
|
|
* Added patch to avoid accessing stack below ESP when restoring thread
|
|
|
|
context.
|
|
|
|
* Added patch to implement
|
|
|
|
IApplicationAssociationRegistration::QueryCurrentDefault.
|
2015-02-15 14:53:01 +01:00
|
|
|
* Added patch to improve stubs for AEV_{Get,Set}MasterVolumeLevel.
|
|
|
|
* Added patch to improve stubs for AEV_{Get,Set}Mute.
|
2015-02-21 11:10:51 +01:00
|
|
|
* Added patch to implement semi-stub for GetFileVersionInfoSizeExA/W.
|
|
|
|
* Added patch to implement semi-stub for GetFileVersionInfoExA/W.
|
2015-02-21 11:25:55 +01:00
|
|
|
* Added patch to ignore unsupported alpha channels in TIFF decoder.
|
2015-02-21 11:55:16 +01:00
|
|
|
* Added patch to add stub for ntoskrnl.Mm{Map,Unmap}LockedPages.
|
2015-02-21 12:01:06 +01:00
|
|
|
* Added patch to implement ntoskrnl.KeInitializeMutex.
|
2015-02-22 00:32:18 +01:00
|
|
|
* Added patch for support of non-blocking SIO_ADDRESS_LIST_CHANGE requests.
|
2015-02-22 04:08:15 +01:00
|
|
|
* Added patch for MPEG2/H264 DXVA2 video decoding through vaapi.
|
2015-02-09 17:22:09 +01:00
|
|
|
* Removed patches for UTF7 support (accepted upstream).
|
2015-02-10 18:21:42 +01:00
|
|
|
* Removed patches for SIO_ADDRESS_LIST_CHANGE ioctl (accepted upstream).
|
2015-05-07 02:24:03 +02:00
|
|
|
* Removed patch for IApplicationAssociationRegistration::QueryCurrentDefault
|
|
|
|
(accepted upstream).
|
|
|
|
* Removed patch for IDirectPlayVoiceClient::GetCompressionTypes (accepted
|
|
|
|
upstream).
|
2015-02-22 06:59:18 +01:00
|
|
|
-- Sebastian Lackner <sebastian@fds-team.de> Sun, 22 Feb 2015 06:58:09 +0100
|
2015-02-08 20:16:54 +01:00
|
|
|
|
2015-02-08 19:15:49 +01:00
|
|
|
wine-staging (1.7.36) unstable; urgency=low
|
2015-05-07 02:24:03 +02:00
|
|
|
* Fix an incompatibility of patchinstall.sh with non-bash shells under
|
|
|
|
specific situations.
|
|
|
|
* Improve dinput-Events patch to be compatible with applications which do not
|
|
|
|
explicitly poll for input.
|
2015-01-26 04:09:22 +01:00
|
|
|
* Added patch to properly call DriverUnload when unloading device drivers.
|
|
|
|
* Added patch to fix check for end_frame in RtlUnwindEx on x86_64.
|
2015-01-26 11:59:58 +01:00
|
|
|
* Added patch to fix mouse jittering in Planetside 2.
|
2015-01-29 00:23:01 +01:00
|
|
|
* Added patch to implement additional stubs for vcomp dlls.
|
2015-02-01 19:58:36 +01:00
|
|
|
* Added patchset to implement Vista+ threadpool functions for work / timers.
|
2015-02-07 08:07:40 +01:00
|
|
|
* Added patchset for Vista+ threadpool wait objects.
|
2015-05-07 02:24:03 +02:00
|
|
|
* Added patch to fix crash in Jedi Knight: Dark Forces II when winmm is set to
|
|
|
|
native.
|
|
|
|
* Added patch to fix arguments for OSMesaMakeCurrent when using 16 bit
|
|
|
|
formats.
|
|
|
|
* Added patch to add library override instead of closing winecfg when pressing
|
|
|
|
ENTER over the combobox.
|
2015-02-07 15:35:49 +01:00
|
|
|
* Added patchset for various improvements and cleanup of reg.exe.
|
2015-05-07 02:24:03 +02:00
|
|
|
* Added patch to add performance library registry keys needed by MS SQL Server
|
|
|
|
Management Studio Express 2008 R2.
|
2015-02-08 08:40:31 +01:00
|
|
|
* Added patch to implement NVIDIA video encoder library (nvencodeapi).
|
2015-02-08 09:44:03 +01:00
|
|
|
* Added patch to make nvcuda.dll compatible with CUDA 7.0.
|
2015-02-08 17:35:02 +01:00
|
|
|
* Added patch to implement stub for ntoskrnl.IoGetAttachedDeviceReference.
|
2015-05-07 02:24:03 +02:00
|
|
|
* Added patch to implement stubs for
|
|
|
|
ntoskrnl.Ex{Acquire,Release}FastMutexUnsafe.
|
|
|
|
* Added patch to implement stubs for ntoskrnl.ObReferenceObjectByPointer and
|
|
|
|
ntoskrnl.ObDereferenceObject.
|
2015-02-08 17:51:06 +01:00
|
|
|
* Added patch to implement stub for ntoskrnl.KeDelayExecutionThread.
|
2015-02-08 17:55:46 +01:00
|
|
|
* Added patch to improve various ntoskrnl stub functions.
|
2015-05-07 02:24:03 +02:00
|
|
|
* Added patch to fix wrong defition of ntoskrnl.IoReleaseCancelSpinLock
|
|
|
|
function.
|
2015-02-08 18:02:28 +01:00
|
|
|
* Added patch to improve stub for AEV_GetVolumeRange.
|
2015-05-07 02:24:03 +02:00
|
|
|
* Removed patch to add additional tests for SLGetWindowsInformationDWORD
|
|
|
|
(accepted upstream).
|
|
|
|
* Removed patch to avoid filling KdHelp structure for usermode applications
|
|
|
|
(accepted upstream).
|
2015-02-08 19:15:49 +01:00
|
|
|
-- Sebastian Lackner <sebastian@fds-team.de> Sun, 08 Feb 2015 19:14:24 +0100
|
2015-01-25 05:56:06 +01:00
|
|
|
|
2015-01-24 16:04:50 +01:00
|
|
|
wine-staging (1.7.35) unstable; urgency=low
|
2015-01-22 13:50:03 -07:00
|
|
|
* Add stub for KeWaitForMultipleObjects.
|
2015-05-07 02:24:03 +02:00
|
|
|
* Add support for patchinstall.sh parameters '--no-patchlist' and '--no-
|
|
|
|
autoconf'.
|
2015-01-12 13:10:19 +01:00
|
|
|
* Add support for Gentoo epatch backend to patchinstall.sh.
|
2015-01-24 10:36:29 +01:00
|
|
|
* Fix compile warnings on x86_64 in several patchsets.
|
2015-05-07 02:24:03 +02:00
|
|
|
* Automatically enable fallback method to apply patches when running from
|
|
|
|
inside of a git subdirectory.
|
2015-01-14 01:39:10 +01:00
|
|
|
* Synchronize CSMT patchset with https://github.com/stefand/wine.
|
2015-05-07 02:24:03 +02:00
|
|
|
* Several improvements to make nvcuvid (CUDA video decoding) better compatible
|
|
|
|
with x86_64.
|
|
|
|
* Properly wrap CUDA stream callbacks by forwarding them to a separate worker
|
|
|
|
thread.
|
|
|
|
* Added patch to quote program name in ShellExecute[Ex] when it contains
|
|
|
|
spaces.
|
|
|
|
* Added patch to implement support for DDS file format in
|
|
|
|
D3DXSaveTextureToFileInMemory.
|
|
|
|
* Added patch to avoid appending duplicate NULL character when importing keys
|
|
|
|
with regedit.
|
2015-01-14 21:48:26 +01:00
|
|
|
* Added patch for IConnectionPoint/INetworkListManagerEvents stub interface.
|
2015-05-07 02:24:03 +02:00
|
|
|
* Added patch to fix init of LONGLONG variable with a negative value in TGA
|
|
|
|
decoder.
|
2015-01-18 07:43:10 +01:00
|
|
|
* Added patch to implement stubs for D3DXCreateAnimationController interface.
|
2015-05-07 02:24:03 +02:00
|
|
|
* Added patch to implement semi-stub for
|
|
|
|
IDirectPlayVoiceClient::GetCompressionTypes.
|
|
|
|
* Added patch to fix cursor clip regression / broken raw input in multiple
|
|
|
|
games.
|
2015-01-23 06:14:02 +01:00
|
|
|
* Added patches to implement ntoskrnl driver testing framework.
|
2015-05-07 02:24:03 +02:00
|
|
|
* Added patch to fix handling of window attributes for WS_EX_LAYERED |
|
|
|
|
WS_EX_COMPOSITED.
|
|
|
|
* Removed patch to fix RandR on some broken nVidia systems (accepted
|
|
|
|
upstream).
|
2015-01-13 22:21:26 +01:00
|
|
|
* Removed patch to set last error on success in WSARecv (accepted upstream).
|
2015-05-07 02:24:03 +02:00
|
|
|
* Removed patch to fix handling of subdirectory in FtpFindFirstFile (accepted
|
|
|
|
upstream).
|
|
|
|
* Removed patch to initialize irp.Tail.Overlay.OriginalFileObject with stub
|
|
|
|
file object (accepted upstream).
|
|
|
|
* Removed patch to fix incorrect behaviour of PathIsDirectoryEmptyW (accepted
|
|
|
|
upstream).
|
|
|
|
* Removed patch to store IOCS data in a property instead of GWLP_USERDATA
|
|
|
|
(accepted upstream).
|
2015-01-20 03:44:15 +01:00
|
|
|
* Removed patch to fix color key regression (fixed upstream).
|
2015-01-24 16:04:50 +01:00
|
|
|
-- Sebastian Lackner <sebastian@fds-team.de> Sat, 24 Jan 2015 16:03:35 +0100
|
2015-01-12 13:10:19 +01:00
|
|
|
|
2015-01-11 19:25:22 +01:00
|
|
|
wine-staging (1.7.34-1) unstable; urgency=low
|
2015-05-07 02:24:03 +02:00
|
|
|
* Debian/Ubuntu specific package dependency fix (no changes for other
|
|
|
|
distros).
|
2015-01-11 19:25:22 +01:00
|
|
|
-- Sebastian Lackner <sebastian@fds-team.de> Sun, 11 Jan 2015 19:14:09 +0100
|
2015-01-11 05:29:17 +01:00
|
|
|
|
2015-01-10 22:27:16 +01:00
|
|
|
wine-staging (1.7.34) unstable; urgency=low
|
2015-05-07 02:24:03 +02:00
|
|
|
* Huge rewrite of patchupdate.py, deprecation of Makefile based way to apply
|
|
|
|
patches.
|
|
|
|
* Rename debian package from 'wine-compholio' to 'wine-staging' and provide
|
|
|
|
compatibility package.
|
2014-12-17 04:27:10 +01:00
|
|
|
* Avoid duplicate wined3d specfile by adding PARENTSPEC Makefile argument.
|
2015-05-07 02:24:03 +02:00
|
|
|
* Fix issue in DOS Attributes patch which broke ./configure on systems with
|
|
|
|
alternative shells.
|
2014-12-19 14:38:16 +01:00
|
|
|
* Fix issue in user32-WndProc patch which caused crashes for some 16-bit apps.
|
2015-05-07 02:24:03 +02:00
|
|
|
* Fix issue in ws2_32-WriteWatches patch which can cause exceptions on the
|
|
|
|
signal stack.
|
|
|
|
* Fix issue with invalid handles being incorrect when a new process is
|
|
|
|
created.
|
|
|
|
* Update DXTn patches to better handle when libtxc_dxtn is missing or support
|
|
|
|
is not compiled in.
|
2015-01-07 10:50:48 -07:00
|
|
|
* Added patch for WSARecv to call SetLastError on success.
|
2015-05-07 02:24:03 +02:00
|
|
|
* Added patch for CreateProcess to prioritize the working directory over the
|
|
|
|
system search path.
|
2015-01-02 14:28:56 -07:00
|
|
|
* Added patch with stubs for WinSqm[Start|End]Session.
|
2014-12-16 01:49:58 +01:00
|
|
|
* Added patch to fix handling of subdirectory in FtpFindFirstFile.
|
2015-05-07 02:24:03 +02:00
|
|
|
* Added patch to return proper charcount for GetLocaleInfo with
|
|
|
|
LOCALE_IFIRSTDAYOFWEEK.
|
|
|
|
* Added patch to ensure X11 input events are handled even without explicit
|
|
|
|
message loop.
|
2014-12-18 18:44:41 +01:00
|
|
|
* Added test for server-Unexpected_Wakeup patch.
|
2014-12-18 23:26:56 +01:00
|
|
|
* Added patch for stub of ntdll.RtlSetHeapInformation.
|
2014-12-19 21:35:01 +01:00
|
|
|
* Added patch for IDXGIOutput::GetDesc.
|
2014-12-19 22:40:48 +01:00
|
|
|
* Added patch for ID3DXEffect::FindNextValidTechnique.
|
2014-12-20 17:02:35 +01:00
|
|
|
* Added patch with stub for D3DXComputeTangentFrameEx.
|
2014-12-20 17:13:13 +01:00
|
|
|
* Added patch with stub for D3DXIntersect.
|
2014-12-20 20:13:49 +01:00
|
|
|
* Added test for RtlIpv4StringToAddressExA.
|
2014-12-22 20:35:58 +01:00
|
|
|
* Added patch for support of SLGetWindowsInformationDWORD.
|
2015-05-07 02:24:03 +02:00
|
|
|
* Added patch to expect the correct buffer size for different
|
|
|
|
IOCTL_DVD_READ_STRUCTURE requests.
|
|
|
|
* Added patch to use actual program name if available to describe PulseAudio
|
|
|
|
streams.
|
2014-12-23 07:12:43 +01:00
|
|
|
* Added patch to try harder to get the host name address in getaddrinfo().
|
2014-12-23 07:23:35 +01:00
|
|
|
* Added patch to fix invalid usage of RegOpenKeyExW in msdmo.
|
2014-12-27 17:33:55 +01:00
|
|
|
* Added patch to add support for named pipe message mode.
|
2015-05-07 02:24:03 +02:00
|
|
|
* Added patch to avoid calling IDirect3DDevice7_DrawIndexedPrimitive if there
|
|
|
|
is no primitive.
|
|
|
|
* Added patch to fix access violation when calling GetStringTypeW with NULL
|
|
|
|
src.
|
2014-12-30 21:00:02 +01:00
|
|
|
* Added patch for ID3DXFont::DrawTextA/W support.
|
2015-01-01 16:42:23 +01:00
|
|
|
* Added patch to fix parameters for ConvertToIndexedBlendedMesh stub.
|
2015-01-02 22:00:32 +01:00
|
|
|
* Added patch for basic CUDA support.
|
2015-01-02 03:32:58 +01:00
|
|
|
* Added patches for D3DXComputeNormals and D3DXComputeNormalMap.
|
2015-01-06 15:12:34 +01:00
|
|
|
* Added patch for nvapi stubs (required for GPU PhysX support).
|
2015-01-07 10:51:59 +01:00
|
|
|
* Added patch to fix NULL dereference in ICSeqCompressFrameStart.
|
2015-01-07 22:37:15 +01:00
|
|
|
* Added patch to implement support for CUDA GPU video decoding.
|
2015-01-08 00:38:19 +01:00
|
|
|
* Added patch to fix color key regression causing pink rectangles around text.
|
2015-05-07 02:24:03 +02:00
|
|
|
* Rebased winepulse-Pulseaudio_Support patches to latest version from
|
|
|
|
http://repo.or.cz/w/wine/multimedia.git.
|
2015-01-05 18:52:49 -07:00
|
|
|
* Removed patch to emulate write to CR4 register (accepted upstream).
|
|
|
|
* Removed patch with stub for KeSetSystemAffinityThread (accepted upstream).
|
2014-12-15 22:50:30 +01:00
|
|
|
* Removed patch to implement combase HSTRING objects (accepted upstream).
|
|
|
|
* Removed patch to add fake ProductId to registry (accepted upstream).
|
2015-05-07 02:24:03 +02:00
|
|
|
* Removed patch to implement stubs for MFStartup and MFShutdown (accepted
|
|
|
|
upstream).
|
2014-12-16 22:22:31 +01:00
|
|
|
* Removed patch to implement shlwapi.StrCatChainW (accepted upstream).
|
2015-05-07 02:24:03 +02:00
|
|
|
* Removed patch to implement semi-stub for psapi/kernel32
|
|
|
|
K32EnumProcessModulesEx (accepted upstream).
|
|
|
|
* Removed patch to return proper charcount for GetLocaleInfo with
|
|
|
|
LOCALE_IFIRSTDAYOFWEEK (accepted upstream).
|
2014-12-18 22:42:49 +01:00
|
|
|
* Removed patch to export SHILCreateFromPath by name (accepted upstream).
|
2014-12-19 23:39:35 +01:00
|
|
|
* Removed patch for stub of ntdll.RtlSetHeapInformation (accepted upstream).
|
2014-12-23 16:02:22 +01:00
|
|
|
* Removed patch for wine64 support on FreeBSD (accepted upstream).
|
2014-12-24 22:09:07 +01:00
|
|
|
* Removed patch for IoCsqInitialize (accepted upstream).
|
2015-05-07 02:24:03 +02:00
|
|
|
* Removed patch to fix invalid usage of RegOpenKeyExW in msdmo (fixed
|
|
|
|
upstream).
|
|
|
|
* Removed patch to reallocate buffer when adding records to AVI files (fixed
|
|
|
|
upstream).
|
2014-12-18 00:13:20 +01:00
|
|
|
* Partially removed patches for ntdll DOS attributes (accepted upstream).
|
2014-12-23 23:07:04 +01:00
|
|
|
* Partially removed patches for UTF7 support (accepted upstream).
|
2015-01-10 22:27:16 +01:00
|
|
|
-- Sebastian Lackner <sebastian@fds-team.de> Sat, 10 Jan 2015 22:22:01 +0100
|
2014-12-15 22:50:30 +01:00
|
|
|
|
2014-12-15 00:53:35 +01:00
|
|
|
wine-compholio (1.7.33) unstable; urgency=low
|
2014-12-14 21:55:51 +01:00
|
|
|
* Various improvements of patchupdate.py.
|
|
|
|
* Added patches for wined3d CSMT (command stream) support.
|
2014-11-30 22:33:59 +01:00
|
|
|
* Added additional tests for VerifyVersionInfoA.
|
2014-12-01 11:39:29 +01:00
|
|
|
* Added patch to fix condition handling in RtlVerifyVersionInfo.
|
2014-12-04 15:00:08 +01:00
|
|
|
* Added patch to set last error when GetRawInputDeviceList fails.
|
2014-12-04 22:19:55 +01:00
|
|
|
* Added patch to fix possible segfault in pulse_rd_loop of PulseAudio backend.
|
2014-12-06 01:11:01 +01:00
|
|
|
* Added patch to implement support for GetPropValue to PulseAudio backend.
|
2014-12-07 23:23:22 +01:00
|
|
|
* Added patch to implement shlwapi.StrCatChainW.
|
2014-12-08 03:02:18 +01:00
|
|
|
* Added patch to allow Accept-Encoding for HTTP/1.0 in wininet.
|
2014-12-09 22:48:02 +01:00
|
|
|
* Added patch for combase HSTRING objects.
|
2014-12-12 00:58:54 +01:00
|
|
|
* Added patch to implement stubs for MFStartup and MFShutdown.
|
2014-12-12 04:43:59 +01:00
|
|
|
* Added patch for additional tests of CoWaitForMultipleHandles with WM_QUIT.
|
2014-12-12 05:08:15 +01:00
|
|
|
* Added patch to fix return value of ScrollWindowEx for invisible windows.
|
2014-12-12 05:18:45 +01:00
|
|
|
* Added patch to ignore unsupported flags for CoInternetSetFeatureEnabled.
|
2015-05-07 02:24:03 +02:00
|
|
|
* Added patch to provide named entry point shell32.SHILCreateFromPath for
|
|
|
|
vista apps.
|
2014-12-12 05:53:08 +01:00
|
|
|
* Added patch to reallocate buffer when adding records to AVI files.
|
2014-12-13 05:38:40 +01:00
|
|
|
* Added patch to implement support for loader dll redirections.
|
2014-12-14 21:55:51 +01:00
|
|
|
* Added patch to add winecfg Staging tab.
|
2015-05-07 02:24:03 +02:00
|
|
|
* Removed patch to fix copy and paste errors in ws2_32 tests (accepted
|
|
|
|
upstream).
|
|
|
|
* Removed patch to fix ordering of IP addresses by metric if two addresses
|
|
|
|
have the same metric (accepted upstream).
|
|
|
|
* Removed patch to reset data->pWintrustData->u.pFile->hFile after closing
|
|
|
|
handle (accepted upstream).
|
|
|
|
* Removed patch to simplify implementation of ws32 get_poll_results (accepted
|
|
|
|
upstream).
|
|
|
|
* Removed patch to fix passing of unicode environment from msvcrt to
|
|
|
|
CreateProcessW (accepted upstream).
|
2014-12-04 23:12:37 +01:00
|
|
|
* Removed patches for api-ms-win-core-* stub dlls (accepted upstream).
|
2014-12-15 00:53:35 +01:00
|
|
|
-- Sebastian Lackner <sebastian@fds-team.de> Mon, 15 Dec 2014 00:53:01 +0100
|
2014-11-30 18:20:45 +01:00
|
|
|
|
2014-11-30 15:25:01 +01:00
|
|
|
wine-compholio (1.7.32) unstable; urgency=low
|
2014-11-29 08:17:16 +01:00
|
|
|
* Various optimizations of patchupdate.py.
|
2014-11-20 22:48:23 +01:00
|
|
|
* Update patch for SO_CONNECT_TIME and adding better tests.
|
2014-11-26 18:28:06 +01:00
|
|
|
* Update patch for FD Cache and use faster method on x86_64.
|
2014-11-15 20:24:21 +01:00
|
|
|
* Added patch to ensure dbghelp always checks for debug symbols in BINDIR.
|
2014-11-20 07:45:43 +01:00
|
|
|
* Added patch for pulseaudio exclusive mode support.
|
2014-11-21 06:42:40 +01:00
|
|
|
* Added patch to take abs() of vertex z coordinate as FFP fog coordinate.
|
2014-11-21 07:30:26 +01:00
|
|
|
* Added patch to ensure ShowWindow avoids interthread no-op messages.
|
2015-05-07 02:24:03 +02:00
|
|
|
* Added patch to avoid race-conditions of async WSARecv() operations with
|
|
|
|
write watches.
|
2014-11-22 05:51:42 +01:00
|
|
|
* Added patch to fix issues with write watches when using Exagear.
|
2014-11-23 22:35:30 +01:00
|
|
|
* Added patch to avoid failure because of missing ptrace support for Exagear.
|
2014-11-23 22:52:20 +01:00
|
|
|
* Added patch to automatically detect if tests are running under Wine.
|
2015-05-07 02:24:03 +02:00
|
|
|
* Added patch to avoid sending unexpected wakeup with uninitialized cookie
|
|
|
|
value.
|
|
|
|
* Added patch to fix issues with dragging layers between images in Adobe
|
|
|
|
Photoshop 7.0.
|
|
|
|
* Added patch to ensure wintrust resets data->pWintrustData->u.pFile->hFile
|
|
|
|
after closing handle.
|
2014-11-26 18:28:06 +01:00
|
|
|
* Added patch to add additional format conversions for DXT1 and DXT3.
|
2014-11-26 20:47:57 +01:00
|
|
|
* Added patch to implement stubs for additional api-ms-win-core-* dlls.
|
2014-11-29 11:29:23 +01:00
|
|
|
* Added patch to fix copy and paste error recently introduced in ws2_32 tests.
|
2014-11-29 21:08:08 +01:00
|
|
|
* Added patch to change bug reporting URL in winedbg.
|
2015-05-07 02:24:03 +02:00
|
|
|
* 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.
|
2014-11-30 02:39:37 +01:00
|
|
|
* Added patch to fix handling of empty section and key name for profile files.
|
2015-05-07 02:24:03 +02:00
|
|
|
* Added patch to fix passing of unicode environment from msvcrt to
|
|
|
|
CreateProcessW.
|
|
|
|
* Removed patch to close server fd is there is no space in thread inflight fd
|
|
|
|
list (accepted upstream).
|
2014-11-17 15:17:34 +01:00
|
|
|
* Removed patch to fix bugs in StrStr functions (accepted upstream).
|
2015-05-07 02:24:03 +02:00
|
|
|
* Removed patches to avoid sending messages in FindWindowExW (accepted
|
|
|
|
upstream).
|
|
|
|
* Removed patch to fix implementation ofCoWaitForMultipleHandles (accepted
|
|
|
|
upstream).
|
|
|
|
* Removed patch to avoid interthread no-op messages in ShowWindow (accepted
|
|
|
|
upstream).
|
|
|
|
* Removed patches to take abs() of vertex z coordinate as FFP fog coordinate
|
|
|
|
(fixed upstream).
|
|
|
|
* Removed patch to fix detection of gnutls on Ubuntu 14.10 (accepted
|
|
|
|
upstream).
|
2014-11-30 15:25:01 +01:00
|
|
|
-- Sebastian Lackner <sebastian@fds-team.de> Sun, 30 Nov 2014 15:22:49 +0100
|
2014-11-15 20:24:21 +01:00
|
|
|
|
2014-11-15 15:37:30 +01:00
|
|
|
wine-compholio (1.7.31) unstable; urgency=low
|
2014-11-15 10:51:40 +01:00
|
|
|
* Improve output of 'wine --patches' and simplify syntax of definition files.
|
2014-11-06 03:13:28 +01:00
|
|
|
* Update kernel32-GetSystemTimes patches.
|
2014-11-06 03:18:26 +01:00
|
|
|
* Improve style for ntdll-Fix_Alignment patches.
|
2014-11-03 20:12:34 +01:00
|
|
|
* Added possibility to temporarily disable patches to patch system.
|
2014-11-04 02:30:03 +00:00
|
|
|
* Added patch to allow selecting specific audio device for PulseAudio backend.
|
2014-11-04 21:09:40 +01:00
|
|
|
* Added patch with stub for NtSetLdtEntries/ZwSetLdtEntries.
|
2015-05-07 02:24:03 +02:00
|
|
|
* Added patch to prevent processing message events for
|
|
|
|
CoWaitForMultipleHandles when APC calls are queued.
|
2014-11-06 03:08:11 +01:00
|
|
|
* Added patch with stub for KeSetSystemAffinityThread.
|
2014-11-06 11:04:55 +01:00
|
|
|
* Added patch to implement DXTn support for d3dx9_36.
|
2014-11-07 03:34:58 +01:00
|
|
|
* Added patch to return correct values for GetThreadTimes.
|
2015-05-07 02:24:03 +02:00
|
|
|
* Added patch to align texture dimensions to block size for compressed
|
|
|
|
textures.
|
2014-11-08 06:14:33 +01:00
|
|
|
* Added patch with stub for IoCsqInitialize.
|
2014-11-08 07:20:27 +01:00
|
|
|
* Added patch with stubs for vectored continue handler functions.
|
2015-05-07 02:24:03 +02:00
|
|
|
* Added patch to fix wglDescribePixelFormat when NULL is passed as pixel
|
|
|
|
format descriptor.
|
|
|
|
* Added patch to allow NULL pointer for optional arguments of
|
|
|
|
D3DXIntersectTri.
|
|
|
|
* Added patch to fix crash of winedevice when relocation entry crosses page
|
|
|
|
boundary.
|
|
|
|
* Added patch to emulate 'mov Eb, Gb' instruction on x86 processor
|
|
|
|
architecture.
|
2014-11-10 22:01:27 +01:00
|
|
|
* Added patch to emulate access to KI_USER_SHARED_DATA kernel page on x86_64.
|
2015-05-07 02:24:03 +02:00
|
|
|
* Added patch to initialize irp.Tail.Overlay.OriginalFileObject with stub file
|
|
|
|
object.
|
2014-11-11 08:06:52 +01:00
|
|
|
* Added patch to implement emulation of SIDT instruction when using Exagear.
|
2015-05-07 02:24:03 +02:00
|
|
|
* Added patch to return more context attributes in
|
|
|
|
schan_InitializeSecurityContextW.
|
|
|
|
* Added patch to avoid crashing when broken app tries to release surface
|
|
|
|
although refcount is zero.
|
2014-11-12 07:55:50 +01:00
|
|
|
* Added patch to avoid sending window messages in FindWindowExW.
|
2014-11-13 06:49:12 +01:00
|
|
|
* Added patch to fix handling of invert_y in DrawTextExW.
|
2014-11-13 23:15:15 +01:00
|
|
|
* Added patch to fix implementation of K32GetPerformanceInfo.
|
2015-05-07 02:24:03 +02:00
|
|
|
* Added patch to close server fd if there is no space in thread inflight fd
|
|
|
|
list.
|
|
|
|
* Added patch to avoid failing in d3dx9_mesh_OptimizeInplace because of
|
|
|
|
unimplemented vertex reordering.
|
2014-11-15 15:01:16 +01:00
|
|
|
* Added patch to workaround bugs in CompareStringW (triggered by Adobe Flash).
|
2014-11-03 20:12:34 +01:00
|
|
|
* Removed patch for iphlpapi stub functions (accepted upstream).
|
2014-11-04 17:11:34 +01:00
|
|
|
* Removed patches for FindFirstFileExW (accepted upstream).
|
2015-05-07 02:24:03 +02:00
|
|
|
* Removed patches for TLB dependencies lookup in resources (accepted
|
|
|
|
upstream).
|
2014-11-04 17:11:34 +01:00
|
|
|
* Removed patches for ws2_32.inet_pton implementation (fixed upstream).
|
2015-05-07 02:24:03 +02:00
|
|
|
* Removed patch to update properties when applying MSI transforms (fixed
|
|
|
|
upstream).
|
|
|
|
* Removed patch to silence repeated GSUB_apply_ChainContext[Subst|Pos] FIXMEs
|
|
|
|
(accepted upstream).
|
|
|
|
* Removed patch with additional tests for MsgWaitForMultipleObjectsEx
|
|
|
|
(accepted upstream).
|
2014-11-11 18:36:12 +01:00
|
|
|
* Removed patches for D3DXCreatePolygon (accepted upstream).
|
2014-11-13 16:26:33 +01:00
|
|
|
* Removed patches vor vectored continue handler stubs (accepted upstream).
|
2014-11-14 11:17:24 +01:00
|
|
|
* Removed patches for K32GetPerformanceInfo (accepted upstream).
|
|
|
|
* Removed patch for D3DXIntersectTri (accepted upstream).
|
2014-11-06 18:17:40 +01:00
|
|
|
* Partially removed patches for UTF-7 tests (accepted upstream).
|
2014-11-12 17:59:01 +01:00
|
|
|
* Partially removed patches for WS_SO_CONNECT_TIME (accepted upstream).
|
2014-11-15 15:37:30 +01:00
|
|
|
-- Sebastian Lackner <sebastian@fds-team.de> Sat, 15 Nov 2014 15:36:38 +0100
|
2014-11-03 20:12:34 +01:00
|
|
|
|
2014-11-02 00:48:02 +01:00
|
|
|
wine-compholio (1.7.30) unstable; urgency=low
|
2014-10-30 14:44:17 +01:00
|
|
|
* Fix wrong escaping of quote/slash characters in patchupdater script.
|
2014-10-27 02:54:48 +01:00
|
|
|
* Added additional conversion functions to DXTn patch.
|
2014-10-20 22:14:11 +02:00
|
|
|
* Added patch to filter specific warning messages for D3DCompileShader.
|
2014-10-27 02:54:48 +01:00
|
|
|
* Added patch to implement iphlpapi stub functions.
|
2015-05-07 02:24:03 +02:00
|
|
|
* Added patch to implement support for pasting HTML from native Unix
|
|
|
|
applications.
|
2014-10-30 18:46:55 +01:00
|
|
|
* Added patch to implement RtlDecompressBuffer.
|
2014-10-31 07:33:27 +01:00
|
|
|
* Added patch to emulate write to CR4 register.
|
2014-10-31 08:20:17 +01:00
|
|
|
* Added patch for implementation of GdipCreateRegionRgnData.
|
2014-10-31 15:05:38 +01:00
|
|
|
* Added patch for implementation of D3DXCreatePolygon.
|
2014-11-01 08:59:45 +01:00
|
|
|
* Added patch for TLB dependencies lookup in resources.
|
2014-11-01 21:30:04 +01:00
|
|
|
* Added patch to update ProductVersion when applying MSI transforms.
|
2014-11-01 23:11:57 +01:00
|
|
|
* Added patch for ITextSelection_fnGetDuplicate implementation.
|
2015-05-07 02:24:03 +02:00
|
|
|
* Removed patch to avoid Clang compiler warning because of unused Vtable
|
|
|
|
(accepted upstream).
|
2014-10-21 17:16:35 +02:00
|
|
|
* Removed patch for additional ATL thunks (accepted upstream).
|
2015-05-07 02:24:03 +02:00
|
|
|
* Removed patch to ímplement IRichEditOle and ITextDocument support for
|
|
|
|
ITextServices (accepted upstream).
|
2014-10-31 08:01:38 +01:00
|
|
|
* Removed patch to fix compile errors on Archlinux (fixed upstream).
|
2014-11-02 00:48:02 +01:00
|
|
|
-- Sebastian Lackner <sebastian@fds-team.de> Sun, 02 Nov 2014 00:45:28 +0100
|
2014-10-20 19:54:20 +02:00
|
|
|
|
2014-10-19 19:39:25 +02:00
|
|
|
wine-compholio (1.7.29) unstable; urgency=low
|
2014-10-06 01:03:19 +02:00
|
|
|
* Updated DOS Attributes patch to better detect XATTR functions.
|
2014-10-19 06:53:16 +02:00
|
|
|
* Updated patch for shell32 default folder ACLs.
|
2014-10-16 23:30:16 +02:00
|
|
|
* Updated NtQuerySection patch.
|
2014-10-19 19:39:25 +02:00
|
|
|
* Updated patch for WRITECOPY memory protection.
|
2014-10-06 01:03:19 +02:00
|
|
|
* Added patch to support IDF_CHECKFIRST in SetupPromptForDisk.
|
2015-05-07 02:24:03 +02:00
|
|
|
* Added patch to fix issues when executing pages with guard page / write watch
|
|
|
|
permissions.
|
2014-10-09 05:47:51 +02:00
|
|
|
* Added patch to set return value of basic_string_wchar_dtor to return NULL.
|
|
|
|
* Added patch for UTF7 encoding/decoding support.
|
2014-10-16 23:30:16 +02:00
|
|
|
* Added patch to implement ID3DXSkinInfoImpl_UpdateSkinnedMesh.
|
2014-10-18 01:22:08 +02:00
|
|
|
* Added patch for implementation of D3DXGetShaderInputSemantics.
|
2015-05-07 02:24:03 +02:00
|
|
|
* Added patch to ensure tests check exact return value of
|
|
|
|
ParseURLFromOutsideSourceX.
|
2014-10-18 04:36:26 +02:00
|
|
|
* Added patch for additional ATL thunks.
|
2014-10-18 18:37:20 +02:00
|
|
|
* Added patch to add partially support for sessionStorage.
|
|
|
|
* Added patch for implementation of GetNumaProcessorNode.
|
|
|
|
* Added patch for wine64 support on FreeBSD/PC-BSD.
|
2014-10-19 00:45:51 +02:00
|
|
|
* Added patch for improved multi monitor support.
|
|
|
|
* Added patch for implementation of BindImageEx.
|
2015-05-07 02:24:03 +02:00
|
|
|
* Removed patch to fix issues with drag image in ImageLists (accepted
|
|
|
|
upstream).
|
2014-10-07 22:05:04 +02:00
|
|
|
* Removed patch to set ldr.EntryPoint for main executable (accepted upstream).
|
2015-05-07 02:24:03 +02:00
|
|
|
* Removed patch to implement stubs for [Get|Set]SystemFileCacheSize (accepted
|
|
|
|
upstream).
|
2014-10-19 06:53:16 +02:00
|
|
|
* Removed patches for ATL thunk implementation (accepted upstream).
|
2015-05-07 02:24:03 +02:00
|
|
|
* Partially removed patches for WRITECOPY memory protection (accepted
|
|
|
|
upstream).
|
2014-10-19 19:39:25 +02:00
|
|
|
-- Sebastian Lackner <sebastian@fds-team.de> Sun, 19 Oct 2014 19:37:21 +0200
|
2014-10-06 01:03:19 +02:00
|
|
|
|
2014-10-04 04:40:22 +02:00
|
|
|
wine-compholio (1.7.28) unstable; urgency=low
|
2014-09-21 01:46:34 +02:00
|
|
|
* Added missing recommendation for libtxc-dxtn-s2tc0 on Ubuntu.
|
2014-09-24 21:21:01 +02:00
|
|
|
* Added patch to fix issues with over-the-spot input method.
|
2015-05-07 02:24:03 +02:00
|
|
|
* Added patch to fix winemenubuilder desktop icon wine path (when using
|
|
|
|
multiple wine versions).
|
|
|
|
* Added patch to support FIND_FIRST_EX_CASE_SENSITIVE flag in
|
|
|
|
FindFirstFileExW.
|
2014-09-26 20:27:43 +02:00
|
|
|
* Added patch to send WM_PAINT event during dialog creation.
|
2015-05-07 02:24:03 +02:00
|
|
|
* Added patch to fix issues when driver dispatch routine returns different
|
|
|
|
status codes.
|
2014-09-28 23:54:50 +02:00
|
|
|
* Added several patches for Unity3D Editor.
|
2015-05-07 02:24:03 +02:00
|
|
|
* Added patch to fix differences between exception handling behaviour in Wine
|
|
|
|
and Windows.
|
2014-09-29 00:23:24 +02:00
|
|
|
* Added patch to export ?_BADOFF@std@@3_JB on both i386 and win64.
|
2014-09-29 02:52:26 +02:00
|
|
|
* Added patch to limit cross thread access to ImmSet* functions.
|
2014-09-29 04:49:46 +02:00
|
|
|
* Added patch for IRichEditOle and ITextDocument support for ITextServices.
|
2014-10-01 02:44:22 +02:00
|
|
|
* Added patch to fix implementation of SH*Shared commands.
|
2015-05-07 02:24:03 +02:00
|
|
|
* Added patch to handle WRITECOPY memory protection properly on i386 (disabled
|
|
|
|
by default).
|
2014-10-04 04:40:22 +02:00
|
|
|
* Added patch to fix some issues with write watches / guard page access.
|
2014-10-03 18:24:10 +02:00
|
|
|
* Added patch to implement NtQuerySection.
|
2014-10-02 20:04:58 +02:00
|
|
|
* Added patches to make clearly visible, that this is a patched wine version.
|
2014-10-03 21:04:01 +02:00
|
|
|
* Added patch for FindFirstFileExW level FindExInfoBasic.
|
2015-05-07 02:24:03 +02:00
|
|
|
* Removed patch to support FIND_FIRST_EX_CASE_SENSITIVE flag in
|
|
|
|
FindFirstFileExW (accepted upstream).
|
|
|
|
* Removed patch to fix implementation of SH*Shared commands (accepted
|
|
|
|
upstream).
|
|
|
|
* Removed patch to export ?_BADOFF@std@@3_JB on both i386 and win64 (accepted
|
|
|
|
upstream).
|
2014-10-01 21:54:28 +02:00
|
|
|
* Partially removed patches for CreateProcess ACLs (accepted upstream).
|
2014-10-04 04:40:22 +02:00
|
|
|
-- Sebastian Lackner <sebastian@fds-team.de> Sat, 04 Oct 2014 04:36:22 +0200
|
2014-09-21 01:46:34 +02:00
|
|
|
|
2014-09-20 05:53:36 +02:00
|
|
|
wine-compholio (1.7.27) unstable; urgency=low
|
2014-09-09 16:14:39 +02:00
|
|
|
* Fixed some issues in the patches for GetSystemTimes.
|
2014-09-13 01:43:56 +02:00
|
|
|
* Added patch to support FIND_FIRST_EX_LARGE_FETCH flag in FindFirstFileExW.
|
2015-05-07 02:24:03 +02:00
|
|
|
* Added patch to fix deadlock caused by incorrect wrapper of glu
|
|
|
|
polygon/contour function.
|
2014-09-15 22:58:22 +02:00
|
|
|
* Added patch to avoid filling out KdHelp for usermode applications.
|
2014-09-18 00:59:20 +02:00
|
|
|
* Added patch to silence repeated GSUB_apply_ChainContext[Subst|Pos] FIXMEs.
|
2015-05-07 02:24:03 +02:00
|
|
|
* Added patch to revert wined3d pixelformat changes (causes regression in many
|
|
|
|
games).
|
2014-09-20 03:18:27 +02:00
|
|
|
* Added patch to implement software decoding/encoding of DXT1 textures.
|
2014-09-08 21:15:09 +02:00
|
|
|
* Removed patch to use assembly wrapper for TLS callbacks (accepted upstream).
|
2015-05-07 02:24:03 +02:00
|
|
|
* Removed patch to fix uninitialized cch struct member in GetMenuItemInfo
|
|
|
|
(accepted upstream).
|
2014-09-15 21:08:12 +02:00
|
|
|
* Removed some patches for riched20/IText*-interface (accepted upstream).
|
2015-05-07 02:24:03 +02:00
|
|
|
* Removed patch to fix deadlock caused by incorrect wrapper of glu functions
|
|
|
|
(accepted upstream).
|
2014-09-15 21:08:12 +02:00
|
|
|
* Removed patch for stub of BCryptGetFipsAlgorithmMode (accepted upstream).
|
2014-09-20 05:53:36 +02:00
|
|
|
-- Sebastian Lackner <sebastian@fds-team.de> Sat, 20 Sep 2014 05:52:23 +0200
|
2014-09-08 21:15:09 +02:00
|
|
|
|
2014-09-07 23:51:44 +02:00
|
|
|
wine-compholio (1.7.26) unstable; urgency=low
|
2014-09-06 05:06:09 +02:00
|
|
|
* Added new make targets 'series' and 'install-git'.
|
|
|
|
* Some improvements in the patch system scripts.
|
2014-08-27 00:38:26 +02:00
|
|
|
* Fixed issues in the winepulse configure script.
|
2014-09-06 05:06:09 +02:00
|
|
|
* Fixed some issues in patches for Inherited ACLs.
|
2015-05-07 02:24:03 +02:00
|
|
|
* Fixed some issues in patches for backwards compatibility with old ACL
|
|
|
|
format.
|
2014-08-27 00:38:26 +02:00
|
|
|
* Added patch to fix unintentional leaks with ntdll internals.
|
|
|
|
* Added patch to add support for DOS hidden/system file attributes.
|
|
|
|
* Added patch to use dynamic linking for libpcap.
|
|
|
|
* Added patch to fix issues when using setcap on wine executable.
|
2014-08-27 02:58:27 +02:00
|
|
|
* Added patch to improve heap allocation performance by using more freelists.
|
2015-05-07 02:24:03 +02:00
|
|
|
* Added patch to fix detection of ncurses on Archlinux (avoids ugly
|
|
|
|
workarounds at build time).
|
2014-09-07 08:14:56 +02:00
|
|
|
* Added patch to fix detection of gnutls on Ubuntu 14.10.
|
2014-09-07 01:51:30 +02:00
|
|
|
* Added patch to use assembly wrapper for TLS callbacks.
|
2014-09-07 22:20:51 +02:00
|
|
|
* Added patch to fix uninitialized cch struct member in GetMenuItemInfo.
|
2014-09-04 22:04:40 +02:00
|
|
|
* Removed patch to fix issue with msi/ITERATE_MoveFiles (accepted upstream).
|
2014-09-05 18:44:34 +02:00
|
|
|
* Removed patch to fix detection of ncurses on Archlinux (accepted upstream).
|
2014-09-07 23:51:44 +02:00
|
|
|
-- Sebastian Lackner <sebastian@fds-team.de> Sun, 07 Sep 2014 23:50:25 +0200
|
2014-08-27 00:38:26 +02:00
|
|
|
|
2014-08-24 11:10:52 -06:00
|
|
|
wine-compholio (1.7.25) unstable; urgency=low
|
2014-08-13 02:45:21 +02:00
|
|
|
* Improve generation of README.md on patch update.
|
2014-08-23 03:00:32 +02:00
|
|
|
* Updated patches for riched20 IText* Interface.
|
|
|
|
* Fixed some issues in the patches for TransmitFile.
|
2014-08-23 15:32:45 +02:00
|
|
|
* Fixed some issues in the patches for CreateProcess ACLs.
|
2014-08-23 03:00:32 +02:00
|
|
|
* Fixed issue with gitapply.sh script on Gentoo systems.
|
2014-08-09 16:35:55 -06:00
|
|
|
* Added patch with stub for DwmInvalidateIconicBitmaps.
|
2014-08-09 09:29:01 -06:00
|
|
|
* Added Courier Prime (OFLv1.1) as a Courier New replacement.
|
2014-08-20 19:22:07 -06:00
|
|
|
* Added patch to implement DOS hidden/system file attributes.
|
2014-08-09 13:21:52 -06:00
|
|
|
* Added patch to better detect broken nVidia RandR 1.2 support.
|
2014-08-21 23:08:37 +02:00
|
|
|
* Added patch to set linker version in PE header.
|
2015-05-07 02:24:03 +02:00
|
|
|
* Added patch to move NtProtectVirtualMemory and NtCreateSection to separate
|
|
|
|
pages.
|
2014-08-21 23:08:37 +02:00
|
|
|
* Added patch to fix issues with drag image in ImageLists.
|
|
|
|
* Added patch with stub for BCryptGetFipsAlgorithmMode.
|
|
|
|
* Added patch to fix issues with OpenProcess on terminated processes.
|
|
|
|
* Added patch to fix issues with msi/ITERATE_MoveFiles.
|
|
|
|
* Added patch to avoid grouping all Wine windows together.
|
2014-08-23 03:00:32 +02:00
|
|
|
* Added patch to implement KF_FLAG_DEFAULT_PATH for SHGetKnownFolderPath.
|
|
|
|
* Added patch to implement GetFinalPathNameByHandle.
|
2014-08-21 23:08:37 +02:00
|
|
|
* Removed patch to update gl_drawable for embedded windows (deprecated).
|
2015-05-07 02:24:03 +02:00
|
|
|
* Removed patch to return empty D3D hardware flags for RGB device enumeration
|
|
|
|
(accepted upstream).
|
2014-08-21 14:48:27 -06:00
|
|
|
* Removed patch with stub for DwmInvalidateIconicBitmaps (accepted upstream).
|
2015-05-07 02:24:03 +02:00
|
|
|
* Removed patch for SetNamedPipeHandleState implementation (accepted
|
|
|
|
upstream).
|
2014-08-24 11:10:52 -06:00
|
|
|
-- Erich E. Hoover <erich.e.hoover@gmail.com> Sun, 24 Aug 2014 11:09:58 -0600
|
2014-08-09 09:29:01 -06:00
|
|
|
|
2014-08-08 22:06:43 -06:00
|
|
|
wine-compholio (1.7.24) unstable; urgency=low
|
2014-08-04 22:55:46 +02:00
|
|
|
* Various further improvements to the patch system.
|
2014-07-27 09:42:05 -06:00
|
|
|
* Added patch to implement inet_pton.
|
2014-07-27 12:54:01 -06:00
|
|
|
* Added patch to implement GetSystemTimes.
|
2014-07-26 15:49:56 -06:00
|
|
|
* Added patch to implement SHCreateSessionKey.
|
2014-08-04 22:55:46 +02:00
|
|
|
* Added patch to create directory available on Vista and later.
|
2014-07-31 11:15:26 -06:00
|
|
|
* Added patch to fix edge cases in TOOLTIPS_GetTipText.
|
2014-07-27 13:06:18 -06:00
|
|
|
* Added patch to allow special characters in pipe names.
|
2014-07-27 10:36:32 -06:00
|
|
|
* Added patch with stubs for [Get|Set]SystemFileCacheSize.
|
2014-07-26 12:42:06 -06:00
|
|
|
* Added patch to implement AllocateAndGetTcpExTableFromStack.
|
2014-08-08 14:39:42 -06:00
|
|
|
* Added patch to support setting file disposition information.
|
2014-07-26 14:42:17 -06:00
|
|
|
* Added patch to fix ConnectNamedPort return value in overlapped mode.
|
2014-07-26 15:18:59 -06:00
|
|
|
* Added patch to store IOCS data in a property instead of GWLP_USERDATA.
|
2014-07-30 17:03:13 -06:00
|
|
|
* Added patch to return empty D3D hardware flags for HEL device enumeration.
|
2014-07-30 17:40:32 -06:00
|
|
|
* Added patch to return the appropriate connection time with SO_CONNECT_TIME.
|
2014-08-04 22:55:46 +02:00
|
|
|
* Added patch to support extra large and jumbo icons.
|
|
|
|
* Added patch to allow setting tablet / media center status via registry.
|
2014-08-06 00:19:57 +02:00
|
|
|
* Added patch to use manual redirection for RunDLL_CallEntry16.
|
|
|
|
* Added patch to set ldr.EntryPoint for main executable.
|
2014-08-07 23:58:57 +02:00
|
|
|
* Added patch to fix invalid memory access in windowscodecs/PropertyBag.
|
2015-05-07 02:24:03 +02:00
|
|
|
* Added patch to use a linear resampler when there a large number of dsound
|
|
|
|
mixing buffers.
|
2014-08-08 23:30:59 +02:00
|
|
|
* Added patch to fix comparison of punctuation characters in lstrcmp.
|
2014-08-08 23:46:26 +02:00
|
|
|
* Added patch to workaround programs leaking wndproc splots.
|
2014-08-09 05:49:54 +02:00
|
|
|
* Added patch to implement ITextRange, ITextFont and ITextPara.
|
2014-08-07 23:58:57 +02:00
|
|
|
* Removed patch to create Vista directories (accepted upstream).
|
2014-08-05 17:28:27 -06:00
|
|
|
* Removed strmbase/quartz locking fix patches (accepted upstream).
|
2014-08-07 23:58:57 +02:00
|
|
|
* Removed windowscodecs/PropertyBag patch (accepted upstream).
|
2014-08-08 22:06:43 -06:00
|
|
|
-- Erich E. Hoover <erich.e.hoover@gmail.com> Fri, 08 Aug 2014 22:06:07 -0600
|
2014-07-26 12:42:06 -06:00
|
|
|
|
2014-07-25 21:15:11 -06:00
|
|
|
wine-compholio (1.7.23) unstable; urgency=low
|
2014-07-25 22:09:08 +02:00
|
|
|
* Rewrite of patch system to simplify maintaining large patchsets.
|
2014-07-22 21:28:01 -06:00
|
|
|
* Fix failing Junction Point test.
|
2014-07-17 10:54:33 -06:00
|
|
|
* Fix possible race conditions in strmbase/quartz.
|
2014-07-18 10:58:54 -06:00
|
|
|
* Fix race condition between EndOfStream and Pause.
|
2014-07-26 00:57:56 +02:00
|
|
|
* Fix issues with Israel Standard Time timezone.
|
|
|
|
* Add support for Dynamic DST (daylight saving time) information.
|
2014-07-26 03:45:02 +02:00
|
|
|
* Add some generic hardware in HKEY_DYN_DATA\Config Manager\Enum.
|
2014-07-22 08:38:10 -06:00
|
|
|
* Return correct IMediaSeeking stream positions in quartz.
|
2014-07-22 17:51:37 -06:00
|
|
|
* Make sure LICENSE files are included in the Debian packages.
|
2014-07-22 18:22:35 -06:00
|
|
|
* Downgraded Arial replacement font to Liberation Sans v1.07.3.
|
2014-07-22 21:30:16 -06:00
|
|
|
* Remove relative Junction Point linking for now (breaks tests).
|
2014-07-25 19:44:36 -06:00
|
|
|
* Added WenQuanYi Micro Hei (GPLv3) as a Microsoft Yahei replacement.
|
2014-07-25 21:15:11 -06:00
|
|
|
-- Erich E. Hoover <erich.e.hoover@gmail.com> Fri, 25 Jul 2014 21:12:42 -0600
|
2014-07-17 10:54:33 -06:00
|
|
|
|
2014-07-11 13:00:13 -06:00
|
|
|
wine-compholio (1.7.22) unstable; urgency=low
|
2014-07-11 12:57:10 -06:00
|
|
|
* Implement passing ACLs to CreateProcess.
|
2014-07-09 21:47:48 +02:00
|
|
|
* Removed several patches (accepted upstream).
|
2014-07-01 18:32:31 -06:00
|
|
|
* Added NT4 support to the process ACL tests.
|
2014-07-01 19:26:01 -06:00
|
|
|
* Implement RegSetKeySecurity on top of NtSetSecurityObject.
|
2014-07-04 10:14:57 -06:00
|
|
|
* Updated RegSetKeySecurity patch to work with special root keys.
|
2014-07-06 23:53:33 +02:00
|
|
|
* Add patch for wtsapi32.WTSEnumerateProcessesW function.
|
2014-07-07 22:19:53 +02:00
|
|
|
* Fix incorrect scaling for DECIMAL values in VarDecAdd.
|
2014-07-08 14:30:46 -06:00
|
|
|
* Updated main extended attributes patch to include BSD support.
|
2014-07-07 23:43:30 +02:00
|
|
|
* Return NULL-terminated list of arguments in CommandLineToArgvW.
|
2014-07-08 14:08:33 -06:00
|
|
|
* Updated main extended attributes patch to include additional data checks.
|
2014-07-11 13:00:13 -06:00
|
|
|
-- Erich E. Hoover <erich.e.hoover@gmail.com> Fri, 11 Jul 2014 13:00:03 -0600
|
2014-07-01 18:32:31 -06:00
|
|
|
|
2014-06-27 23:09:39 -06:00
|
|
|
wine-compholio (1.7.21) unstable; urgency=low
|
2014-06-22 20:39:59 +02:00
|
|
|
* Remove several patches (accepted upstream).
|
2014-06-27 23:09:39 -06:00
|
|
|
-- Sebastian Lackner <sebastian@fds-team.de> Fri, 27 Jun 2014 23:08:48 -0600
|
2014-06-22 20:39:59 +02:00
|
|
|
|
2014-06-14 19:46:09 +02:00
|
|
|
wine-compholio (1.7.20) unstable; urgency=low
|
2014-06-13 15:22:47 -06:00
|
|
|
* Remove several patches (accepted upstream).
|
|
|
|
* Fix recommendation for odbc and add libgsm1.
|
|
|
|
* Disabled gstreamer (broken with glib >= 2.32.0).
|
|
|
|
* Updated scripts to be compatible with BSD systems.
|
|
|
|
* Update winepulse patches to latest revision (extracted from 1.7.19).
|
2015-05-07 02:24:03 +02:00
|
|
|
* Force autoreconf even when timestamp seems to indicate that it is not
|
|
|
|
necessary.
|
|
|
|
* Added patches for default security descriptor ownership and DACLs for
|
|
|
|
processes.
|
|
|
|
* Added a patch to avoid a race-condition when unloading modules while a hook
|
|
|
|
is active.
|
2014-06-14 19:46:09 +02:00
|
|
|
* Add patch to fix issues with Obsidium copy protection.
|
|
|
|
-- Erich E. Hoover <erich.e.hoover@gmail.com> Sat, 14 Jun 2014 18:15:12 +0200
|
2014-06-13 15:22:47 -06:00
|
|
|
|
2014-06-02 23:55:55 +02:00
|
|
|
wine-compholio (1.7.19-1) unstable; urgency=low
|
2015-05-07 02:24:03 +02:00
|
|
|
* Added a patch to fix return value for FSCTL_PIPE_WAIT (required for
|
|
|
|
Unity3D).
|
|
|
|
* Added a patch to stub TokenAppContainerSid in NtQueryInformationToken
|
|
|
|
(required for Unity3D).
|
|
|
|
* Added a patch to optimize the file descriptor cache by using lockfree
|
|
|
|
algorithms.
|
|
|
|
* Add additional checks in XATTR patch to ensure wineserver doesn't crash if
|
|
|
|
data is corrupted.
|
2014-06-02 23:55:55 +02:00
|
|
|
* Add support for extended attributes on FreeBSD systems.
|
|
|
|
* Added a patch to fix ntdll/exception test failures on x86_64.
|
|
|
|
* Allow to change 'strict draw ordering' at runtime.
|
2015-05-07 02:24:03 +02:00
|
|
|
* Add ability to test if all dynamic libraries are installed with "wine
|
|
|
|
--check-libs".
|
2014-06-02 23:55:55 +02:00
|
|
|
* Added a patch to query if direct rendering is enabled via GLX extension.
|
|
|
|
-- Sebastian Lackner <sebastian@fds-team.de> Mon, 02 Jun 2014 23:50:23 +0200
|
|
|
|
|
2014-05-06 15:43:52 -06:00
|
|
|
wine-compholio (1.7.19) unstable; urgency=low
|
|
|
|
* Updated SIO_ADDRESS_LIST_CHANGE patches.
|
|
|
|
-- Erich E. Hoover <erich.e.hoover@gmail.com> Tue, 06 May 2014 15:42:32 -0600
|
|
|
|
|
2014-05-13 20:49:41 +02:00
|
|
|
wine-compholio (1.7.18-1) unstable; urgency=low
|
|
|
|
* Fix some issues on BSD systems.
|
|
|
|
* Add additional patches to silence a few FIXMEs.
|
|
|
|
* Rebase 02-ACL_Extended_Attributes patches.
|
|
|
|
-- Sebastian Lackner <sebastian@fds-team.de> Tue, 13 May 2014 20:47:23 +0200
|
|
|
|
|
2014-05-02 13:05:45 -06:00
|
|
|
wine-compholio (1.7.18) unstable; urgency=low
|
|
|
|
* Updated SetTimer patch (10 ms accepted upstream).
|
|
|
|
-- Erich E. Hoover <erich.e.hoover@gmail.com> Fri, 02 May 2014 13:05:13 -0600
|
|
|
|
|
2014-04-18 16:04:47 -06:00
|
|
|
wine-compholio (1.7.17) unstable; urgency=low
|
2014-04-05 17:46:37 -06:00
|
|
|
* Split Arial replacement into two patches.
|
2014-04-17 12:56:29 -06:00
|
|
|
* Removed dynamic unwind patches (accepted upstream).
|
|
|
|
* Removed linguistic casing patches (accepted upstream).
|
2014-04-17 16:53:10 -06:00
|
|
|
* ACL data is now stored in binary instead of converting it to ASCII.
|
2014-04-18 16:04:47 -06:00
|
|
|
-- Erich E. Hoover <erich.e.hoover@gmail.com> Fri, 18 Apr 2014 16:03:57 -0600
|
2014-04-05 17:46:37 -06:00
|
|
|
|
2014-04-05 03:49:35 +02:00
|
|
|
wine-compholio (1.7.16-1) unstable; urgency=low
|
|
|
|
* Fix build failure caused by dynamic unwind functions.
|
2014-04-04 19:52:26 -06:00
|
|
|
* Dropped liblcms2-dev dependency for old Ubuntu versions.
|
2014-04-05 03:49:35 +02:00
|
|
|
-- Sebastian Lackner <sebastian@fds-team.de> Sat, 05 Apr 2014 03:48:25 +0200
|
|
|
|
|
2014-04-04 15:41:48 -06:00
|
|
|
wine-compholio (1.7.16) unstable; urgency=low
|
|
|
|
* Add stub for RtlInstallFunctionTableCallback.
|
|
|
|
* Further split out the SIO_ADDRESS_LIST_CHANGE patches.
|
2015-05-07 02:24:03 +02:00
|
|
|
* Add proper implementation for dynamic unwind functions, removed stub
|
|
|
|
implementation.
|
|
|
|
* Fix lcms dependency (Wine requires lcms2 instead of lcms1), add build
|
|
|
|
dependency to libsane-dev.
|
2014-04-04 17:28:07 -06:00
|
|
|
-- Erich E. Hoover <erich.e.hoover@gmail.com> Fri, 04 Apr 2014 17:27:52 -0600
|
2014-04-04 15:41:48 -06:00
|
|
|
|
2014-03-25 06:09:09 +01:00
|
|
|
wine-compholio (1.7.15-1) unstable; urgency=low
|
2014-04-04 15:41:48 -06:00
|
|
|
* Build 64 bit version of Wine.
|
|
|
|
* First SIO_ADDRESS_LIST_CHANGE patch accepted upstream.
|
|
|
|
* Added stub dll for DirectX Video Acceleration (dxva2.dll).
|
2015-05-07 02:24:03 +02:00
|
|
|
* Update DXVA2 patches (additional implementation details, parts accepted
|
|
|
|
upstream).
|
2014-03-25 06:09:09 +01:00
|
|
|
-- Erich E. Hoover <erich.e.hoover@gmail.com> Tue, 25 Mar 2014 06:08:01 +0100
|
|
|
|
|
2014-03-23 12:54:12 +01:00
|
|
|
wine-compholio (1.7.15) unstable; urgency=low
|
|
|
|
* Fixed build dependencies for Debian Sid.
|
|
|
|
* Fixed free() of a const variable (Bug #1).
|
|
|
|
* Removed get_dir_unix_fd (no longer used, fixes compiling with "-Werror").
|
2015-05-07 02:24:03 +02:00
|
|
|
* Removed 'register user administrative tools shell folder' patch (accepted
|
|
|
|
upstream).
|
2014-03-23 12:54:12 +01:00
|
|
|
-- Erich E. Hoover <erich.e.hoover@gmail.com> Sun, 23 Mar 2014 12:53:32 +0100
|
|
|
|
|
2014-03-07 13:59:51 -07:00
|
|
|
wine-compholio (1.7.14) unstable; urgency=low
|
|
|
|
* Minor updates to the ACL patches.
|
|
|
|
* Added Liberation Sans (SIL Open Font License) as an Arial replacement.
|
|
|
|
-- Erich E. Hoover <erich.e.hoover@gmail.com> Fri, 07 Mar 2014 13:59:11 -0700
|
|
|
|
|
2014-02-21 09:00:15 -07:00
|
|
|
wine-compholio (1.7.13-1) unstable; urgency=low
|
|
|
|
* Fixed a typo in the configure check for extended attributes.
|
|
|
|
-- Erich E. Hoover <erich.e.hoover@gmail.com> Fri, 21 Feb 2014 09:00:00 -0700
|
|
|
|
|
2014-02-20 18:48:44 -07:00
|
|
|
wine-compholio (1.7.13) unstable; urgency=low
|
|
|
|
* Added support for inherited file ACLs.
|
|
|
|
* Further separated the file ACL patches.
|
|
|
|
* Updated linguistic casing patches to include tests.
|
|
|
|
* Updated the patch list template to be compatible with 'git am'.
|
|
|
|
* Moved the patching code out of the debian rules into a Makefile.
|
|
|
|
* Removed the named pipe security access patch (accepted upstream).
|
|
|
|
* Explicitly run configure with '--with-xattr' when building debian packages.
|
2015-05-07 02:24:03 +02:00
|
|
|
* Will now fail on configure when '--with-xattr' is passed and xattr.h cannot
|
|
|
|
be found.
|
2014-02-20 18:48:44 -07:00
|
|
|
-- Erich E. Hoover <erich.e.hoover@gmail.com> Thu, 20 Feb 2014 18:48:03 -0700
|
|
|
|
|
2014-02-07 16:50:34 -07:00
|
|
|
wine-compholio (1.7.12-1) unstable; urgency=low
|
2014-02-07 17:52:58 -07:00
|
|
|
* Fixed PulseAudio patches to apply with 'git am'.
|
2014-02-07 16:50:34 -07:00
|
|
|
* Fixed PulseAudio driver configure file for upstream Wine 1.7.12.
|
2014-02-07 17:52:58 -07:00
|
|
|
* Fixed PulseAudio driver pthread dependency for upstream Wine 1.7.12.
|
|
|
|
-- Erich E. Hoover <erich.e.hoover@gmail.com> Fri, 07 Feb 2014 17:52:32 -0700
|
2014-02-07 16:50:34 -07:00
|
|
|
|
2014-02-07 14:57:59 -07:00
|
|
|
wine-compholio (1.7.12) unstable; urgency=low
|
|
|
|
* Added new patches to support GetVolumePathName.
|
|
|
|
-- Erich E. Hoover <erich.e.hoover@gmail.com> Fri, 07 Feb 2014 14:57:33 -0700
|
|
|
|
|
2014-01-17 12:27:54 -07:00
|
|
|
wine-compholio (1.7.11) unstable; urgency=low
|
|
|
|
* Added SRWLock patch.
|
|
|
|
* Added new patches to support TransmitFile.
|
|
|
|
* Added new patches to support Junction Points.
|
|
|
|
* Moved pipelight-specific patches to a separate folder.
|
|
|
|
* Removed SRWLock patch included in upstream Wine 1.7.11.
|
|
|
|
* Reduced SetTimer minimum limitation from 15 ms to 5 ms.
|
|
|
|
* Added support for security access parameters for named pipes.
|
|
|
|
* Added WINE_STRICT_DRAW_ORDERING command line environment variable.
|
2015-05-07 02:24:03 +02:00
|
|
|
* Fixed a path length bug in the ACL inheritance patch (assumed DOS
|
|
|
|
limitation).
|
|
|
|
* Added some workarounds for shlwapi url functions not handling relative paths
|
|
|
|
well.
|
2014-01-17 12:27:54 -07:00
|
|
|
-- Erich E. Hoover <erich.e.hoover@gmail.com> Fri, 17 Jan 2014 12:27:32 -0700
|
|
|
|
|
2014-01-03 12:22:22 -07:00
|
|
|
wine-compholio (1.7.10) unstable; urgency=low
|
|
|
|
* Removed monitor enumeration patch included in upstream Wine 1.7.10.
|
|
|
|
* Updated SIO_ADDRESS_LIST_CHANGE patch with latest proposed version.
|
|
|
|
* Added new patch to support linux windowlessmode (required for Qt5 browsers).
|
|
|
|
-- Erich E. Hoover <erich.e.hoover@gmail.com> Fri, 03 Jan 2014 12:19:14 -0700
|
|
|
|
|
2013-12-27 12:04:29 -07:00
|
|
|
wine-compholio (1.7.9) unstable; urgency=low
|
|
|
|
* Added a new patch for windowless mode for Qt5 browsers.
|
|
|
|
-- Erich E. Hoover <erich.e.hoover@gmail.com> Fri, 27 Dec 2013 12:03:22 -0700
|
|
|
|
|
2013-12-07 10:49:20 -07:00
|
|
|
wine-compholio (1.7.8-1) unstable; urgency=low
|
|
|
|
* Fixed several build problems.
|
|
|
|
-- Erich E. Hoover <erich.e.hoover@gmail.com> Sat, 07 Dec 2013 10:49:03 -0700
|
|
|
|
|
2013-12-06 13:26:36 -07:00
|
|
|
wine-compholio (1.7.8) unstable; urgency=low
|
|
|
|
* Added PulseAudio support patches.
|
|
|
|
* Updated SIO_ADDRESS_LIST_CHANGE patches.
|
|
|
|
* Separated out patches into logical subfolders.
|
|
|
|
* Updated XEMBED patch to work with latest upstream Wine.
|
|
|
|
-- Erich E. Hoover <erich.e.hoover@gmail.com> Fri, 06 Dec 2013 13:26:24 -0700
|
|
|
|
|
2013-11-22 10:35:52 -07:00
|
|
|
wine-compholio (1.7.7) unstable; urgency=low
|
|
|
|
* Remove patches included in upstream Wine 1.7.7.
|
|
|
|
* Rebase ACL extended attribute patches against upstream Wine 1.7.7.
|
|
|
|
* Rebase SIO_ADDRESS_LIST_CHANGE patches against upstream Wine 1.7.7.
|
2013-11-22 10:47:07 -07:00
|
|
|
* Added the ability to return the list of patches with "wine --patches".
|
2013-11-22 14:25:30 -07:00
|
|
|
* Added a patch to workaround a Silverlight issue with multiple monitors.
|
|
|
|
-- Erich E. Hoover <erich.e.hoover@gmail.com> Fri, 22 Nov 2013 14:24:53 -0700
|
2013-11-22 10:35:52 -07:00
|
|
|
|
2013-11-21 13:33:37 -07:00
|
|
|
wine-compholio (1.7.6-1) unstable; urgency=low
|
|
|
|
* Work around a build problem with Wine 1.7.6.
|
|
|
|
-- Erich E. Hoover <erich.e.hoover@gmail.com> Tue, 12 Nov 2013 14:16:16 -0700
|
|
|
|
|
|
|
|
wine-compholio (1.7.6) unstable; urgency=low
|
|
|
|
* Rebased VMR7 patches against upstream Wine 1.7.6.
|
|
|
|
* Rebased SIO_ADDRESS_LIST_CHANGE patches against upstream Wine 1.7.6.
|
|
|
|
-- Erich E. Hoover <erich.e.hoover@gmail.com> Sun, 10 Nov 2013 17:26:30 -0700
|
|
|
|
|
|
|
|
wine-compholio (1.7.5-1) unstable; urgency=low
|
|
|
|
* Included new patch to fix running TestOut under Silverlight.
|
|
|
|
-- Erich E. Hoover <erich.e.hoover@gmail.com> Thu, 07 Nov 2013 11:18:23 -0700
|
|
|
|
|
|
|
|
wine-compholio (1.7.5) unstable; urgency=low
|
|
|
|
* Rebased changes against upstream Wine 1.7.5.
|
|
|
|
-- Erich E. Hoover <erich.e.hoover@gmail.com> Wed, 30 Oct 2013 08:05:51 -0600
|
|
|
|
|
|
|
|
wine-compholio (1.7.4-2) unstable; urgency=low
|
|
|
|
* Updated XEmbed patches from Sebastian Lackner.
|
|
|
|
-- Erich E. Hoover <erich.e.hoover@gmail.com> Mon, 28 Oct 2013 10:00:43 -0600
|
|
|
|
|
|
|
|
wine-compholio (1.7.4-1) unstable; urgency=low
|
|
|
|
* Fix an issue with Ubuntu 13.10 post-install behavior.
|
|
|
|
-- Erich E. Hoover <erich.e.hoover@gmail.com> Sun, 13 Oct 2013 15:13:48 -0600
|
|
|
|
|
|
|
|
wine-compholio (1.7.4) unstable; urgency=low
|
|
|
|
* Rebased changes against upstream Wine 1.7.4.
|
|
|
|
-- Erich E. Hoover <erich.e.hoover@gmail.com> Sat, 12 Oct 2013 13:30:33 -0600
|
|
|
|
|
|
|
|
wine-compholio (1.7.3) unstable; urgency=low
|
|
|
|
* Removed patches already included in upstream Wine 1.7.3.
|
|
|
|
* Rebased ACL extended attributes patch against upstream Wine 1.7.3.
|
|
|
|
* Update SIO_ADDRESS_LIST_CHANGE patches to new server-based method.
|
|
|
|
-- Erich E. Hoover <erich.e.hoover@gmail.com> Thu, 03 Oct 2013 15:16:26 -0600
|
|
|
|
|
|
|
|
wine-compholio (1.7.2) unstable; urgency=low
|
|
|
|
* Rebased changes against upstream Wine 1.7.2.
|
|
|
|
-- Erich E. Hoover <erich.e.hoover@gmail.com> Mon, 30 Sep 2013 12:21:43 -0600
|
|
|
|
|
|
|
|
wine-compholio (1.7.1) unstable; urgency=low
|
|
|
|
* Rebased changes against upstream Wine 1.7.1.
|
|
|
|
-- Erich E. Hoover <erich.e.hoover@gmail.com> Mon, 30 Sep 2013 11:42:34 -0600
|
|
|
|
|
|
|
|
wine-compholio (1.7.0-7) unstable; urgency=low
|
|
|
|
* Updated all changed patches and backported upstream commits.
|
|
|
|
-- Erich E. Hoover <erich.e.hoover@gmail.com> Mon, 30 Sep 2013 11:41:43 -0600
|
|
|
|
|
|
|
|
wine-compholio (1.7.0-6) unstable; urgency=low
|
|
|
|
* Included fix for Watchever from Andreas Loibl.
|
|
|
|
-- Erich E. Hoover <ehoover@mines.edu> Fri, 06 Sep 2013 16:33:33 -0600
|
|
|
|
|
|
|
|
wine-compholio (1.7.0-5) unstable; urgency=low
|
|
|
|
* Updated patches for LOVEFiLM from Sebastian Lackner and Michael Müller.
|
|
|
|
-- Erich E. Hoover <ehoover@mines.edu> Fri, 06 Sep 2013 16:33:33 -0600
|
|
|
|
|
|
|
|
wine-compholio (1.7.0-4) unstable; urgency=low
|
|
|
|
* Hopefully fixed build script problem.
|
|
|
|
-- Erich E. Hoover <ehoover@mines.edu> Tue, 27 Aug 2013 09:51:15 -0600
|
|
|
|
|
|
|
|
wine-compholio (1.7.0-3) unstable; urgency=low
|
|
|
|
* Added D3D acceleration fix from Michael Müller.
|
|
|
|
-- Erich E. Hoover <ehoover@mines.edu> Fri, 16 Apr 2010 12:20:00 -0600
|