aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/RelNotes
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2025-05-05 14:55:57 -0700
committerJunio C Hamano <gitster@pobox.com>2025-05-05 14:56:25 -0700
commit6f84262c44a89851c3ae5a6e4c1a9d06b2068d75 (patch)
treeeecb7eb02a854ca354c137688960e195816b7181 /Documentation/RelNotes
parent791db2c7ba4383dfa3346b090653792b0076822a (diff)
downloadgit-6f84262c44a89851c3ae5a6e4c1a9d06b2068d75.tar.gz
The eleventh batch
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes')
-rw-r--r--Documentation/RelNotes/2.50.0.adoc10
1 files changed, 10 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.50.0.adoc b/Documentation/RelNotes/2.50.0.adoc
index f4a047e290..b1083c5193 100644
--- a/Documentation/RelNotes/2.50.0.adoc
+++ b/Documentation/RelNotes/2.50.0.adoc
@@ -127,6 +127,13 @@ Performance, Internal Implementation, Development Support etc.
* Reduce requirement for Perl in our documentation build and a few
scripts.
+ * The build procedure based on Meson learned to drive the
+ benchmarking tests.
+
+ * Code clean-up for meson-based build infrastructure.
+
+ * Add an equivalent to "make hdr-check" target to meson based builds.
+
Fixes since v2.49
-----------------
@@ -242,6 +249,9 @@ Fixes since v2.49
* Fix for scheduled maintenance tasks on platforms using launchctl.
(merge eb2d7beb0e jh/gc-launchctl-schedule-fix later to maint).
+ * Update to arm64 Windows port.
+ (merge 436a42215e js/windows-arm64 later to maint).
+
* Other code cleanup, docfix, build fix, etc.
(merge 227c4f33a0 ja/doc-block-delimiter-markup-fix later to maint).
(merge 2bfd3b3685 ab/decorate-code-cleanup later to maint).