Skip to content

Release v1.6.3

Compare
Choose a tag to compare
@jkbonfield jkbonfield released this 22 May 13:22
· 6 commits to master since this release

Release 1.6.3: 22nd May 2025

A tiny bug fix to 1.6.2 to fix a memory leak in rans_compress_to_4x16,
detected by htslib's CI system. (#136).

Apologies for the short lived 1.6.2.
htscodecs-1.6.3.tar.gz

Release 1.6.2: 22nd May 2025

This release has minor bug fixes and some continuous integration test
improvements.

Bug fixes

  • Improved check of out_size in rans4x16 and arithmetic coder, plus
    better memory freeing on error. (#127]

  • [CI] Bump FreeBSD release used to 14.2 and Ubuntu to 24.04 (#129 jkb,
    #133 from John Marshall).

  • [CI] Remove GitHub workflow shell override. (#133, John Marshall)

  • [JavaScript] Correct arithmetic coder, (Commit 9d3127d, with thanks to
    Colin Diesh)