File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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+
130Release 1.6.0: 7th December 2023
231--------------------------------
332
You can’t perform that action at this time.
0 commit comments