summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2021-03-26 21:59:47 (GMT)
committerJunio C Hamano <gitster@pobox.com>2021-03-26 21:59:47 (GMT)
commit84d06cdc06389ae7c462434cb7b1db0980f63860 (patch)
treeee4d2e025de06700453dad7e1daa360dcb51dbc0 /Documentation
parent26c4f98ffda512bc0731c4bd13e22338137e9a7c (diff)
parent48bf2fa8bad054d66bd79c6ba903c89c704201f7 (diff)
downloadgit-84d06cdc06389ae7c462434cb7b1db0980f63860.zip
git-84d06cdc06389ae7c462434cb7b1db0980f63860.tar.gz
git-84d06cdc06389ae7c462434cb7b1db0980f63860.tar.bz2
Sync with v2.31.1
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/RelNotes/2.31.1.txt27
1 files changed, 27 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.31.1.txt b/Documentation/RelNotes/2.31.1.txt
new file mode 100644
index 0000000..f9b06b8
--- /dev/null
+++ b/Documentation/RelNotes/2.31.1.txt
@@ -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.