File tree 9 files changed +33
-8
lines changed
9 files changed +33
-8
lines changed Original file line number Diff line number Diff line change @@ -143,8 +143,8 @@ LIBHTS_SOVERSION = 3
143
143
# is not strictly necessary and should be removed the next time
144
144
# LIBHTS_SOVERSION is bumped (see #1144 and
145
145
# https://developer.apple.com/library/archive/documentation/DeveloperTools/Conceptual/DynamicLibraries/100-Articles/DynamicLibraryDesignGuidelines.html#//apple_ref/doc/uid/TP40002013-SW23)
146
- MACH_O_COMPATIBILITY_VERSION = 3.1.16
147
- MACH_O_CURRENT_VERSION = 3.1.16
146
+ MACH_O_COMPATIBILITY_VERSION = 3.1.17
147
+ MACH_O_CURRENT_VERSION = 3.1.17
148
148
149
149
# $(NUMERIC_VERSION) is for items that must have a numeric X.Y.Z string
150
150
# even if this is a dirty or untagged Git working tree.
Original file line number Diff line number Diff line change 1
1
Noteworthy changes in release a.b
2
2
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3
3
4
+ Noteworthy changes in release 1.17 (21st February 2023)
5
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6
+
4
7
* A new API for iterating through a BAM record's aux field.
5
8
(PR#1354, addresses #1319. Thanks to John Marshall)
6
9
Original file line number Diff line number Diff line change 1
- .TH bgzip 1 "18 August 2022 " "htslib-1.16 " "Bioinformatics tools"
1
+ .TH bgzip 1 "21 February 2023 " "htslib-1.17 " "Bioinformatics tools"
2
2
.SH NAME
3
3
.PP
4
4
bgzip \- Block compression/decompression utility
Original file line number Diff line number Diff line change 1
- .TH htsfile 1 "18 August 2022 " "htslib-1.16 " "Bioinformatics tools"
1
+ .TH htsfile 1 "21 February 2023 " "htslib-1.17 " "Bioinformatics tools"
2
2
.SH NAME
3
3
htsfile \- identify high-throughput sequencing data files
4
4
.\"
Original file line number Diff line number Diff line change 1
- .TH htslib-s3-plugin 7 "18 August 2022 " "htslib-1.16 " "Bioinformatics tools"
1
+ .TH htslib-s3-plugin 7 "21 February 2023 " "htslib-1.17 " "Bioinformatics tools"
2
2
.SH NAME
3
3
s3 plugin \- htslib AWS S3 plugin
4
4
.\"
Original file line number Diff line number Diff line change @@ -608,3 +608,25 @@ HTSLIB_1.16 {
608
608
cram_slice_hdr_get_num_blocks;
609
609
hts_filter_eval2;
610
610
} HTSLIB_1.15;
611
+
612
+ HTSLIB_1.17 {
613
+ bam_aux_first;
614
+ bam_aux_next;
615
+ bam_aux_remove;
616
+ bcf_strerror;
617
+ cram_block_get_method;
618
+ cram_cid2ds_free;
619
+ cram_cid2ds_query;
620
+ cram_codec_describe;
621
+ cram_codec_get_content_ids;
622
+ cram_container_get_num_bases;
623
+ cram_container_get_num_records;
624
+ cram_decode_compression_header;
625
+ cram_describe_encodings;
626
+ cram_expand_method;
627
+ cram_free_compression_header;
628
+ cram_update_cid2ds_map;
629
+ fai_adjust_region;
630
+ fai_line_length;
631
+ faidx_seq_len64;
632
+ } HTSLIB_1.16;
Original file line number Diff line number Diff line change @@ -489,7 +489,7 @@ const char *hts_version(void);
489
489
// Immediately after release, bump ZZ to 90 to distinguish in-development
490
490
// Git repository builds from the release; you may wish to increment this
491
491
// further when significant features are merged.
492
- #define HTS_VERSION 101690
492
+ #define HTS_VERSION 101790
493
493
494
494
/*! @abstract Introspection on the features enabled in htslib
495
495
*
Original file line number Diff line number Diff line change 1
- .TH tabix 1 "18 August 2022 " "htslib-1.16 " "Bioinformatics tools"
1
+ .TH tabix 1 "21 February 2023 " "htslib-1.17 " "Bioinformatics tools"
2
2
.SH NAME
3
3
.PP
4
4
tabix \- Generic indexer for TAB-delimited genome position files
Original file line number Diff line number Diff line change 24
24
# DEALINGS IN THE SOFTWARE.
25
25
26
26
# Master version, for use in tarballs or non-git source copies
27
- VERSION=1.16
27
+ VERSION=1.17
28
28
29
29
# If we have a git clone, then check against the current tag
30
30
srcdir=${0%/ version.sh}
You can’t perform that action at this time.
0 commit comments