aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Documentation/RelNotes/2.43.4.txt7
-rwxr-xr-xGIT-VERSION-GEN2
l---------RelNotes2
3 files changed, 9 insertions, 2 deletions
diff --git a/Documentation/RelNotes/2.43.4.txt b/Documentation/RelNotes/2.43.4.txt
new file mode 100644
index 0000000000..0a842515ff
--- /dev/null
+++ b/Documentation/RelNotes/2.43.4.txt
@@ -0,0 +1,7 @@
+Git v2.43.4 Release Notes
+=========================
+
+This release merges up the fix that appears in v2.39.4, v2.40.2,
+v2.41.1 and v2.42.2 to address the security issues CVE-2024-32002,
+CVE-2024-32004, CVE-2024-32020, CVE-2024-32021 and CVE-2024-32465;
+see the release notes for these versions for details.
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 698e8dc37d..0585c69985 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
#!/bin/sh
GVF=GIT-VERSION-FILE
-DEF_VER=v2.43.3
+DEF_VER=v2.43.4
LF='
'
diff --git a/RelNotes b/RelNotes
index 9879230ec4..bb8a805709 120000
--- a/RelNotes
+++ b/RelNotes
@@ -1 +1 @@
-Documentation/RelNotes/2.43.3.txt \ No newline at end of file
+Documentation/RelNotes/2.43.4.txt \ No newline at end of file
ass='insertions'>+8 2008-11-27git-p4: fix keyword-expansion regexPete Wyckoff1-1/+1 2008-11-27Fix typos in the documentation.Ralf Wildenhues4-4/+4 2008-11-26config.txt: alphabetize configuration sectionsMatt McCutchen1-48/+48 2008-11-26Teach "git diff" to honour --[no-]ext-diffJunio C Hamano2-1/+25 2008-11-23fast-export: use an unsorted string list for extra_refsJohannes Schindelin2-3/+3 2008-11-23Add new testcase to show fast-export does not always exports all tagsMiklos Vajna1-0/+8 2008-11-23Fix misleading wording for git-cherry-pickBryan Drewery1-7/+6 2008-11-23compat/mingw.c: Teach mingw_rename() to replace read-only filesJohannes Sixt1-3/+12 2008-11-17request-pull: make usage string match manpageStefan Naewe1-3/+3 2008-11-16Teach ls-files --with-tree=<tree> to work with options other than -cJunio C Hamano1-0/+2 2008-11-16builtin-ls-files.c: coding style fix.Junio C Hamano1-1/+1 2008-11-14Documentation: git-svn: fix example for centralized SVN cloneJan Krüger1-0/+2 2008-11-14Documentation: fix links to "everyday.html"Christian Couder2-4/+8 2008-11-14revision.c: use proper data type in call to sizeof() within xreallocBrandon Casey1-1/+1 2008-11-14repack: only unpack-unreachable if we are deleting redundant packsBrandon Casey3-10/+22 2008-11-13date/time: do not get confused by fractional secondsLinus Torvalds1-6/+20 2008-11-12t7700: test that 'repack -a' packs alternate packed objectsBrandon Casey1-0/+16 2008-11-12Start 1.6.0.5 cycleJunio C Hamano2-1/+22 2008-11-12Fix pack.packSizeLimit and --max-pack-size handlingNicolas Pitre2-2/+16 2008-11-12checkout: Fix "initial checkout" detectionJunio C Hamano4-3/+9 2008-11-12commit: Fix stripping of patch in verbose mode.Jeff King2-3/+78 2008-11-12Remove the period after the git-check-attr summaryMatt Kraai1-1/+1 2008-11-12pack-objects: extend --local to mean ignore non-local loose objects tooBrandon Casey3-2/+5 2008-11-12sha1_file.c: split has_loose_object() into local and non-local counterpartsBrandon Casey2-6/+14 2008-11-12t7700: demonstrate mishandling of loose objects in an alternate ODBBrandon Casey1-0/+19 2008-11-12builtin-gc.c: use new pack_keep bitfield to detect .keep file existenceBrandon Casey1-11/+1 2008-11-12repack: do not fall back to incremental repacking with [-a|-A]Brandon Casey1-7/+4 2008-11-12repack: don't repack local objects in packs with .keep fileBrandon Casey2-2/+2 2008-11-12pack-objects: new option --honor-pack-keepBrandon Casey2-0/+12 2008-11-12packed_git: convert pack_local flag into a bitfield and add pack_keepBrandon Casey2-1/+7