File tree Expand file tree Collapse file tree 3 files changed +19
-3
lines changed
Expand file tree Collapse file tree 3 files changed +19
-3
lines changed Original file line number Diff line number Diff line change 1+ Release 1.5.0: 14th April 2023
2+ ------------------------------
3+
4+ Changes
5+
6+ - Significant speed ups to the fqzcomp codec via code restructuring
7+ and use of memory prefetch instructions. Encode is 30-40% faster
8+ and decode 5-8% faster. (PR #75 James Bonfield)
9+
10+ - Improve multiarch builds on MacOS, fixing issues with getting the
11+ various SIMD implementations integrated. (Issue #76 John Marshall,
12+ PR #77 /#78 Rob Davies)
13+
14+ - Remove unused ax_with_libdeflate.m4 file from build system.
15+
16+
117Release 1.4.0: Februrary 2023
218-----------------------------
319
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.4 .0 )
2+ AC_INIT ( htscodecs , 1.5 .0 )
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=1
64+ VERS_REVISION=2
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 100400
46+ #define HTSCODECS_VERSION 100500
4747
4848/*
4949 * A const string form of the HTSCODECS_VERSION define.
You can’t perform that action at this time.
0 commit comments