Skip to content

Commit 0ddf397

Browse files
committed
Merge branch 'dev' into dev3
2 parents 580518c + 385b700 commit 0ddf397

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ permissions:
99
contents: write
1010

1111
env:
12-
RELEASE: v3.3.0-draft
12+
RELEASE: v3.3.0
1313
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
1414

1515
name: Release

readme.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,8 @@ New development is mostly on v3, while v1 and v2 are maintained with security an
8888
- __v1__: legacy version: initial design of mimalloc (release tags: `v1.9.x`, development branch `dev`). Send PR's against this version if possible.
8989

9090
### Releases
91-
* 2026-04-15, `v1.9.8`, `v2.3.0`, `v3.3.0`: fix visiting of full pages during collection (performance),
91+
* 2026-04-15, `v1.9.8`, `v2.3.0`, `v3.3.0`: initial support for github (binary) releases,
92+
fix visiting of full pages during collection (performance),
9293
fix THP alignment (performance), fix arm64 cross-compilation on Windows, enable guard pages in debug mode,
9394
always use uncommitted areas between arenas (security), enable static overloading of `malloc` etc. on Windows with the
9495
static CRT (by @Noxybot), fix TLS slot leak on Windows (v3), enable clean DLL load/unload with statically linked

0 commit comments

Comments
 (0)