]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Git 2.35 v2.35.0
authorJunio C Hamano <gitster@pobox.com>
Mon, 24 Jan 2022 17:25:25 +0000 (09:25 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 24 Jan 2022 17:25:25 +0000 (09:25 -0800)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.35.0.txt
GIT-VERSION-GEN

index fa5a7318a8b7f6a149ea171bb2517b2e9dad295b..d69b50d180d5b133265e73ea9e2bf8e29a7b2c67 100644 (file)
@@ -13,6 +13,16 @@ Backward compatibility warts
    of GNU grep.
 
 
+Note to those who build from the source
+
+ * You may need to define NO_UNCOMPRESS2 Makefile macro if you build
+   with zlib older than 1.2.9.
+
+ * If your compiler cannot grok C99, the build will fail.  See the
+   instruction at the beginning of git-compat-util.h if this happens
+   to you.
+
+
 UI, Workflows & Features
 
  * "git status --porcelain=v2" now show the number of stash entries
index 73600be02c322ab29928e4063d35a3a3b5596266..1467b45c1d0f226b1438099dd37f098f6bb151e4 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v2.35.0-rc2
+DEF_VER=v2.35.0
 
 LF='
 '