Skip to content

Commit 89bece5

Browse files
committed
Git 2.35
Signed-off-by: Junio C Hamano <[email protected]>
1 parent c6e19e4 commit 89bece5

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

Documentation/RelNotes/2.35.0.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,16 @@ Backward compatibility warts
1313
of GNU grep.
1414

1515

16+
Note to those who build from the source
17+
18+
* You may need to define NO_UNCOMPRESS2 Makefile macro if you build
19+
with zlib older than 1.2.9.
20+
21+
* If your compiler cannot grok C99, the build will fail. See the
22+
instruction at the beginning of git-compat-util.h if this happens
23+
to you.
24+
25+
1626
UI, Workflows & Features
1727

1828
* "git status --porcelain=v2" now show the number of stash entries

GIT-VERSION-GEN

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

33
GVF=GIT-VERSION-FILE
4-
DEF_VER=v2.35.0-rc2
4+
DEF_VER=v2.35.0
55

66
LF='
77
'

0 commit comments

Comments
 (0)