Skip to content

Commit

Permalink
Merge version number bump and NEWS file from master
Browse files Browse the repository at this point in the history
  • Loading branch information
daviesrob committed Sep 12, 2024
2 parents b66c6d2 + 0f8bedc commit 4dc620e
Show file tree
Hide file tree
Showing 10 changed files with 22 additions and 9 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,8 @@ LIBHTS_SOVERSION = 3
# is not strictly necessary and should be removed the next time
# LIBHTS_SOVERSION is bumped (see #1144 and
# https://developer.apple.com/library/archive/documentation/DeveloperTools/Conceptual/DynamicLibraries/100-Articles/DynamicLibraryDesignGuidelines.html#//apple_ref/doc/uid/TP40002013-SW23)
MACH_O_COMPATIBILITY_VERSION = 3.1.20
MACH_O_CURRENT_VERSION = 3.1.20
MACH_O_COMPATIBILITY_VERSION = 3.1.21
MACH_O_CURRENT_VERSION = 3.1.21

# Force version.h to be remade if $(PACKAGE_VERSION) has changed.
version.h: $(if $(wildcard version.h),$(if $(findstring "$(PACKAGE_VERSION)",$(shell cat version.h)),,force))
Expand Down
3 changes: 3 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Noteworthy changes in release a.b
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Noteworthy changes in release 1.21 (12th September 2024)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

The primary user-visible changes in this release are updates to the
annot-tsv tool and some speed improvements. Full details of other
changes and bugs fixed are below.
Expand Down
2 changes: 1 addition & 1 deletion annot-tsv.1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
'\" t
.TH annot-tsv 1 "15 April 2024" "htslib-1.20" "Bioinformatics tools"
.TH annot-tsv 1 "12 September 2024" "htslib-1.21" "Bioinformatics tools"
.\"
.\" Copyright (C) 2015, 2017-2018, 2023-2024 Genome Research Ltd.
.\"
Expand Down
2 changes: 1 addition & 1 deletion bgzip.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH bgzip 1 "15 April 2024" "htslib-1.20" "Bioinformatics tools"
.TH bgzip 1 "12 September 2024" "htslib-1.21" "Bioinformatics tools"
.SH NAME
.PP
bgzip \- Block compression/decompression utility
Expand Down
2 changes: 1 addition & 1 deletion htsfile.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH htsfile 1 "15 April 2024" "htslib-1.20" "Bioinformatics tools"
.TH htsfile 1 "12 September 2024" "htslib-1.21" "Bioinformatics tools"
.SH NAME
htsfile \- identify high-throughput sequencing data files
.\"
Expand Down
2 changes: 1 addition & 1 deletion htslib-s3-plugin.7
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH htslib-s3-plugin 7 "15 April 2024" "htslib-1.20" "Bioinformatics tools"
.TH htslib-s3-plugin 7 "12 September 2024" "htslib-1.21" "Bioinformatics tools"
.SH NAME
htslib-s3-plugin \- htslib AWS S3 plugin
.\"
Expand Down
10 changes: 10 additions & 0 deletions htslib.map
Original file line number Diff line number Diff line change
Expand Up @@ -640,3 +640,13 @@ HTSLIB_1.18 {
HTSLIB_1.20 {
tbx_conf_gaf;
} HTSLIB_1.18;

HTSLIB_1.21 {
cram_container_get_coords;
cram_container_num2offset;
cram_container_offset2num;
cram_filter_container;
cram_index_extents;
cram_num_containers;
cram_num_containers_between;
} HTSLIB_1.20;
2 changes: 1 addition & 1 deletion htslib/hts.h
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ const char *hts_version(void);
// Immediately after release, bump ZZ to 90 to distinguish in-development
// Git repository builds from the release; you may wish to increment this
// further when significant features are merged.
#define HTS_VERSION 102090
#define HTS_VERSION 102190

/*! @abstract Introspection on the features enabled in htslib
*
Expand Down
2 changes: 1 addition & 1 deletion tabix.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH tabix 1 "15 April 2024" "htslib-1.20" "Bioinformatics tools"
.TH tabix 1 "12 September 2024" "htslib-1.21" "Bioinformatics tools"
.SH NAME
.PP
tabix \- Generic indexer for TAB-delimited genome position files
Expand Down
2 changes: 1 addition & 1 deletion version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# DEALINGS IN THE SOFTWARE.

# Master version, for use in tarballs or non-git source copies
VERSION=1.20
VERSION=1.21

# If we have a git clone, then check against the current tag
srcdir=${0%/version.sh}
Expand Down

0 comments on commit 4dc620e

Please sign in to comment.