From 3d5e064e9dd67c70f7962836505a7fa067bf0a4e Mon Sep 17 00:00:00 2001 From: Fabrice Bellard Date: Thu, 4 Jun 2026 14:53:29 +0200 Subject: [PATCH] new release --- Changelog | 2 ++ VERSION | 2 +- release.sh | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Changelog b/Changelog index 8c7e699..f5c536b 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,5 @@ +2026-06-04: + - added custom malloc for small blocks (11% faster on bench-v8) - micro optimizations (30% faster on bench-v8) - added resizable array buffers diff --git a/VERSION b/VERSION index 433b8f8..ba2d8bc 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2025-09-13 +2026-06-04 diff --git a/release.sh b/release.sh index 6f4bdf5..0edbd4d 100755 --- a/release.sh +++ b/release.sh @@ -32,7 +32,7 @@ rm -rf $outdir mkdir -p $outdir $outdir/unicode $outdir/tests cp unicode/* $outdir/unicode -cp -a tests/bench-v8 $outdir/tests +cp -a tests/bench-v8 tests/octane tests/cli $outdir/tests ( cd /tmp && tar Jcvf /tmp/${name}.tar.xz ${d} )