From a8067286f5605e5870d8c0488c2a6851da8ead81 Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Sat, 25 Nov 2023 09:27:37 +0100 Subject: [PATCH] ReleaseNotes (32-bit MSYS2 runtime): mention backported patches Signed-off-by: Johannes Schindelin --- ReleaseNotes.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 5a51ec04e3..cf7b1da2b0 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -50,6 +50,10 @@ Please also note that the 32-bit variant of Git for Windows is deprecated; Its l * Comes with [GNU TLS v3.8.2](https://lists.gnupg.org/pipermail/gnutls-help/2023-November/004837.html). +### Bug Fixes + +* The 32-bit variant of Git for Windows was missing some MSYS2 runtime updates, [which was addressed](https://github.com/git-for-windows/MSYS2-packages/pull/138); Do note [32-bit support is phased out](https://gitforwindows.org/32-bit.html). + ## Changes since Git for Windows v2.42.0(2) (August 30th 2023) As announced previously, Git for Windows will drop support for Windows 7 and for Windows 8 in one of the next versions, following [Cygwin's and MSYS2's lead](https://www.msys2.org/docs/windows_support/) (Git for Windows relies on MSYS2 for components such as Bash and Perl).