diff options
| author | Junio C Hamano <gitster@pobox.com> | 2025-11-12 08:17:06 -0800 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2025-11-12 08:17:31 -0800 |
| commit | 621415c8b5371a4734315232a780dd8282f6fe4f (patch) | |
| tree | df6d6f721a0b43a5cb5fcaa3b3576340674f598b | |
| parent | e65e955c0328f6e1c4a7764ae86bbc875805e694 (diff) | |
| download | git-2.52.0-rc2.tar.xz | |
Git 2.52-rc2v2.52.0-rc2
Signed-off-by: Junio C Hamano <gitster@pobox.com>
| -rw-r--r-- | Documentation/RelNotes/2.52.0.adoc | 8 | ||||
| -rwxr-xr-x | GIT-VERSION-GEN | 2 |
2 files changed, 9 insertions, 1 deletions
diff --git a/Documentation/RelNotes/2.52.0.adoc b/Documentation/RelNotes/2.52.0.adoc index 6c0e7d05c0..45e7f0a244 100644 --- a/Documentation/RelNotes/2.52.0.adoc +++ b/Documentation/RelNotes/2.52.0.adoc @@ -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 ----------------- diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN index 4929570f2c..a6b31f2857 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,6 +1,6 @@ #!/bin/sh -DEF_VER=v2.52.0-rc1 +DEF_VER=v2.52.0-rc2 LF=' ' |
