Published experimental release of an open implementation of the Win32 API – Wine 11.10. Since the release of 11.9, 17 bug reports have been closed and 248 changes have been made.
The most important changes:
- The built-in Vkd3d package with Direct3D 12 implementation has been updated to version 2.0.
- Reworked support for the XPath language has been proposed, implemented without using the libxml2 library.
- Compatibility with VBScript has been improved.
- Plugs for the ALPC (Advanced Local Procedure Call) API have been added to ntdll: NtAlpcCreatePort(), NtAlpcConnectPort(), NtAlpcAcceptConnectPort(), NtAlpcSendWaitReceivePort(), NtAlpcDisconnectPort() and NtAlpcImpersonateClientOfPort.
- Improved Bluetooth support, added BluetoothLEDeviceStatics::FromBluetoothAddressAsync, IBluetoothLEDevice::get_DeviceId, IBluetoothLEDevice::get_GattServices, IGattDeviceService::get_Uuid and IGattDeviceService::get_AttributeHandle methods.
- Added the ability to implement d3dx10 and d3dx11 loading DDS files with texture arrays. Added support for 3D textures, textures with support for levels of detail and generation MIP levels (MipMap).
- The win32u DLL implements the NtUserGetMessagePos() and NtUserSetMessageExtraInfo() functions.
- Closed error reports related to the operation
/Reports, release notes, official announcements.