Wine, the compatibility layer for running Windows applications on Linux, has been released in the development version 11.14.
This release brings Start Menu icons in the explorer, a fix for ABBA deadlocks in the Wayland driver, and initial DataWriter implementations in wintypes for WinRT applications. wow64 has also been extended for FreeBSD, and bcrypt now supports additional algorithms such as AES-GMAC. Overall, the release includes around 181 changes compared to version 11.13.
The Wine development release 11.14 is now available.
What’s new in this release:
- explorer: Display icons next to Start Menu items.
- winewayland.drv: Avoid ABBA deadlocks between win_data_mutex and user_mutex.
- wintypes: Add DataWriter implementation for WinRT.
- ntdll: Support new wow64 mode on FreeBSD.
- ntdll: Implement NtAlpcCreatePort().
- dxgi: Support DXGI_SWAP_CHAIN_FLAG_FRAME_LATENCY_WAITABLE_OBJECT.
- crypt32: Add support for CERT_CLOSE_STORE_FORCE_FLAG.
- bcrypt: Support BCRYPT_AES_GMAC_ALGORITHM and BCRYPT_MESSAGE_BLOCK_LENGTH.
- winevulkan: Update to VK spec version 1.4.357.
- Various bug fixes.

Source: GitLab