Fixes: 272928b "COPYING: Move full license text into LICENSES/"
### diff --git a/ANNOUNCE b/ANNOUNCE index ae58c266236..5dc2b1ca016 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -1,16 +1,14 @@ -The Wine development release 7.10 is now available. +The Wine development release 7.11 is now available. What's new in this release: - - macOS driver converted to PE. - - Mono engine updated to version 7.3.0. - - Windows-compatible Unicode collation. - - Wow64 support in SECUR32. + - Android driver converted to PE. + - Zero-copy support with GStreamer. + - High Unicode planes support in case mappings. - Various bug fixes. -The source is available from the following locations: +The source is available at: -
### diff --git a/ANNOUNCE b/ANNOUNCE index 1c4f5def57f..ae58c266236 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -1,14 +1,16 @@ -The Wine development release 7.9 is now available. +The Wine development release 7.10 is now available. What's new in this release: - - Preliminary work towards PE conversion of macOS driver. - - A number of fixes for test failures on Windows. + - macOS driver converted to PE. + - Mono engine updated to version 7.3.0. + - Windows-compatible Unicode collation. + - Wow64 support in SECUR32. - Various bug fixes. The source is available from the following locations: -
Added in Linux 5.15 (884a7e5964e06ed93c7771c0d7cf19c09a8946f1), the new syscalls allows a caller to free the memory of a dying target process. Checked on x86_64-linux-gnu.
Just a minor time smoother 2 related change in libpulse implementation. Part-of: <
The kernel version check is used to avoid glibc to run on older kernels where some syscall are not available and fallback code are not enabled to handle graciously fail.
### diff --git a/ANNOUNCE b/ANNOUNCE index 97612a33ff8..b8d9a46d627 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -1,15 +1,15 @@ -The Wine development release 7.7 is now available. +The Wine development release 7.8 is now available. What's new in this release: - - More progress on the PE conversion of the X11 and OSS drivers. - - Support for UTF-8 as default Ansi codepage. - - Theming support for control panel applets. + - X11 and OSS drivers converted to PE. + - WoW64 support in the sound drivers. + - Number formatting using the new locale database. - Various bug fixes. The source is available from the following locations: -
During the compilation with Visual Studio 2019 v16.5, the dragonbox was failing the build, but it was OK when ugprading to the latest version, 16.11. It should be noted that according to the list of predfined macros in Visual Studio, v16.10 and v16.11 use the same value for _MSC_VER, which is 1929.