diff options
author | Junio C Hamano <gitster@pobox.com> | 2025-06-13 13:28:57 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2025-06-13 13:29:15 -0700 |
commit | f1ca98f609f9a730b9accf24e5558a10a0b41b6c (patch) | |
tree | 3fe9e1314274852052234f8235b0120c8d2fa1e5 /Documentation/RelNotes | |
parent | 7bd3e5397d271b947e68ea3da6fc3233faa39410 (diff) |
Hopefully final bits before 2.50
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes')
-rw-r--r-- | Documentation/RelNotes/2.50.0.adoc | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/Documentation/RelNotes/2.50.0.adoc b/Documentation/RelNotes/2.50.0.adoc index 2a1463644b..e85747335b 100644 --- a/Documentation/RelNotes/2.50.0.adoc +++ b/Documentation/RelNotes/2.50.0.adoc @@ -327,8 +327,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). + * Update to arm64 Windows port (part of which had been reverted as it + broke builds for existing platforms, which may need to be redone in + future releases). * hashmap API clean-up to ensure hashmap_clear() leaves a cleared map in a reusable state. @@ -399,6 +400,12 @@ Fixes since v2.49 * Update online_cpus() function on BSD variants. + * Revert a botched bswap.h change that broke ntohll() functions on + big-endian systems with __builtin_bswap32/64(). + + * Fixes for GitHub Actions Coverity job. + (merge 3cc4fc1ebd js/github-ci-win-coverity-fix 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). |