Skip to content

Commit 621415c

Browse files
committed
Git 2.52-rc2
Signed-off-by: Junio C Hamano <[email protected]>
1 parent e65e955 commit 621415c

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

Documentation/RelNotes/2.52.0.adoc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,14 @@ Performance, Internal Implementation, Development Support etc.
182182
* The "debug" ref-backend was missing a method implementation, which
183183
has been corrected.
184184
185+
* Build procedure for Wincred credential helper has been updated.
186+
187+
* The build procedure based on meson learned to allow builders to
188+
specify the directory to install HTML documents.
189+
190+
* Building "git contacts" script (in contrib/) left the resulting
191+
file unexecutable, which has been corrected.
192+
185193
186194
Fixes since v2.51
187195
-----------------

GIT-VERSION-GEN

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
DEF_VER=v2.52.0-rc1
3+
DEF_VER=v2.52.0-rc2
44

55
LF='
66
'

0 commit comments

Comments
 (0)