Skip to content

Commit

Permalink
Release 1.14.15
Browse files Browse the repository at this point in the history
This is a series of small bug fixes
  • Loading branch information
jkbonfield committed Dec 6, 2022
1 parent 99e2041 commit 0db9819
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 4 deletions.
29 changes: 29 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
Version 1.14.15 (6th December 2022)
---------------

This is a bug fix release.

Updates:

* Switched to using GitHub actions for CI.

* Updated htscodecs submodule to the latest version (1.3.0).
Also fixed function names used within it.

* Minor code tidyups to remove compiler warnings.

Bug fixes:

* MacOS testing fix to cope with sed failing on long lines.

* Fixed bam_aux_skip B array handling of signed values.

* Improved detection of unsorted mode, which was causing a drastic
slow-down when encoding unsorted data.

* Fixed a CRAM reference multi-threading bug when fetching from a
fasta file.

* Fixed bam_aux_f decoding of floats.


Version 1.14.14 (17th March 2021)
---------------

Expand Down
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Io_lib: Version 1.14.14
Io_lib: Version 1.14.15
========================

Io_lib is a library of file reading and writing code to provide a general
Expand Down Expand Up @@ -33,6 +33,12 @@ See the CHANGES for a summary of older updates or git logs for the
full details.


Version 1.14.15 (6th December 2022)
---------------

This is primarily a bug fix release.


Version 1.14.14 (17th March 2021)
---------------

Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dnl Process this file with autoconf to produce a configure script.
AC_INIT(io_lib, 1.14.14)
AC_INIT(io_lib, 1.14.15)
IOLIB_VERSION=$PACKAGE_VERSION
IOLIB_VERSION_MAJOR=`expr "$PACKAGE_VERSION" : '\([[0-9]]*\)'`
IOLIB_VERSION_MINOR=`expr "$PACKAGE_VERSION" : '[[0-9]]*\.\([[0-9]]*\)'`
Expand Down Expand Up @@ -69,7 +69,7 @@ AX_SUBDIRS_CONFIGURE([htscodecs],[[--disable-shared],[--with-pic]])
# libstaden-read.so.1.1.0

VERS_CURRENT=15
VERS_REVISION=1
VERS_REVISION=2
VERS_AGE=1
AC_SUBST(VERS_CURRENT)
AC_SUBST(VERS_REVISION)
Expand Down
2 changes: 1 addition & 1 deletion man/man1/scramble.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH scramble 1 "March 19 2013" "" "Staden io_lib"
.TH scramble 1 "December 6 2022" "" "Staden io_lib"

.SH "NAME"

Expand Down

0 comments on commit 0db9819

Please sign in to comment.