Skip to content

Commit 04979a7

Browse files
committed
Updated NEWS with changes so far (including this PR).
Not strictly part of the same change, but it's all necessary prior to the next release and neither commit is a change of code.
1 parent bbbe4ee commit 04979a7

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

NEWS.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
Release 1.6.1: (upcoming)
2+
-------------------------
3+
4+
This release is primarily portability and minor bug fixes.
5+
6+
Changes
7+
8+
- Improve warning levels by the compiler in CI. (#125)
9+
10+
- Switch to GitHub actions for some CI builds. (#121, #123)
11+
12+
- Add configure check for cpuid systems. (#115, #116. Reported by
13+
Ryan Carsten Schmidt)
14+
15+
Bug fixes
16+
17+
- Use unsigned chars for ctype macros in the name tokeniser.
18+
On many systems this was already mitigated against, but on some OSes
19+
a char > 128 could trigger a buffer underrun. (#124)
20+
21+
- Fix interaction between _XOPEN_SOURCE and FreeBSD.
22+
(#119, John Marshall)
23+
24+
- Improve AVX512 compiler support, notably MacOS El Capitan's XCode.
25+
(#118, Rob Davies)
26+
27+
- Fix -std=c99 -pendantic pedantry (#117)
28+
29+
130
Release 1.6.0: 7th December 2023
231
--------------------------------
332

0 commit comments

Comments
 (0)