]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Git 2.31.1 v2.31.1
authorJunio C Hamano <gitster@pobox.com>
Fri, 19 Mar 2021 22:07:58 +0000 (15:07 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 26 Mar 2021 21:49:41 +0000 (14:49 -0700)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.31.1.txt [new file with mode: 0644]
GIT-VERSION-GEN
RelNotes

diff --git a/Documentation/RelNotes/2.31.1.txt b/Documentation/RelNotes/2.31.1.txt
new file mode 100644 (file)
index 0000000..f9b06b8
--- /dev/null
@@ -0,0 +1,27 @@
+Git 2.31.1 Release Notes
+========================
+
+Fixes since v2.31
+-----------------
+
+ * The fsmonitor interface read from its input without making sure
+   there is something to read from.  This bug is new in 2.31
+   timeframe.
+
+ * The data structure used by fsmonitor interface was not properly
+   duplicated during an in-core merge, leading to use-after-free etc.
+
+ * "git bisect" reimplemented more in C during 2.30 timeframe did not
+   take an annotated tag as a good/bad endpoint well.  This regression
+   has been corrected.
+
+ * Fix macros that can silently inject unintended null-statements.
+
+ * CALLOC_ARRAY() macro replaces many uses of xcalloc().
+
+ * Update insn in Makefile comments to run fuzz-all target.
+
+ * Fix a corner case bug in "git mv" on case insensitive systems,
+   which was introduced in 2.29 timeframe.
+
+Also contains various documentation updates and code clean-ups.
index 8f6334d4e4cf328fc213b940f9bcb00032c15cb5..36ab53e153d3d010f0cb6c3eec66dcd607d1efff 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v2.31.0
+DEF_VER=v2.31.1
 
 LF='
 '
index 3324fc058d6c9c0a473955ff50eefbf2e3479123..07f22a5d65e5c463bb01d784940b7ccdb9e57bc4 120000 (symlink)
--- a/RelNotes
+++ b/RelNotes
@@ -1 +1 @@
-Documentation/RelNotes/2.31.0.txt
\ No newline at end of file
+Documentation/RelNotes/2.31.1.txt
\ No newline at end of file