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.
### diff --git a/ANNOUNCE b/ANNOUNCE index 7629a0082d0..97612a33ff8 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -1,15 +1,15 @@ -The Wine development release 7.6 is now available. +The Wine development release 7.7 is now available. What's new in this release: - - Mono engine updated to version 7.2.0. - - More progress on the PE conversion of graphics drivers. - - Locale support using the new CLDR-based database. + - 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. - Various bug fixes. The source is available from the following locations: -
Change-Id: I65b2c02badf619da284a3d5191270e412ae2834e Reviewed-on:
### diff --git a/ANNOUNCE b/ANNOUNCE index e42775e9247..7629a0082d0 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -1,17 +1,15 @@ -The Wine development release 7.5 is now available. +The Wine development release 7.6 is now available. What's new in this release: - - ALSA driver converted to PE. - - Locale database generated from Unicode CLDR. - - HLSL compiler support with the bundled vkd3d. - - Initial support for the OCSP protocol. - - More cleanups to support 'long' type. + - Mono engine updated to version 7.2.0. + - More progress on the PE conversion of graphics drivers. + - Locale support using the new CLDR-based database. - Various bug fixes. The source is available from the following locations: -
...as present at least with VS 2022 17.1.3
On FreeBSD, every build target would show warnings from its builtin printf().
### diff --git a/ANNOUNCE b/ANNOUNCE index 439a74ec0e0..e42775e9247 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -1,16 +1,17 @@ -The Wine development release 7.4 is now available. +The Wine development release 7.5 is now available. What's new in this release: - - 'Light' theme enabled by default. - - Bundled vkd3d library. - - WineD3D, D3D12 and DXGI modules converted to PE. - - More large scale cleanups to support 'long' type. + - ALSA driver converted to PE. + - Locale database generated from Unicode CLDR. + - HLSL compiler support with the bundled vkd3d. + - Initial support for the OCSP protocol. + - More cleanups to support 'long' type. - Various bug fixes. The source is available from the following locations: -