@@ -210,6 +210,8 @@ Performance, Internal Implementation, Development Support etc.
210210 mnemonic notation for certain control characters like "\t", instead
211211 of octal notation like "\011".
212212
213+ * Adjust test-lint to allow "sed -E" to use ERE in the patterns.
214+
213215
214216Fixes since v2.53
215217-----------------
@@ -344,6 +346,18 @@ Fixes since v2.53
344346 work better with SHA-256 as well as SHA-1.
345347 (merge 30310f3cc4 ss/t3200-test-zero-oid later to maint).
346348
349+ * Instead of hardcoded 'origin', use the configured default remote
350+ when fetching from submodules.
351+ (merge 3b5fb32da8 ng/submodule-default-remote later to maint).
352+
353+ * The code in "git help" that shows configuration items in sorted
354+ order was awkwardly organized and prone to bugs.
355+
356+ * "imap-send" used to use functions whose use is going to be removed
357+ with OpenSSL 4.0; rewrite them using public API that has been
358+ available since OpenSSL 1.1 since 2016 or so.
359+ (merge 6392a0b75d bb/imap-send-openssl-4.0-prep later to maint).
360+
347361 * Other code cleanup, docfix, build fix, etc.
348362 (merge d79fff4a11 jk/remote-tracking-ref-leakfix later to maint).
349363 (merge 7a747f972d dd/t5403-modernise later to maint).
@@ -385,3 +399,5 @@ Fixes since v2.53
385399 (merge 4c223571be ty/patch-ids-document-lazy-eval later to maint).
386400 (merge 476365ac85 jc/doc-wholesale-replace-before-next later to maint).
387401 (merge 35f220b639 ss/submodule--helper-use-xmalloc later to maint).
402+ (merge 02cbae61df cf/constness-fixes later to maint).
403+ (merge 69efd53c81 ms/t7605-test-path-is-helpers later to maint).
0 commit comments