diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index f9a688c461..1f02999ffb 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,15 @@ + +## 2026-08-23, Version 24.19.0-2 (Current) + +### 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 (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