summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2021-04-07 23:44:08 (GMT)
committerJunio C Hamano <gitster@pobox.com>2021-04-07 23:54:09 (GMT)
commita0dda6023ed82b927fa205c474654699a5b07a82 (patch)
tree9f96a42c54320c919b6d12b24ce55a4d8343faff
parent5644419d04a6bb25c36c965acf0da0e700f1bd3f (diff)
downloadgit-a0dda6023ed82b927fa205c474654699a5b07a82.zip
git-a0dda6023ed82b927fa205c474654699a5b07a82.tar.gz
git-a0dda6023ed82b927fa205c474654699a5b07a82.tar.bz2
The seventh batch
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/RelNotes/2.32.0.txt29
1 files changed, 29 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.32.0.txt b/Documentation/RelNotes/2.32.0.txt
index d69e69f..7c6aabe 100644
--- a/Documentation/RelNotes/2.32.0.txt
+++ b/Documentation/RelNotes/2.32.0.txt
@@ -50,6 +50,10 @@ UI, Workflows & Features
* "git format-patch -v<n>" learned to allow a reroll count that is
not an integer.
+ * "git commit" learned "--trailer <key>[=<value>]" option; together
+ with the interpret-trailers command, this will make it easier to
+ support custom trailers.
+
Performance, Internal Implementation, Development Support etc.
@@ -73,6 +77,18 @@ Performance, Internal Implementation, Development Support etc.
* A simple IPC interface gets introduced to build services like
fsmonitor on top.
+ * Fsck API clean-up.
+
+ * SECURITY.md that is facing individual contributors and end users
+ has been introduced. Also a procedure to follow when preparing
+ embargoed releases has been spelled out.
+ (merge 09420b7648 js/security-md later to maint).
+
+ * Optimize "rev-list --use-bitmap-index --objects" corner case that
+ uses negative tags as the stopping points.
+
+ * CMake update for vsbuild.
+
Fixes since v2.31
-----------------
@@ -127,6 +143,19 @@ Fixes since v2.31
symbolic links, which has been corrected.
(merge fab78a0c3d mt/checkout-remove-nofollow later to maint).
+ * A few option description strings started with capital letters,
+ which were corrected.
+ (merge 5ee90326dc cc/downcase-opt-help later to maint).
+
+ * Plug or annotate remaining leaks that trigger while running the
+ very basic set of tests.
+ (merge 68ffe095a2 ah/plugleaks later to maint).
+
+ * The hashwrite() API uses a buffering mechanism to avoid calling
+ write(2) too frequently. This logic has been refactored to be
+ easier to understand.
+ (merge ddaf1f62e3 ds/clarify-hashwrite later to maint).
+
* Other code cleanup, docfix, build fix, etc.
(merge f451960708 dl/cat-file-doc-cleanup later to maint).
(merge 12604a8d0c sv/t9801-test-path-is-file-cleanup later to maint).