Skip to content

Commit fecbd67

Browse files
daviesrobjkbonfield
authored andcommitted
Add some more NEWS updates.
1 parent a1013a6 commit fecbd67

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

NEWS

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@ Noteworthy changes in release a.b
7474
* The missing, but trivial, `le_to_u8()` function has been added to hts_endian.
7575
(PR#1494, Thanks to John Marshall)
7676

77+
* bcf_format_gt() now works properly on big-endian platforms.
78+
(PR#1495, Thanks to John Marshall)
79+
7780
Build changes
7881
-------------
7982

@@ -82,11 +85,11 @@ These are compiler, configuration and makefile based changes.
8285
* Update htscodecs to version 1.3.0 for new SIMD code + various fixes.
8386
Updates the htscodecs submodule and adds changes necessary to make HTSlib
8487
build the new SIMD codec implementations.
85-
(PR#1438, PR#1489)
88+
(PR#1438, PR#1489, PR#1500)
8689

8790
* Fix clang builds under mingw. Under mingw, clang requires dllexport to be
8891
applied to both function declarations and function definitions.
89-
(PR#1435, fixes #1433. Reported by teepean)
92+
(PR#1435, PR#1497, PR#1498 fixes #1433. Reported by teepean)
9093

9194
* Fix curl type warning with gcc 12.1 on Windows.
9295
(PR#1443)
@@ -99,6 +102,11 @@ These are compiler, configuration and makefile based changes.
99102
systems that don't use HTSlib's or htscodecs' build infrastructure. (PR#1485.
100103
Thanks to John Marshall)
101104

105+
* Fixed some Makefile dependency issues for the "check"/"test" targets
106+
and plugins. In particular, "make check" will now build the "all" target,
107+
if not done already, before running the tests.
108+
(PR#1496)
109+
102110
Bug fixes
103111
---------
104112

0 commit comments

Comments
 (0)