Bug Fixes
- Install script: auto-detect glibc version — The install script now probes the system's libc and glibc version, automatically selecting the statically-linked musl build when glibc is too old (< 2.39) or undetectable. Previously, the script always picked the GNU build, which failed at runtime on older distributions (e.g. Debian 11, Ubuntu 20.04) with
GLIBC_2.38 not founderrors. - Install script: fix
tmpdir: unbound variable— Fixed a crash at the end of the install script caused by a local variable escaping its scope underset -eu.
Infrastructure
- Pin GNU build runner to Ubuntu 24.04 — The release workflow now explicitly pins
ubuntu-24.04instead ofubuntu-latestto prevent silent glibc version changes.
Downloads
| Platform | Architecture | File |
|---|---|---|
| Linux (glibc) | x86_64 | vger-v0.10.2-x86_64-unknown-linux-gnu.tar.gz
|
| Linux (musl) | x86_64 | vger-v0.10.2-x86_64-unknown-linux-musl.tar.gz
|
| macOS | Apple Silicon | vger-v0.10.2-aarch64-apple-darwin.tar.gz
|
| Windows | x86_64 | vger-v0.10.2-x86_64-pc-windows-msvc.zip
|