]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Git 2.52-rc2 v2.52.0-rc2
authorJunio C Hamano <gitster@pobox.com>
Wed, 12 Nov 2025 16:17:06 +0000 (08:17 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 12 Nov 2025 16:17:31 +0000 (08:17 -0800)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.52.0.adoc
GIT-VERSION-GEN

index 6c0e7d05c02f2b6cd0f9b2f83fc6e44b05478021..45e7f0a24408e6302b97cddecb62c51bd68787fd 100644 (file)
@@ -182,6 +182,14 @@ Performance, Internal Implementation, Development Support etc.
  * The "debug" ref-backend was missing a method implementation, which
    has been corrected.
 
+ * Build procedure for Wincred credential helper has been updated.
+
+ * The build procedure based on meson learned to allow builders to
+   specify the directory to install HTML documents.
+
+ * Building "git contacts" script (in contrib/) left the resulting
+   file unexecutable, which has been corrected.
+
 
 Fixes since v2.51
 -----------------
index 4929570f2cc2bd84188027a95e357e8bca9a84ad..a6b31f2857271b693733e29d46c20675113ee57b 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-DEF_VER=v2.52.0-rc1
+DEF_VER=v2.52.0-rc2
 
 LF='
 '