From 5fe8b7aaa335b6ed1cd0db137c0e2c26fddc5094 Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Mon, 6 Oct 2025 09:51:25 +0200 Subject: [PATCH] Release Notes: re-add the `git svn` deprecation warning Git for Windows users should be able to prepare, and I had forgotten to re-add that warning, so let's give them a grace period after the next release of Git for Windows (whatever version that may be). Signed-off-by: Johannes Schindelin --- ReleaseNotes.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index a195c8863f..e754f5b7f7 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -39,6 +39,8 @@ Git for Windows is distributed with other components yet, such as Bash, zlib, cu ## Changes since Git for Windows v2.51.0(2) (September 29th 2025) +Due to persistent maintenance challenges and the community's limited engagement and usage, `git svn` support in Git for Windows will be [dropped from the next major Git for Windows release](https://github.com/git-for-windows/git/issues/5405). + ### New Features * Comes with [OpenSSL v3.5.4](https://www.openssl.org/news/openssl-3.5-notes.html).