@@ -100,7 +100,7 @@ Performance, Internal Implementation, Development Support etc.
100100 * Teach and encourage first-time contributors to this project to
101101 state the base commit when they submit their topic.
102102
103- * The command line complation for "git send-email" options have been
103+ * The command line completion for "git send-email" options have been
104104 tweaked to make it easier to keep it in sync with the command itself.
105105
106106 * Ensure that the sparseness of the in-core index matches the
@@ -367,6 +367,13 @@ Fixes since v2.34
367367 it failed to restore changes to tracked ones.
368368 (merge 71cade5a0b en/stash-df-fix later to maint).
369369
370+ * Calling dynamically loaded functions on Windows has been corrected.
371+ (merge 4a9b204920 ma/windows-dynload-fix later to maint).
372+
373+ * Some lockfile code called free() in signal-death code path, which
374+ has been corrected.
375+ (merge 58d4d7f1c5 ps/lockfile-cleanup-fix later to maint).
376+
370377 * Other code cleanup, docfix, build fix, etc.
371378 (merge 74db416c9c cw/protocol-v2-doc-fix later to maint).
372379 (merge f9b2b6684d ja/doc-cleanup later to maint).
@@ -391,3 +398,5 @@ Fixes since v2.34
391398 (merge 999bba3e0b rs/daemon-plug-leak later to maint).
392399 (merge 786eb1ba39 js/l10n-mention-ngettext-early-in-readme later to maint).
393400 (merge 2f12b31b74 ab/makefile-msgfmt-wo-stats later to maint).
401+ (merge 0517f591ca fs/gpg-unknown-key-test-fix later to maint).
402+ (merge 97d6fb5a1f ma/header-dup-cleanup later to maint).
0 commit comments