From a2744ac572a94bcd84a9a1947394ba36b80488e4 Mon Sep 17 00:00:00 2001 From: nodejs-mobile-bot Date: Sun, 23 Aug 2026 10:57:33 +0000 Subject: [PATCH 1/2] release: nodejs-mobile 24.19.0-2 --- docs/CHANGELOG.md | 8 +++++++- expected-tree.txt | 2 +- mobile-src/src/node_mobile_version.h | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index f9a688c461..6e5aff8f34 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -6,6 +6,7 @@ +24.19.0-2
24.19.0-1
24.19.0-0
24.18.0-0
@@ -36,8 +37,13 @@ + +## 2026-08-23, Version 24.19.0-2 (Current) + +- _TODO: summarize changes before merging._ + -## 2026-08-21, Version 24.19.0-1 (Current) +## 2026-08-21, Version 24.19.0-1 ### Notable Changes diff --git a/expected-tree.txt b/expected-tree.txt index 8ea97615be..5d0f480764 100644 --- a/expected-tree.txt +++ b/expected-tree.txt @@ -14,4 +14,4 @@ # run prepare.sh (or regenerate-patches.py, which prints the hash) and # update the value below in the same commit. If you forget, CI fails and # prints the hash it got. -7c521dbcac21b26079e185d32277373ffe081f5a +8dad26f6016a4ef21917fceb8d033696b0c9f2b7 diff --git a/mobile-src/src/node_mobile_version.h b/mobile-src/src/node_mobile_version.h index 5b395442b3..0446fe105b 100644 --- a/mobile-src/src/node_mobile_version.h +++ b/mobile-src/src/node_mobile_version.h @@ -10,7 +10,7 @@ // Mobile rebuild revision of the same upstream Node version: the -R in the // vX.Y.Z-R release tag. Computed and bumped by the Cut release workflow // (docs/RELEASING.md on the recipe branch). -#define NODE_MOBILE_REVISION 1 +#define NODE_MOBILE_REVISION 2 #define NODE_MOBILE_VERSION_IS_RELEASE NODE_VERSION_IS_RELEASE From 8bd698098b769f6916e147172a50b98b501df891 Mon Sep 17 00:00:00 2001 From: Gregor MacLennan Date: Sun, 23 Aug 2026 14:27:11 +0100 Subject: [PATCH 2/2] Update CHANGELOG for version 24.19.0-2 Added notable changes for version 24.19.0-2, including a fix for V8 pointer compression on iOS. --- docs/CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 6e5aff8f34..1f02999ffb 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -40,7 +40,9 @@ ## 2026-08-23, Version 24.19.0-2 (Current) -- _TODO: summarize changes before merging._ +### Notable Changes + +- **Fix:** Turn off [V8 pointer compression](https://blog.platformatic.dev/we-cut-nodejs-memory-in-half) for iOS -- it crashes the process. iOS does not allow the 8GB of memory reservation that v8 pointer compression requires, see https://github.com/digidem/nodejs-mobile/pull/8. ## 2026-08-21, Version 24.19.0-1