Skip to content

Commit d4c747b

Browse files
committed
Merge version number bump and NEWS file from master
2 parents ee4301e + 86e74e0 commit d4c747b

File tree

11 files changed

+25
-10
lines changed

11 files changed

+25
-10
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,8 @@ LIBHTS_SOVERSION = 3
158158
# is not strictly necessary and should be removed the next time
159159
# LIBHTS_SOVERSION is bumped (see #1144 and
160160
# https://developer.apple.com/library/archive/documentation/DeveloperTools/Conceptual/DynamicLibraries/100-Articles/DynamicLibraryDesignGuidelines.html#//apple_ref/doc/uid/TP40002013-SW23)
161-
MACH_O_COMPATIBILITY_VERSION = 3.1.22
162-
MACH_O_CURRENT_VERSION = 3.1.22
161+
MACH_O_COMPATIBILITY_VERSION = 3.1.23
162+
MACH_O_CURRENT_VERSION = 3.1.23
163163

164164
# Force version.h to be remade if $(PACKAGE_VERSION) has changed.
165165
version.h: $(if $(wildcard version.h),$(if $(findstring "$(PACKAGE_VERSION)",$(shell cat version.h)),,force))

NEWS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
Noteworthy changes in release a.b
22
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
33

4+
Noteworthy changes in release 1.23 (16th December 2025)
5+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6+
47
Updates
58
-------
69

annot-tsv.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
'\" t
2-
.TH annot-tsv 1 "14 July 2025" "htslib-1.22.1" "Bioinformatics tools"
2+
.TH annot-tsv 1 "16 December 2025" "htslib-1.23" "Bioinformatics tools"
33
.\"
44
.\" Copyright (C) 2015, 2017-2018, 2023-2024 Genome Research Ltd.
55
.\"

bgzip.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH bgzip 1 "14 July 2025" "htslib-1.22.1" "Bioinformatics tools"
1+
.TH bgzip 1 "16 December 2025" "htslib-1.23" "Bioinformatics tools"
22
.SH NAME
33
.PP
44
bgzip \- Block compression/decompression utility

htsfile.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH htsfile 1 "14 July 2025" "htslib-1.22.1" "Bioinformatics tools"
1+
.TH htsfile 1 "16 December 2025" "htslib-1.23" "Bioinformatics tools"
22
.SH NAME
33
htsfile \- identify high-throughput sequencing data files
44
.\"

htslib-s3-plugin.7

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH htslib-s3-plugin 7 "14 July 2025" "htslib-1.22.1" "Bioinformatics tools"
1+
.TH htslib-s3-plugin 7 "16 December 2025" "htslib-1.23" "Bioinformatics tools"
22
.SH NAME
33
htslib-s3-plugin \- htslib AWS S3 plugin
44
.\"

htslib.map

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -650,3 +650,15 @@ HTSLIB_1.21 {
650650
cram_num_containers;
651651
cram_num_containers_between;
652652
} HTSLIB_1.20;
653+
654+
HTSLIB_1.22 {
655+
bcf_format_gt_v2;
656+
bcf_sr_add_hreader;
657+
hts_crc32;
658+
hts_tpool_worker_id;
659+
} HTSLIB_1.21;
660+
661+
HTSLIB_1.23 {
662+
sam_hdr_get;
663+
sam_hdr_set;
664+
} HTSLIB_1.22;

htslib/hts.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ const char *hts_version(void);
500500
// Immediately after release, bump ZZ to 90 to distinguish in-development
501501
// Git repository builds from the release; you may wish to increment this
502502
// further when significant features are merged.
503-
#define HTS_VERSION 102290
503+
#define HTS_VERSION 102390
504504

505505
/*! @abstract Introspection on the features enabled in htslib
506506
*

ref_cache/ref-cache.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH ref-cache 1 "14 July 2025" "htslib-1.22.1" "Bioinformatics tools"
1+
.TH ref-cache 1 "16 December 2025" "htslib-1.23" "Bioinformatics tools"
22
.SH NAME
33
ref-cache \- CRAM reference caching proxy
44
.\"

tabix.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH tabix 1 "14 July 2025" "htslib-1.22.1" "Bioinformatics tools"
1+
.TH tabix 1 "16 December 2025" "htslib-1.23" "Bioinformatics tools"
22
.SH NAME
33
.PP
44
tabix \- Generic indexer for TAB-delimited genome position files

0 commit comments

Comments
 (0)