wineandroid: Remove redundant backend DPI scaling.
d3dcompiler: Fix misplaced parentheses.
vbscript: Reject arguments on Class_Initialize and Class_Terminate.
vbscript: Fix For loop getting stuck when expression evaluation fails with On Error Resume Next.
vbscript: Return proper error for undefined variables with Option Explicit.
mf/topology_loader: Load the down connection method in topology_branch_connect().
mf/topology_loader: Avoid making redundant connection method attempts.
mf/topology_loader: Always try setting current up type when connecting directly.
mf/topology_loader: Cache the media type handlers on the branches.
mf/topology_loader: Allocate indirect connection branches dynamically.
mf/topology_loader: Return specific error on indirect connection failure.
mf/topology_loader: Disconnect the node after indirect connection failed.
winhttp/tests: Add a fully recursive asynchronous test.
winhttp: Start the first chunk right after receiving the headers.
winhttp: Remove unused arguments from read_more_data().
winhttp: Rename request_state.
winhttp/tests: Fix a test failure.
winhttp/tests: Fix test failures on old Windows versions.
winedbg: Let 'info thread' work when debugging a minidump.
winedbg: Let 'backtrace' do something when attached to a minidump.
winedbg: Introduce helpers to fetch thread name.
winedbg: Don't proceed with some 'info' commands on non active targets.
setupapi: Fix wrong buffer size in SetupDiGetClassDescriptionExA.
d3d11: Fix a memory leak in d3d_video_decoder_create().
opengl32: Don't expose unsupported or unknown extensions.
opengl32: Add support for some unregistered extensions.
opengl32: Move some unsupported extensions to unexposed.
vbscript: Defer For loop control variable assignment until all expressions are evaluated.
vbscript: Fast-path stack_pop_bool for VT_BOOL.
vbscript: Replace wcsicmp with vbs_wcsicmp in compiler, globals, and dispatch.
vbscript: Add vbs_wcsicmp and use it in interpreter.
vbscript: Use ASCII-only case folding in check_keyword.
vbscript: Handle vertical tab and form feed as whitespace in lexer.
vbscript: Restrict identifier characters to ASCII-only.
vbscript: Return "Illegal assignment" error for Const and function assignment.
vbscript: Fix error character positions for Exit and Dim statements.
po: Update Lithuanian translation.
include: Don't use ns_prefix in windows.graphics.directx.direct3d11.interop.idl.
widl: Do not override name prefix settings from pragmas in imported modules.
odbc32: Use SQLEndTran() in SQLTransact if needed.
odbc32: Add SQLSetStmtOption() -> SQLSetStmtAttr() for a few options.
odbc32: Add SQLGetStmtOption() -> SQLGetStmtAttr() fallback for a few options.
kernelbase/tests: Add tests for GetMachineTypeAttributes().
kernelbase: Implement GetMachineTypeAttributes().
kernelbase: In GetProcessInformation(ProcessMachineTypeInfo), use SystemSupportedProcessorArchitectures2.
msvcrt: Add _wprintf_l implementation.
msvcrt: Add _vwprintf_l implementation.
dsound: Support 7.1 speaker config.
mciavi32: Use msvfw32 for presentation.
mciavi32: Update destination rect on window size change.
winmm/tests: Add tests for destination scaling with AVI window resize.
gdiplus/tests: Fix flaky rounding error in test_getblend.
Release 11.6.
server: Add x86_64 as a supported machine on ARM64.
ntdll: Implement NtQuerySystemInformation(SystemSupportedProcessorArchitectures2).
ntdll/tests: Add tests for NtQuerySystemInformation(SystemSupportedProcessorArchitectures2).
ntdll/tests: In wow64, factor the SYSTEM_INFORMATION_CLASS out of test_query_architectures().
wineandroid: Switch to AHardwareBuffer and raise minSdkVersion to 26.
taskschd: Add implementation of ILogonTrigger.
taskschd/tests: Add tests for ILogonTrigger.
bcrypt: Handle SHA512 in key_asymmetric_verify().
crypt32: Implement PFXExportCertStoreEx support.
libs: Add LGPL license exception to the uuid libraries.
include: Fix SQLDriverConnectW() prototype.
odbc32: Map SQLColAttributes(SQL_COLUMN_UNSIGNED) to SQLColAttribute().
winevulkan: Ignore VkPhysicalDeviceVulkan14Properties returnedonly.
winevulkan: Improve support for some recursive struct conversion.
setupapi: Forward CM_Get_DevNode_Registry_Property(_Ex)(A|W) to cfgmgr32.
cfgmgr32: Implement CM_Get_DevNode_Registry_Property(_Ex)(A|W).
setupapi: Forward CM_Open_DevNode_Key(_Ex) to cfgmgr32.
cfgmgr32: Implement CM_Open_DevNode_Key(_Ex).
cfgmgr32: Implement CM_Locate_DevNode(_Ex)(A|W) and CM_Get_Device_ID(_Size)(_Ex)(A|W).
iyuv_32/tests: Add a compression test.
iyuv_32/tests: Add a decompression test.
iyuv_32/tests: Test which formats are supported.
iyuv_32/tests: Add test stub.
iyuv_32: Add stub dll.
po: Update Polish translation.
vcruntime140: Add LGPL license exception.
msvcrt: Add LGPL license exception.
winecrt0: Add LGPL license exception.
magnification: Add stub for MagInitialize.
win32u/tests: Add tests for hdc_src is window's self dc when calling UpdateLayeredWindow.
win32u: Fix deadlock when setting hdc_src to the window's self DC.
msvcrt/tests: Add tests for %Z printf specifier.
msvcrt: Add support for %Z printf specifier.
mf: Specify the multithreaded queue for sample grabber timer callbacks.
mf: Specify the multithreaded queue for presentation clock callbacks.