1
0
Fork 0
mirror of synced 2025-03-07 03:53:26 +01:00

Release 7.20.

This commit is contained in:
Alexandre Julliard 2022-10-31 22:47:59 +01:00
parent 9706a70bda
commit e43cb42250
4 changed files with 389 additions and 340 deletions

706
ANNOUNCE
View file

@ -1,14 +1,15 @@
The Wine development release 7.19 is now available. The Wine development release 7.20 is now available.
What's new in this release: What's new in this release:
- Support for storing DOS attributes on disk. - Mono engine updated to version 7.4.0.
- Bundled vkd3d upgraded to version 1.5. - Font linking improvements.
- Support for MPEG-4 audio format. - A number of fixes for exception unwinding.
- Support for dumping EMF spool files in WineDump.
- Various bug fixes. - Various bug fixes.
The source is available at: The source is available at:
https://dl.winehq.org/wine/source/7.x/wine-7.19.tar.xz https://dl.winehq.org/wine/source/7.x/wine-7.20.tar.xz
Binary packages for various distributions will be available from: Binary packages for various distributions will be available from:
@ -24,367 +25,412 @@ AUTHORS in the distribution for the complete list.
---------------------------------------------------------------- ----------------------------------------------------------------
Bugs fixed in 7.19 (total 17): Bugs fixed in 7.20 (total 29):
- #9158 Multiple Microsoft development tools online/web installers fail to skip "$shtdwn$.req" with FILE_ATTRIBUTE_HIDDEN (Visual Studio Express Editions, .NET Framework 3.0) - #15679 cygwin symlinks not working in wine
- #48414 OpenMPT UI does not render all textboxes correctly - #29998 Crysis 2 (>1.0) huge graphical issues after loading a savegame
- #50269 Multiple applications need IWMSyncReader::GetOutputCount() implementation (Resident Evil Revelations 2; Ultimate Marvel vs Capcom 3) - #38594 dbghelp_msc:pe_load_debug_directory Got a page fault while loading symbols (Visual C++ 2013 .pdb's)
- #51884 HP Prime Virtual Calculator Emulator crashes when license agreement screen opens - #38604 winedbg: internal crash/hangs when running ieframe/tests/ie.c with pdb debug symbols
- #52655 Cubase 12 crashes on unimplemented function advapi32.dll.OpenThreadWaitChainSession - #44814 cygwin's bsdtar.exe needs a better ntdll.NtQueryEaFile stub
- #52659 No sound for games that utilize windows media player functionality - #46822 Edit control in ADL search dialog gets initially not drawn in DC++ 0.868, regression
- #52931 vulkan-1:vulkan fails in Wine on cw-rx460 and Intel cards - #47595 Tequila City of Heroes Launcher - expect_no_runtimes Process exited with a Mono runtime loaded.
- #52954 Kheops Studio adventure games: Graphic bug that prevents any progress in the game - #48197 Autonauts in steam under wine has a memory leak.
- #53234 nsi:nsi - test_ndis_ifinfo() fails randomly on Windows 10 1507 - #50573 division by zero in wineconsole when hovering mouse over
- #53575 Subtitle Workshop Classic 6.1.4 disabled menu items are not viewable at all with Light theme - #51529 CloseHandle(INVALID_HANDLE_VALUE) returns FALSE, GetLastError is ERROR_INVALID_HANDLE
- #53615 Sonic Adventure DX (2004) deadlocks on the title screen - #51775 Axiom Verge 2 crashes on startup due to incomplete sapi implementation
- #53645 AIMP 3 causes memory leaks - #52545 ACE rights parser should allow octal and decimal formats
- #53672 x64dbg crashes when opening executable - #52648 conhost.exe:tty test_read_console_control() fails in Hindi and Portuguese
- #53673 "AE VN Tools" fails to launch in staging v7.17 (previously "just worked" on staging v7.13) - #52790 winedbg 'bt all' filled with dbghelp_dwarf RULE_VAL_EXPRESSION fixmes
- #53700 DbgChild crashes on unimplemented function ntdll.dll.RtlDosPathNameToRelativeNtPathName_U - #53437 ZOSI Cloud crashes on start
- #53714 SQLGetInfo(W) doesn't fill StringLength when InfoValue is NULL - #53455 shell32:recyclebin - test_query_recyclebin() gets unexpected recyclebin size in Wine
- #53773 winetricks dotnet35 fails to install - #53521 imm32:imm32 - test_default_ime_window_creation() fails on Windows 10 21H1+
- #53552 Line width calculation failure in WineMono.Tests.System.Windows.Media.TextFormatting.TextFormatterTest.NewlineCharacterCollapsibleTest
- #53608 Visual Novel Shin Koihime † Eiyuutan 4 plays opening movie in separate window
- #53669 Problems with two separate MetaTrader4 programs on the same Wine desktop
- #53679 The 64-bit ntdll:env fails on Windows 7
- #53724 Obduction fails in a random way out of a handful of possible ways
- #53770 Wrong locale data for Chinese locales for LOCALE_SNATIVEDIGITS class
- #53800 CRYPT_GetBuiltinDecoder Unsupported decoder for lpszStructType 1.3.6.1.4.1.311.2.1.4
- #53813 Let's encrypt certificate validation fails
- #53821 winbase.h: ReOpenFile declaration missing (and not available in any other header)
- #53829 Font links for MingLiU broken 32-bit wineprefixes
- #53832 wbemprox: where-clause seems to be case-sensitive
- #53838 Non-PE builds fail after "makedep: Make the installation directories architecture-generic."
---------------------------------------------------------------- ----------------------------------------------------------------
Changes since 7.18: Changes since 7.19:
Akihiro Sagawa (1): Akihiro Sagawa (8):
imm32/tests: Don't expect IME window if the parent is message-only window descendant. quartz/tests: Add a background brush test for video renderer.
quartz: Fix video flickering.
shell32/tests: Add DBCS file name tests for DragQueryFile.
shell32/tests: Add more DragQueryFile tests.
shell32: Merge ANSI part of DROPFILES handler into DragQueryFileW.
shell32: Reimplement DragQueryFileA to rely on its Unicode version.
shell32: Returns a number of copied characters in DropQueryFileW.
shell32: Returns a number of copied bytes in DropQueryFileA.
Alex Henrie (4): Alex Henrie (14):
winegstreamer: Fix memory leak in get_available_media_type (Coverity). include: Add TOOLINFO[AW].
include: Fix typo in LR_VGACOLOR. shell32: Move strndupW to dde.c.
include: Fix typos in NIN_BALLOON*. shell32: Use standard C functions for memory allocation in dde.c.
include: Add LV_COLUMN[AW]. shell32: Introduce combine_path helper for DDE.
shell32: Sanitize Program Manager icon and group names.
include: Add WSANO_ADDRESS to winsock2.h.
include: Move strto[iu]max(_l) from stdlib.h to inttypes.h.
uuid: Add devguid.h.
msvcrt: Change return type of _putenv_s to errno_t.
include: Add _putenv_s.
shell32: Don't use strdupW or heap_* functions in shellole.c.
shell32: Don't use strdupW or heap_* functions in shelldispatch.c.
shell32: Don't use strdupW or heap_* functions in shelllink.c.
shell32: Remove unused function strdupW.
Alexandre Julliard (19): Alexandre Julliard (21):
tests: Do not report flaky tests as failures by default. nls: Update locales that have been added in recent Windows versions.
user32/tests: Flush window events to fix some race conditions. nls: Allow specifying a locale's native digits.
user32/tests: Mark some input tests as flaky. makedep: Pass a generic architecture value instead of the is_cross flag to various helpers.
mmdevapi/tests: Mark some capture tests as flaky. makedep: Make the target flags architecture-generic.
dinput/tests: Mark a mouse input test as flaky. makedep: Make the debug flags architecture-generic.
quartz/tests: Mark some tests as flaky. makedep: Make the delay load flags architecture-generic.
vkd3d: Import upstream release 1.5. makedep: Make the extra C flags architecture-generic.
Revert "oleaut32: Dereference VT_RECORD|VT_BYREF in place.". makedep: Make the installation directories architecture-generic.
Revert "oleaut32/tests: Get_test_recordinfo shouldn't point into a specific VARIANT.". makedep: Make the object files architecture-generic.
vkd3d: Update version number. makedep: Make the import library files architecture-generic.
gitlab: Run the full test suite on merge requests. makedep: Make the makefile targets architecture-generic.
wmvcore/tests: Reduce the number of printed todos. makedep: Add support for architecture-specific sources.
gdiplus: Get the compositing mode directly from the graphics object. makedep: Add support for architecture-specific IDL objects.
windowscodecs: Redirect TIFF debug output to the Wine debug functions. makedep: Make the resource files architecture-generic.
winegstreamer: Respect debug channels configuration for error output. makedep: Add a helper function to build a source file for one architecture.
mmdevapi/tests: Mark some failing tests as flaky. makedep: Add a helper function to get a cross-compilation make variable.
ngen: Add version resource. makedep: Add a helper function to build an arch-specific module name.
wined3d: Use a Wine debug channel for vkd3d debug output. makedep: Make the disabled flag architecture-generic.
d2d1: Use a gcc pragma instead of a compiler flag for -fexcess-precision. makefiles: Store PE objects in subdirectories in the build tree.
configure: Remove no longer needed check for dlltool.
makedep: Remove arch directories on distclean.
Alistair Leslie-Hughes (9): Alistair Leslie-Hughes (8):
odbc: SQLGetInfoW allow NULL parameter InfoValue. crypt32: Only report Unimplemented decoder when not found in external dll.
msdasql: Implement IColumnsInfo GetColumnInfo. sapi: Implement ISpObjectToken OpenKey.
msdasql: Select statements return -1 for affected rows in ICommandText Execute. sapi: Move token structure before EnumTokens function.
msdasql: Implement IRowsetInfo GetProperties. sapi: Store registry key to Enum builder.
sapi: Store the token id in ISpObjectToken SetId. sapi: Implement ISpObjectTokenEnumBuilder Item.
sapi: Implement ISpObjectToken GetId. sapi: Implement ISpObjectTokenEnumBuilder Next.
include: Add missing SP defines. sapi: Add default voice registry key.
sapi: Implement ISpRegDataKey CreateKey. sapi: Add Voice enum tests.
sapi: Implement ISpRegDataKey GetStringValue.
Aurimas Fišeras (1): Anton Baskanov (6):
po: Update Lithuanian translation. quartz/tests: Add tests for MPEG layer-3 decoder interfaces.
quartz/tests: Add tests for MPEG layer-3 decoder aggregation.
quartz/tests: Test MPEG layer-3 decoder unconnected filter state.
quartz/tests: Add tests for IBaseFilter_EnumPins() on MPEG layer-3 decoder.
quartz/tests: Add tests for IBaseFilter_FindPin() on MPEG layer-3 decoder.
quartz/tests: Add tests for querying MPEG layer-3 decoder pin info.
Brendan Shanks (6): Bartosz Kosiorek (26):
ntdll: Set the name of internal thread pool threads. msvcrt: Add _mbctolower_l partial implementation.
rpcrt4: Set the name of internal threads. msvcrt: Add _mbctoupper_l partial implementation.
wininet: Set thread name for collect_connections_proc. msvcrt: Add _mbslwr_s_l partial implementation.
wined3d: Set name of internal threads. msvcrt: Add _mbsupr_s_l partial implementation.
ntdll: Remove shared heap functionality. msvcrt: Add _mbschr_l implementation.
kernel32: Remove shared heap functionality. msvcrt: Add _mbsicmp_l implementation.
msvcrt: Add _mbclen_l implementation.
msvcrt: Fix error handling for _mbscmp_l.
msvcrt: Add _ismbslead_l implementation.
msvcrt: Add _ismbstrail_l implementation.
msvcrt: Add _ismbcsymbol_l implementation.
msvcrt: Add _mbsinc_l implementation.
msvcrt: Fix error handling for strcat_s.
msvcrt: Fix error handling for strcpy_s.
gdiplus: Add GdipSetPenCompoundArray implementation.
gdiplus: Add GdipGetPenCompoundCount implementation.
gdiplus: Add GdipGetPenCompoundArray implementation.
msvcrt: Add _ismbchira_l implementation.
msvcrt: Add _ismbckata_l implementation.
msvcrt: Add _mbbtombc_l implementation.
ucrtbase: Export more _o_* functions.
msvcrt: Add _mbcjistojms_l implementation.
msvcrt: Add _mbcjmstojis_l implementation.
msvcrt: Add _mbctombb_l implementation.
msvcrt: Add _mbctohira_l implementation.
msvcrt: Add _mbctokata_l implementation.
Connor McAdams (6): Brendan Shanks (5):
uiautomationcore: Use a separate vtbl for nested node IWineUiaProviders. mmdevapi: Set the name of internal threads.
uiautomationcore: Don't use nested node providers for same-thread HWNDs. xinput1_3: Set thread name for hid_update_thread_proc.
uiautomationcore: Track all HUIANODEs returned from the provider thread. sechost: Set the name of internal threads.
uiautomationcore: Implement UiaDisconnectProvider. ntdll: Set native thread names on Linux when set with SetThreadDescription().
uiautomationcore: Store provider thread nodes that have a runtime ID in an rbtree. server: Only require THREAD_SET_LIMITED_INFORMATION access to set thread description.
uiautomationcore: Add UIAutomationType_Element property support for nested node providers.
Chilung Chan (1):
po: Update Traditional Chinese translation.
Connor McAdams (15):
uiautomationcore: Add support for multiple providers on a single HUIANODE.
uiautomationcore: Determine provider type for nested node providers.
uiautomationcore: Add support for getting HWND providers to UiaNodeFromProvider().
uiautomationcore: Add support for getting HWND providers to uia_node_from_lresult().
uiautomationcore/tests: Ignore UIA_NativeWindowHandlePropertyId in certain tests.
uiautomationcore: Implement UiaRegisterProviderCallback.
uiautomationcore: Add UiaGetUpdatedCache stub.
uiautomationcore: Implement UiaGetUpdatedCache.
uiautomationcore: Add basic UiaCondition support to UiaGetUpdatedCache.
uiautomationcore/tests: Add tests for boolean UIA ConditionTypes.
uiautomationcore/tests: Add ConditionType_Property tests.
uiautomationcore: Add support for ConditionType_Not conditions.
uiautomationcore: Add support for ConditionType_{And/Or} conditions.
uiautomationcore: Implement ConditionType_Property conditional for UIAutomationType_Bool properties.
uiautomationcore: Add support for UIAutomationType_IntArray property comparisons.
Daniel Lehman (4):
kernel32/tests: Add tests for CancelSynchronousIo.
ntdll: Add NtCancelSynchronousIoFile stub.
ntdll: Implement NtCancelSynchronousIoFile.
kernelbase: Call NtCancelSynchronousIoFile in CancelSynchronousIo.
David Kahurani (1): David Kahurani (1):
xmllite/writer: Properly validate DocType name. xmllite/writer: Null terminate duplicated strings.
Eric Pouech (21): Eric Pouech (11):
dbghelp: Fix local scope reset upon module unloading. dbghelp: Rework dwarf2_get_ranges() helper.
krnl386.exe16: Don't pass NULL to printf/%s). dbghelp: No longer call read_range() for inline site (dwarf).
winedump: Dump global hash table out of PDB symbols' stream. dbghelp: Allow symt_block to be defined over non contiguous chunks.
winedump: Dump PDB public symbols' stream. dbghelp: Silence some FIXMEs.
dbghelp: Add support for static variables at function scope (PDB). oleaut32/tests: Fix test failing on UTF-8 locale.
dbghelp: Fix container for global variables (Dwarf). ntdll/tests: Force alignment of output structures.
dbghelp: Fix variable storage information (Dwarf). dbghelp: Use heap functions for allocation.
dbghelp: Don't load invalid records for global symbol stream. dbghelp: Realloc array of buckets inside struct vector.
dbghelp: Improve de-duping global symbols information (PDB). conhost/tests: Fix tests for some keyboard layouts.
dbghelp: SymFromName* should first look in local context. conhost/tests: Fix some tests on input sequences.
dbghelp: Remove address field from symt_compiland. kernel32/tests: Workaround some broken Windows behavior in console tests.
dbghelp: Expose local static variables' address.
winedbg: Enhance printing of variables or fields.
dbghelp: No longer use wine_dbgstr_longlong.
dbghelp: Silence some FIXME for SymGetTypeInfo/TI_GET_OFFSET.
dbghelp: Keep compiland's address for Dwarf debug format.
dbghelp: Remove symt_close_func_block() stabs's only parameter.
wined3d: Ensure function declaration matches implementation.
wined3d: Ensure method declaration matches implementations.
wined3d: Use I width modifier for debug traces on DWORD_PTR.
conhost: Fix tests on ReadConsole with CONSOLE_READCONSOLE_CONTROL.
Erich Hoover (3): Esme Povirk (3):
ntdll: Implement retrieving DOS attributes in [fd_]get_file_info(). user32: Test Get/SetWindowPlacement with invalid length.
ntdll: Implement storing DOS attributes in NtSetInformationFile. win32u: Reject invalid length in SetWindowPlacement.
ntdll: Implement storing DOS attributes in NtCreateFile. mscoree: Update Wine Mono to 7.4.0.
Esme Povirk (1): Etaash Mathamsetty (3):
windowscodecs/tests: Accept new error code from win11. ntoskrnl.exe: Implement IoCreateNotificationEvent.
ntoskrnl.exe: Fix formatting in IoCreateSynchronizationEvent.
ntoskrnl.exe: Use LoadLibraryW for MmGetSystemRoutineAddress.
Etaash Mathamsetty (1): Fabian Maurer (1):
ntoskrnl.exe: KeInsertQueueDpc stub. ntdll: Prevent double free (Coverity).
Floris Renaud (1): Florian Kübler (1):
po: Update Dutch translation. ntdll: Add CFI unwind info to __wine_syscall_dispatcher (x86_64).
François Gouget (10): François Gouget (8):
tests: Make sure only one thread prints traces at a time. wintrust: Add a trailing linefeed to an ERR() message.
tests: Print unhandled exception messages in colour. winetest: Let the get_subtests() caller report errors.
dpnet/tests: Mark the test_enum_hosts*() tests failing randomly on Windows as flaky. dbghelp: Fix the trailing linefeed of a WARN() message.
d3d9/tests: Mark the test_cursor_pos() tests failing randomly on Windows as flaky. d3d10core/tests: Fix the spelling of a comment.
d3d9/tests: Mark the test_wndproc_windowed() tests failing randomly on Windows as flaky. dbghelp: Fix the spelling of a couple of comments.
d3d9/tests: Mark the test_wndproc() tests failing randomly on Windows as flaky. rpcrt4/tests: Fix the spelling of a couple of comments.
dxgi/tests: Mark the test_swapchain_window_styles() tests failing randomly on Windows as flaky. msdasql: Fix a typo in the is_fixed_length() function name.
dxgi/tests: Mark the test_swapchain_window_messages() tests failing randomly on Windows as flaky. ddraw/tests: Mark tests failing randomly on Windows 8 as flaky.
gdi32/tests: Mark tests failing randomly on Windows as flaky.
imm32/tests: Mark tests failing randomly on Windows as flaky.
Gabriel Ivăncescu (18): Gabriel Ivăncescu (28):
mshtml: Override document.URL's name when adding it from the mshtml typelib. jscript: Implement Function.prototype.bind's `thisArg` properly.
include/mshtml: Move some forward interface declarations to match Windows SDK. jscript/tests: Fix copy paste mistake in JSON test.
mshtml: Implement url prop for StorageEvent. jscript: Implement `reviver` argument for JSON.parse.
mshtml: Use actual Gecko event type for MessageEvent and StorageEvent. wininet: Handle offline state in InternetGetConnectedStateExW.
mshtml: Expand event_info to include a special entry for EVENTID_LAST. netprofm: Handle non-internet connectivity.
mshtml: Allocate events via event type. mshtml: Move the ConnectionPointContainer out of basedoc.
mshtml: Silence a FIXME when parameter is missing. mshtml: Move the IServiceProvider interface out of basedoc.
jscript: Fill the builtin props for enumeration on prototypes as well. mshtml: Move the Persist interfaces out of basedoc.
jscript: Refill the props at end of enumeration in html mode and retry. mshtml: Move the IOleCommandTarget interface out of basedoc.
mshtml: Fix enumerating first custom prop after builtins. mshtml: Move the OleObj interfaces out of basedoc.
mshtml: Do not enumerate internal dynamic props. mshtml: Move HTMLDocumentObj implementation to oleobj.c.
mshtml: Split the lookup for an element with name into a separate helper. mshtml: Move the remaining non-IHTMLDocument* interfaces out of basedoc.
mshtml: Enumerate document elements with name. mshtml: Move the IHTMLDocument2 interface out of basedoc.
shell32/tests: Test drive letters parsing for My Computer. mshtml: Move the IHTMLDocument3 interface out of basedoc.
shell32: Handle drive letters properly when parsing MyComputer. mshtml: Move the IHTMLDocument4 interface out of basedoc.
mshtml: Expose props via element name only for specific element types. mshtml: Move the IHTMLDocument5 interface out of basedoc.
mshtml: Allow accessing some document elements as props via id. mshtml: Move the IHTMLDocument6 interface out of basedoc.
mshtml: Don't create dynamic prop before checking if elem prop even exists. mshtml: Move the IHTMLDocument7 interface out of basedoc.
mshtml: Move the IDispatchEx interface out of basedoc.
mshtml: Get rid of the outer_unk in basedoc.
mshtml: Get rid of the outer window in basedoc.
mshtml: Get rid of the HTMLDocument basedoc.
jscript: Implement VariantChangeType for VT_DISPATCH and VT_UNKNOWN.
mshtml: Allow null or undefined listeners in attachEvent/detachEvent.
mshtml: Allow null or undefined func in addEventListener.
mshtml: Get rid of a EVENTID_LAST special case.
mshtml: Implement document.mimeType.
mshtml: Implement document.referrer.
Georg Lehmann (1): Gerald Pfeifer (2):
winevulkan: Update to VK spec version 1.3.230. ntdll: Fix build on systems without ENODATA.
loader: Unbreak FreeBSD builds (ARRAY_SIZE undefined).
Hans Leidekker (2): Hans Leidekker (2):
schannel/tests: Fix test failure on Windows 11. crypt32: Parse OCSP responder name.
schannel/tests: Get rid of workarounds for old Windows versions. wbemprox: WQL string comparisons are case insensitive.
Henri Verbeet (2): Hugh McMaster (4):
wined3d: Handle VKD3D_SHADER_RESOURCE_DATA_MIXED in wined3d_data_type_from_vkd3d(). kernel32/tests: Remove tests comparing expected output in certain functions.
wined3d: Use the supplied context in wined3d_device_context_blt(). kernelbase: Add stubs for GetConsoleOriginalTitleA/W().
kernel32/tests: Add tests for GetConsoleOriginalTitleA/W().
kernelbase: Avoid memory leaks in GetConsoleTitleW().
Hugh McMaster (2): Jacek Caban (2):
kernel32/tests: Add tests for GetConsoleTitle(). user.exe: Pass resource ID as a string in DIALOG_CreateControls16.
kernelbase: Return full title length from GetConsoleTitle(). makedep: Always use -mno-cygwin for extra test modules.
Huw D. M. Davies (2): Jinoh Kang (8):
nsi: Use the correct members for the error and discard counts. win32u: Fix data race in NtUserGetProcessDpiAwarenessContext.
nsi: Update struct nsi_tcp_conn_dynamic for Windows 11. gdiplus: Avoid recursively locking image in GdipImageRotateFlip.
gdiplus: Avoid copying GpImage's busy flag in select_frame_wic().
gdiplus: Replace GpImage's busy flag with SRWLOCK.
user32/tests: Test for window exposure behaviours.
kernel32/tests: Add test for pipe name with a trailing backslash.
ntdll/tests: Add tests for pipe names.
ntdll/tests: Add more tests for \Device\NamedPipe and \Device\NamedPipe\.
Jacek Caban (10): Joel Holdsworth (2):
vbscript: Fix handling missing description in EXCEPINFO. ntdll/tests: Add initial tests for reparse points.
winevulkan: Separate 32-bit and 64-bit thunks implementation. ntdll: Add FSCTL_GET_REPARSE_POINT semi-stub.
winevulkan: Merge body and body_conversion.
winevulkan: Don't pass params struct to private thunks.
winevulkan: Use generated thunks for basic debug traces.
winevulkan: Always use params to return Unix thunks result.
winevulkan: Pass VkVariable to ConversionFunction constructor.
winevulkan: Separate 32-bit and 64-bit conversion functions.
winevulkan: Introduce conversion_context and use it for conversion memory allocation.
winevulkan: Use host Vulkan structures for private thunks arguments.
Joel Holdsworth (1): Martin Storsjö (4):
ntdll: Implement retrieving DOS attributes in NtQueryInformationFile. win32u: Make sure that the stack buffer in set_multi_value_key is large enough.
ntdll: Move the dwarf reading routines to a shareable header.
ntdll: Add support for aarch64 in the dwarf implementation.
ntdll: Use the local dwarf implementation on arm64.
John Chadwick (1): Michael Stefaniuc (11):
wintab32: Fix match_token to match XWayland devices. ntdll: Use ARRAY_SIZE instead of open coding it.
riched20/tests: Use ARRAY_SIZE instead of open coding it.
kernel32/tests: Use ARRAY_SIZE instead of open coding it.
server: Use ARRAY_SIZE instead of open coding it.
loader: Use ARRAY_SIZE instead of open coding it.
libs/wine: Use ARRAY_SIZE instead of open coding it.
widl: Use ARRAY_SIZE instead of open coding it.
winegcc: Use ARRAY_SIZE instead of open coding it.
wmc: Use ARRAY_SIZE instead of open coding it.
wrc: Use ARRAY_SIZE instead of open coding it.
makedep: Use ARRAY_SIZE instead of open coding it.
Kevin Puetz (10): Mihail Ivanchev (1):
vbscript: Only set EXCEPINFO strings for cases that map_hres translated. include: Add prototype for ReOpenFile().
vbscript/tests: Test throwException with Description but *not* Source.
vbscript: Do HRESULT->VBSERROR mapping for the whole EXCEPINFO at once.
scrrun/tests: Introduce a test_file_contents helper.
scrrun: Fix FileSystemObject.OpenTextFile when writing to existing files.
oleaut32/tests: Get_test_recordinfo shouldn't point into a specific VARIANT.
oleaut32: Dereference VT_RECORD|VT_BYREF in place.
vbscript: Don't abort when trying to TRACE() functions with many arguments.
rpcrt4/tests: Add tests for lifetime of IRpcChannelBuffer.
rpcrt4: Add a refcount owned by MIDL_STUB_MESSAGE.
Lauri Kenttä (1): Nikolay Sivov (13):
po: Update Finnish translation. dwrite/tests: Use existing to create factory instance.
d2d1: Test device context type in BindDC().
ntdll: Add some already implemented security descriptor exports.
kernelbase: Forward some of the security descriptor functions to ntdll.
kernelbase: Forward some directory info classes in GetFileInformationByHandleEx().
kernelbase: Make sure to provide a message for missing information classes in GetFileInformationByHandleEx().
kernelbase: Forward some more classes in GetFileInformationByHandleEx().
ntdll: Partially implement MemoryRegionInformation query.
kernelbase: Add QueryVirtualMemoryInformation().
user32: Add DragObject() stub.
win32u: Move NtUserDragDetect() to window.c.
mf/samplegrabber: Send MEStreamSinkRateChanged event.
mf/samplegrabber: Send MEStreamSinkScrubSampleComplete event.
Louis Lenders (1): Paul Gofman (14):
wbemprox: Add HypervisorPresent property to win32_ComputerSystem. wbemprox: Fix string length in get_value_bstr().
msvcrt: Display message box in abort() for specific CRT versions only.
winmm: Use a global timeout for refreshing joystick devices.
win32u: Store GPU luid in adapters cache.
win32u: Move NtUserDisplayConfigGetDeviceInfo implementation from user32.
win32u: Store output id in monitors cache.
win32u: Implement NtUserDisplayConfigGetDeviceInfo(DISPLAYCONFIG_DEVICE_INFO_GET_TARGET_NAME).
ws2_32/tests: Make test_so_reuseaddr() more conclusive.
ws2_32/tests: Add tests for reusing address without SO_REUSEADDR.
ws2_32/tests: Also test TCP6 in test_so_reuseaddr().
ntdll: Move SO_REUSEADDR handling to server.
server: Track SO_REUSEADDR value.
server: Set Unix SO_REUSEADDR on all the TCP sockets.
ws2_32/tests: Also test bind to any together with loopback in a different order.
Marcus Meissner (1): Piotr Caban (34):
ntdll: Fix GetTempPathW() call passing wrong unit for the buffer size. winedump: Add initial EMF spool files support.
winedump: Fix buffer overflow in debugstr_wn helper.
winedump: Don't use static offset in dump_emfrecord.
winedump: Dump metafiles in EMF spool files.
winedump: Add prefix when dumping EMF files.
winedump: Add support for EMRI_METAFILE_EXT records.
comctl32: Add helper for calling PROPERTYSHEETPAGE callback.
comctl32: Add helper for getting flags from HPROPSHEETPAGE.
comctl32: Add helper for loading dialog template from HPROPSHEETPAGE.
comctl32: Add helper for getting title from HPROPSHEETPAGE.
comctl32: Add helper for getting icon from HPROPSHEETPAGE.
comctl32: Add helper for creating page HWND from HPROPSHEETPAGE.
comctl32: Add helper for getting template from HPROPSHEETPAGE.
comctl32: Add helper for setting header title in HPROPSHEETPAGE.
comctl32: Add helper for setting header subtitle in HPROPSHEETPAGE.
comctl32: Add helper for drawing header title and subtitle obtained from HPROPSHEETPAGE.
msvcrt: Fix mbcasemap initialization.
msvcrt: Add support for multi-byte characters in _mbctolower_l.
msvcrt: Add support for multi-byte characters in _mbctoupper_l.
msvcrt: Fix error handling in _mbsupr_s_l.
msvcrt: Fix error handling in _mbslwr_s_l.
winedump: Handle NULL in get_unicode_str.
msvcrt: Fix _putenv_s return value on error.
msvcrt: Fix _wputenv_s return value on error.
msvcrt: Fix _wputenv_s invalid argument handling.
comctl32: Create page if PROPSHEETPAGE was passed as HPROPSHEETPAGE to PropertySheetAW or PSM_INSERTPAGE.
comctl32: Don't use PROPSHEETPAGE structure to store internal HPROPSHEETPAGE data.
comctl32: Fix PROPSHEETPAGE[AW] structure content in messages and callbacks.
comctl32: Add support for adding extra data in CreatePropertySheetPage.
compstui: Add CPSFUNC_ADD_PFNPROPSHEETUI support.
compstui: Add CPSFUNC_ADD_PROPSHEETPAGE support.
compstui: Test that callbacks are executed.
maintainers: Update Microsoft C Runtime files list.
winemac.drv: Fix registry path size in create_original_display_mode_descriptor.
Mark Jansen (1): Rémi Bernon (10):
gdi32: Fix possible overflow. opengl32: Split is_extension_supported helper.
opengl32: Build extension list in is_extension_supported.
opengl32: Move filter_extensions (et al.) around.
opengl32: Use has_extension in filter_extensions_index.
win32u: Use session BaseNamedObjects for display_device_init mutex.
winex11.drv: Use session BaseNamedObjects for display_device_init mutex.
dinput/tests: Add dummy flaky test count.
ntoskrnl.exe/tests: Add dummy flaky test count.
schedsvc/tests: Add dummy flaky test count.
win32u: Write display modes to registry as binary blobs.
Martin Storsjö (1): Stanislav Motylkov (1):
wow64: Use the right SEH opcode in raise_exception on arm64. hhctrl.ocx: Fix toolbar icons order.
Nikolay Sivov (4): Vladislav Timonin (2):
include: Change include guard for wininet.h. d2d1: Update to ID2D1Device1.
include: Add IActiveDesktop definition. d2d1: Implement ID2D1Device1::CreateDeviceContext.
shell32: Add Active Desktop stub.
dxva2/tests: Add another render target format to fix a test failure.
Paul Gofman (26): Zebediah Figura (8):
ntdll: Fix processor package mask in SYSTEM_LOGICAL_PROCESSOR_INFORMATION_EX structure. wined3d: Do not enforce GL map access for resources with WINED3D_RESOURCE_ACCESS_CPU.
winex11.drv: Do not skip taskbar and pager for app window. ws2_32/tests: Add more tests for iosb contents while a recv is pending.
msi: Disable FS redirection for temporary file in cabinet_copy_file(). ntdll: The async handle passed to set_async_direct_result() cannot be NULL.
crypt32: Set correct exponent length in decoded BCRYPT_RSAKEY_BLOB. ntdll: Fill the IOSB in sock_recv() only inside the "if (alerted)" block.
wintrust/tests: Add tests for multiple PE signatures. ntdll: Combine the "if (alerted)" blocks in sock_recv().
wintrust: Initialize CRYPT_PROVIDER_SIGSTATE structure in Softpub provider. ntdll: Fill the IOSB in sock_send() only inside the "if (alerted)" block.
wintrust: Load secondary signatures in SoftpubLoadSignature(). ntdll: Combine the "if (alerted)" blocks in sock_send().
wintrust: Support WSS_GET_SECONDARY_SIG_COUNT in Softpub provider. ntdll: Fill the IOSB in sock_transmit() only inside the "if (alerted)" block.
d3d8/tests: Add test for NULL hDeviceWindow in presentation parameters.
d3d9/tests: Add test for NULL hDeviceWindow in presentation parameters.
wined3d: Replace NULL device_window with focus window in swapchain desc.
msvcp140: Import __ExceptionPtrCopy implementation.
msvcp140: Import __ExceptionPtrAssign implementation.
msvcp140: Import __ExceptionPtrRethrow implementation.
msvcp140: Import __ExceptionPtrCurrentException implementation.
msvcp140: Import __ExceptionPtrToBool implementation.
msvcp140: Import __ExceptionPtrCopyException implementation.
msvcp140: Import __ExceptionPtrCompare implementation.
include/windows.devices.enumeration: Define DeviceAccessInformation class.
windows.devices.enumeration: Create stub DeviceAccessInformation class.
windows.devices.enumeration: Add stub IDeviceAccessInformation interface.
winhttp: Support WINHTTP_OPTION_WEB_SOCKET_KEEPALIVE_INTERVAL.
winhttp: Stub WINHTTP_OPTION_WEB_SOCKET_RECEIVE_BUFFER_SIZE.
winhttp: Support WINHTTP_OPTION_WEB_SOCKET_SEND_BUFFER_SIZE.
vcruntime140_1: Link to vcruntime140.
msvcp140: Link to vcruntime140.
Piotr Caban (10): Zhiyi Zhang (10):
comctl32/tests: Test PROPERTYSHEETPAGE passed in WM_INITDIALOG. comctl32/tests: Ignore WM_NCPAINT when testing WM_THEMECHANGED for updown control.
comctl32/tests: Test passing extra data in PROPSHEETPAGE structure. comctl32/tests: Test if WM_STYLECHANGED repaints controls.
comctl32/tests: Add more PROPSHEETPAGE tests inside callback. comctl32/treeview: Don't repaint when handling WM_STYLECHANGED.
comctl32/tests: Test passing PropertySheetPage as HPROPSHEETPAGE. comctl32/listview: Don't repaint when handling WM_STYLECHANGED.
comctl32: Don't pass PROPSHEETPAGE to SetWindowSubclass in PROPSHEET_CreatePage. comctl32/animate: Don't repaint when handling WM_STYLECHANGED.
comctl32: Introduce _PSP structure to store HPROPSHEETPAGE data. comctl32/datetime: Don't repaint when handling WM_STYLECHANGED.
comctl32: Use HPROPSHEETPAGE directly in PROPSHEET_CollectPageInfo. comctl32/syslink: Don't repaint when handling WM_STYLECHANGED.
comctl32: Use HPROPSHEETPAGE directly in PROPSHEET_CreatePage. comctl32/tab: Don't repaint when handling WM_STYLECHANGED.
comctl32: Use HPROPSHEETPAGE directly in PROPSHEET_GetPageRect. comctl32/updown: Don't repaint when handling WM_STYLECHANGED.
comctl32: Don't cast HPROPSHEETPAGE to PROPSHEETPAGEW*. comctl32/tests: Use a toolbar with TBSTYLE_FLAT in toolbar visual tests.
Rémi Bernon (75): Ziqing Hui (10):
winegstreamer: Use IWMSyncReader2_GetMaxStreamSampleSize in the async reader. win32u: Add mechanism for font specific system links.
winegstreamer: Use IWMSyncReader2_GetOutputProps in the async reader. win32u: Add font link for MS UI Gothic.
winegstreamer: Use IWMSyncReader2_SetOutputProps in the async reader. win32u: Add more linked fonts for Tahoma.
winegstreamer: Use IWMSyncReader2_GetOutputFormat in the async reader. win32u: Add locale_dependent member to struct system_link_reg.
winegstreamer: Use IWMSyncReader2_GetOutputFormatCount in the async reader. win32u: Add font links for Microsoft JhengHei.
winegstreamer: Use IWMSyncReader2_GetStreamSelected in the async reader. win32u: Add font links for MingLiU.
winegstreamer: Use IWMSyncReader2_SetStreamsSelected in the async reader. win32u: Add font links for MS Gothic.
winegstreamer: Use IWMSyncReader2_GetOutputCount in the async reader. win32u: Add font links for Yu Gothic UI.
wmvcore/tests: Test IWMSyncReader2_(Get|Set)AllocateFor(Output|Stream). win32u: Add font links for Meiryo.
wmvcore/tests: Test IWMReaderAllocatorEx usage and parameters. win32u: Add font links for MS Mincho.
winegstreamer: Factor wm reader sample allocator error checks.
winegstreamer: Implement IWMSyncReader2_SetAllocateForOutput.
winegstreamer: Implement IWMSyncReader2_GetAllocateForOutput.
winegstreamer: Implement IWMSyncReader2_SetAllocateForStream.
winegstreamer: Implement IWMSyncReader2_GetAllocateForStream.
winegstreamer: Implement H264 decoder GetStreamLimits / GetStreamCount.
winegstreamer: Implement WMA decoder GetStreamLimits / GetStreamCount.
winegstreamer: Check Video Processor Get(OutputStream)Attributes pointers.
winegstreamer: Return E_NOTIMPL from color_convert GetInputStreamAttributes.
mf/tests: Test miscellaneous and optional IMFTransform methods.
winegstreamer: Remove FIXME / stub! from optional transform methods.
winegstreamer: Keep input / output stream info in struct color_convert.
winegstreamer: Keep input / output stream info in struct resampler.
winegstreamer: Keep input / output stream info in struct video_processor.
winegstreamer: Keep input / output stream info in struct wma_decoder.
winegstreamer: Keep input / output stream info in struct h264_decoder.
winegstreamer: Stop requiring input type in H264 decoder GetInputStreamInfo.
mf/tests: Factor IMFTransform_Get(Input|Output)StreamInfo checks together.
mf/tests: Factor transform (Get|Set)(Input|Output)CurrentType tests together.
mf/tests: Add some AAC encoder MFT encoding tests.
mf/tests: Add some AAC decoder MFT decoding tests.
mf/tests: Avoid setting transform types while enumerating.
mf/tests: Test WMV decoder MFT / DMO presence and media types.
mf/tests: Test WMV encoder MFT / DMO presence and media types.
mf/tests: Add some WMV encoder MFT / DMO encoding tests.
mf/tests: Add some WMV decoder MFT / DMO decoding tests.
makedep: Add an import type parameter to add_import_libs.
makedep: Link default imports separately from direct imports.
makedep: Link with imported libs before delay imported libs.
shcore: Use delay import for user32 and ole32.
regedit: Call InitCommonControls after command-line has been processed.
regedit: Add a direct import for shcore.
mf: Avoid clearing media session command list while it is running.
winegstreamer: Move CINEPAK encoded format to a separate major type.
winegstreamer: Rename WG_MAJOR_TYPE_MPEG1_AUDIO to WG_MAJOR_TYPE_AUDIO_MPEG1.
winegstreamer: Rename WG_MAJOR_TYPE_WMA to WG_MAJOR_TYPE_AUDIO_WMA.
winegstreamer: Rename WG_MAJOR_TYPE_H264 to WG_MAJOR_TYPE_VIDEO_H264.
winegstreamer: Reorder video format struct in wg_format.
winegstreamer: Wrap callback in a IWMReaderAllocatorEx in the async reader.
winegstreamer: Use IWMSyncReader2_SetAllocateForOutput in the async reader.
winegstreamer: Use IWMSyncReader2_GetAllocateForOutput in the async reader.
winegstreamer: Use IWMSyncReader2_SetAllocateForStream in the async reader.
winegstreamer: Use IWMSyncReader2_GetAllocateForStream in the async reader.
winegstreamer: Use IWMSyncReader2_GetNextSample in the async reader.
winex11.drv: Sync window positions in a WM_X11DRV_DESKTOP_RESIZED message.
winex11.drv: Send WM_X11DRV_CLIP_CURSOR_REQUEST message from the deskop.
win32u: Send WM_DISPLAYCHANGE message to the desktop window.
winex11.drv: Resize desktop window on WM_DISPLAYCHANGE message.
winemac.drv: Resize desktop window on WM_DISPLAYCHANGE message.
winegstreamer: Make IMFTransform_ProcessOutput checks more consistent.
winegstreamer: Create wg_sample from IMFSample within of wg_transform_read_mf.
winegstreamer: Register AAC decoder MFT stub.
winegstreamer: Register WMV decoder MFT / DMO stub.
win32u: Asynchronously send the WM_DISPLAYCHANGE to the desktop window.
mf/tests: Factor test grabber callback implementations.
mf/tests: Check sample grabber RGB / NV12 orientation.
mfmediaengine/tests: Pass a device manager and output format to create_media_engine.
mfmediaengine/tests: Check IMFMediaEngine_TransferVideoFrames output orientation.
mfmediaengine: Remove vertical flipping of video frames.
opengl32: Split trace generation to separate functions.
opengl32: Consistently use $func instead of $func_ref.
opengl32: Replace get_function_proto helper with get_func_(args|ret).
opengl32: List the manually written functions instead of the excluded.
winegstreamer: Support MPEG4 (AAC) compressed audio format.
winegstreamer: Implement AAC decoder MFT.
Sebastian Lackner (1):
ntdll: Improve stub of NtQueryEaFile.
Zebediah Figura (13):
d3d9: Factor out d3d9_texture_init().
d3d9: Introduce a d3d9_texture_preload() helper.
d3d9: Add reference counting helpers for textures.
d3d9: Use a separate draw texture for managed resources.
ddraw: Add FPS tracing in ddraw_surface_update_frontbuffer().
widl: Generate "static inline" instead of "static FORCEINLINE" for COM inline wrappers.
d3d8: Factor out d3d8_texture_init().
d3d8: Introduce a d3d8_texture_preload() helper.
d3d8: Add reference counting helpers for textures.
d3d8: Use a separate draw texture for managed resources.
qcap: Fix frame interval calculation.
qcap: Fix reversed max_fps and min_fps.
qcap/tests: Test that the video capture filter sets timestamps.
Zhiyi Zhang (2):
light.msstyles: Use a darker color for inactive captions.
vulkan-1/tests: Fix test failures on llvmpipe.

