File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -327,8 +327,9 @@ Fixes since v2.49
327327 * Fix for scheduled maintenance tasks on platforms using launchctl.
328328 (merge eb2d7beb0e jh/gc-launchctl-schedule-fix later to maint).
329329
330- * Update to arm64 Windows port.
331- (merge 436a42215e js/windows-arm64 later to maint).
330+ * Update to arm64 Windows port (part of which had been reverted as it
331+ broke builds for existing platforms, which may need to be redone in
332+ future releases).
332333
333334 * hashmap API clean-up to ensure hashmap_clear() leaves a cleared map
334335 in a reusable state.
@@ -399,6 +400,12 @@ Fixes since v2.49
399400
400401 * Update online_cpus() function on BSD variants.
401402
403+ * Revert a botched bswap.h change that broke ntohll() functions on
404+ big-endian systems with __builtin_bswap32/64().
405+
406+ * Fixes for GitHub Actions Coverity job.
407+ (merge 3cc4fc1ebd js/github-ci-win-coverity-fix later to maint).
408+
402409 * Other code cleanup, docfix, build fix, etc.
403410 (merge 227c4f33a0 ja/doc-block-delimiter-markup-fix later to maint).
404411 (merge 2bfd3b3685 ab/decorate-code-cleanup later to maint).
You can’t perform that action at this time.
0 commit comments