diff options
author | Johannes Schindelin <johannes.schindelin@gmx.de> | 2021-02-12 15:50:14 +0100 |
---|---|---|
committer | Johannes Schindelin <johannes.schindelin@gmx.de> | 2021-02-12 15:50:14 +0100 |
commit | d7bdabe52fbbde2ec1cbabdc8bdc737a8ead26aa (patch) | |
tree | 892602aee0289e0496c2b1e343d24f70879df749 /Documentation/RelNotes/2.27.1.txt | |
parent | Git 2.29.2 (diff) | |
parent | Git 2.28.1 (diff) | |
download | tgif-d7bdabe52fbbde2ec1cbabdc8bdc737a8ead26aa.tar.xz |
Sync with 2.28.1
* maint-2.28:
Git 2.28.1
Git 2.27.1
Git 2.26.3
Git 2.25.5
Git 2.24.4
Git 2.23.4
Git 2.22.5
Git 2.21.4
Git 2.20.5
Git 2.19.6
Git 2.18.5
Git 2.17.6
unpack_trees(): start with a fresh lstat cache
run-command: invalidate lstat cache after a command finished
checkout: fix bug that makes checkout follow symlinks in leading path
Diffstat (limited to 'Documentation/RelNotes/2.27.1.txt')
-rw-r--r-- | Documentation/RelNotes/2.27.1.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.27.1.txt b/Documentation/RelNotes/2.27.1.txt new file mode 100644 index 0000000000..a1e08a9f72 --- /dev/null +++ b/Documentation/RelNotes/2.27.1.txt @@ -0,0 +1,7 @@ +Git v2.27.1 Release Notes +========================= + +This release merges up the fixes that appear in v2.17.6, v2.18.5, +v2.19.6, v2.20.5, v2.21.4, v2.22.5, v2.23.4, v2.24.4, v2.25.5 +and v2.26.3 to address the security issue CVE-2021-21300; see +the release notes for these versions for details. |