View file

@ -180,6 +180,7 @@ Aviad Pineles
Axel Davy Axel Davy
Axel Schmidt Axel Schmidt
Bang Jun-Young Bang Jun-Young
Bartosz Kosiorek
Bart Van Assche Bart Van Assche
Baruch Rutman Baruch Rutman
Bastien Orivel Bastien Orivel
@ -538,6 +539,7 @@ Flávio J. Saraiva
Florian Eder Florian Eder
Florian Goth Florian Goth
Florian Köberle Florian Köberle
Florian Kübler
Florian Pelz Florian Pelz
Florian Tobias Schandinat Florian Tobias Schandinat
Florian Will Florian Will
@ -1756,6 +1758,7 @@ Vladdy Impaler
Vladimir Bespalov Vladimir Bespalov
Vladimir Pankratov Vladimir Pankratov
Vladimir Panteleev Vladimir Panteleev
Vladislav Timonin
Volkan Gezer Volkan Gezer
Volodymyr M. Shcherbyna Volodymyr M. Shcherbyna
VRan Liu VRan Liu

View file

@ -1 +1 @@
Wine version 7.19 Wine version 7.20

18
configure vendored
View file

@ -1,6 +1,6 @@
#! /bin/sh #! /bin/sh
# Guess values for system-dependent variables and create Makefiles. # Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.71 for Wine 7.19. # Generated by GNU Autoconf 2.71 for Wine 7.20.
# #
# Report bugs to <wine-devel@winehq.org>. # Report bugs to <wine-devel@winehq.org>.
# #
@ -611,8 +611,8 @@ MAKEFLAGS=
# Identity of this package. # Identity of this package.
PACKAGE_NAME='Wine' PACKAGE_NAME='Wine'
PACKAGE_TARNAME='wine' PACKAGE_TARNAME='wine'
PACKAGE_VERSION='7.19' PACKAGE_VERSION='7.20'
PACKAGE_STRING='Wine 7.19' PACKAGE_STRING='Wine 7.20'
PACKAGE_BUGREPORT='wine-devel@winehq.org' PACKAGE_BUGREPORT='wine-devel@winehq.org'
PACKAGE_URL='https://www.winehq.org' PACKAGE_URL='https://www.winehq.org'
@ -2288,7 +2288,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing. # Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh. # This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF cat <<_ACEOF
\`configure' configures Wine 7.19 to adapt to many kinds of systems. \`configure' configures Wine 7.20 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]... Usage: $0 [OPTION]... [VAR=VALUE]...
@ -2358,7 +2358,7 @@ fi
if test -n "$ac_init_help"; then if test -n "$ac_init_help"; then
case $ac_init_help in case $ac_init_help in
short | recursive ) echo "Configuration of Wine 7.19:";; short | recursive ) echo "Configuration of Wine 7.20:";;
esac esac
cat <<\_ACEOF cat <<\_ACEOF
@ -2625,7 +2625,7 @@ fi
test -n "$ac_init_help" && exit $ac_status test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then if $ac_init_version; then
cat <<\_ACEOF cat <<\_ACEOF
Wine configure 7.19 Wine configure 7.20
generated by GNU Autoconf 2.71 generated by GNU Autoconf 2.71
Copyright (C) 2021 Free Software Foundation, Inc. Copyright (C) 2021 Free Software Foundation, Inc.
@ -3109,7 +3109,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake. running configure, to aid debugging if configure makes a mistake.
It was created by Wine $as_me 7.19, which was It was created by Wine $as_me 7.20, which was
generated by GNU Autoconf 2.71. Invocation command line was generated by GNU Autoconf 2.71. Invocation command line was
$ $0$ac_configure_args_raw $ $0$ac_configure_args_raw
@ -22841,7 +22841,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their # report actual input values of CONFIG_FILES etc. instead of their
# values after options handling. # values after options handling.
ac_log=" ac_log="
This file was extended by Wine $as_me 7.19, which was This file was extended by Wine $as_me 7.20, which was
generated by GNU Autoconf 2.71. Invocation command line was generated by GNU Autoconf 2.71. Invocation command line was
CONFIG_FILES = $CONFIG_FILES CONFIG_FILES = $CONFIG_FILES
@ -22905,7 +22905,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config='$ac_cs_config_escaped' ac_cs_config='$ac_cs_config_escaped'
ac_cs_version="\\ ac_cs_version="\\
Wine config.status 7.19 Wine config.status 7.20
configured by $0, generated by GNU Autoconf 2.71, configured by $0, generated by GNU Autoconf 2.71,
with options \\"\$ac_cs_config\\" with options \\"\$ac_cs_config\\"