File tree Expand file tree Collapse file tree 3 files changed +18
-3
lines changed
Expand file tree Collapse file tree 3 files changed +18
-3
lines changed Original file line number Diff line number Diff line change 1+ Release 1.6.5: 9th December 2025
2+ --------------------------------
3+
4+ This is a bug fix release.
5+
6+ Bug fixes
7+
8+ - Add cpuid checks for XSAVE, OSXSAVE and AVX. Corrects auto-detection of
9+ SIMD version on machines that have but disable specific CPU features.
10+ (PR #140 Robert Davies, fixes samtools/samtools #2256 Ran Fan).
11+
12+ - Avoid undefined behaviour by replacing literal copies with memcpy
13+ (PR #142 James Bonfield, fixes Issue #141 Vasudeva Easwara Sarma)
14+
15+
116Release 1.6.4: 9th July 2025
217----------------------------
318
Original file line number Diff line number Diff line change 11dnl Process this file with autoconf to produce a configure script.
2- AC_INIT ( htscodecs , 1.6.4 )
2+ AC_INIT ( htscodecs , 1.6.5 )
33
44# Some functions benefit from -O3 optimisation, so if the user didn't
55# explicitly set any compiler flags, we'll plump for O3.
@@ -61,7 +61,7 @@ AM_EXTRA_RECURSIVE_TARGETS([fuzz])
6161# libhtscodecs.so.1.1.0
6262
6363VERS_CURRENT=3
64- VERS_REVISION=9
64+ VERS_REVISION=10
6565VERS_AGE=1
6666AC_SUBST ( VERS_CURRENT )
6767AC_SUBST ( VERS_REVISION )
Original file line number Diff line number Diff line change 4343 * Note currently this needs manually editing as it isn't automatically
4444 * updated by autoconf.
4545 */
46- #define HTSCODECS_VERSION 100604
46+ #define HTSCODECS_VERSION 100605
4747
4848/*
4949 * A const string form of the HTSCODECS_VERSION define.
You can’t perform that action at this time.
0 commit comments