mirror of
https://github.com/git/git.git
synced 2024-11-18 22:14:34 +01:00
Git 2.31.1
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
ef486a9ecf
commit
48bf2fa8ba
27
Documentation/RelNotes/2.31.1.txt
Normal file
27
Documentation/RelNotes/2.31.1.txt
Normal file
@ -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.
|
@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
GVF=GIT-VERSION-FILE
|
||||
DEF_VER=v2.31.0
|
||||
DEF_VER=v2.31.1
|
||||
|
||||
LF='
|
||||
'
|
||||
|
2
RelNotes
2
RelNotes
@ -1 +1 @@
|
||||
Documentation/RelNotes/2.31.0.txt
|
||||
Documentation/RelNotes/2.31.1.txt
|
Loading…
Reference in New Issue
Block a user