aboutsummaryrefslogtreecommitdiff
path: root/Documentation/RelNotes/2.32.3.txt
diff options
context:
space:
mode:
authorJohannes Schindelin <johannes.schindelin@gmx.de>2022-06-23 12:36:03 +0200
committerJohannes Schindelin <johannes.schindelin@gmx.de>2022-06-23 12:36:03 +0200
commitaef3d5948c5b00a0409e117da7e720f574040505 (patch)
tree0faf03246ee43768f4eee7ef66e7a838e471958f /Documentation/RelNotes/2.32.3.txt
parentd516b2db0af2221bd6b13e7347abdcb5830b2829 (diff)
parentf2eed22852b0a21556f0c9f56732913eba553e62 (diff)
downloadgit-aef3d5948c5b00a0409e117da7e720f574040505.tar.xz
Sync with 2.34.4
* maint-2.34: Git 2.34.4 Git 2.33.4 Git 2.32.3 Git 2.31.4 Git 2.30.5 setup: tighten ownership checks post CVE-2022-24765 git-compat-util: allow root to access both SUDO_UID and root owned t0034: add negative tests and allow git init to mostly work under sudo git-compat-util: avoid failing dir ownership checks if running privileged t: regression git needs safe.directory when using sudo
Diffstat (limited to 'Documentation/RelNotes/2.32.3.txt')
-rw-r--r--Documentation/RelNotes/2.32.3.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.32.3.txt b/Documentation/RelNotes/2.32.3.txt
new file mode 100644
index 0000000000..583fabe684
--- /dev/null
+++ b/Documentation/RelNotes/2.32.3.txt
@@ -0,0 +1,6 @@
+Git v2.32.3 Release Notes
+=========================
+
+This release merges up the fixes that appear in v2.30.5 and
+v2.31.4 to address the security issue CVE-2022-29187; see the
+release notes for these versions for details.