|
| 1 | +## Version 35 |
| 2 | +### Jan 3rd, 2026 |
| 3 | + |
| 4 | +#### FIXES |
| 5 | + |
| 6 | +##### Build |
| 7 | + |
| 8 | + * Fix configure on Fedora 42 (missing gawk). |
| 9 | + |
| 10 | +##### Libraries |
| 11 | + |
| 12 | + * Fix warnings spotted out by scan-build. |
| 13 | + |
| 14 | +##### Plugins |
| 15 | + |
| 16 | + * `check_memory`: fix warnings reported by clang. |
| 17 | + |
| 18 | +##### Test framework |
| 19 | + |
| 20 | + * Fix warnings reported by scan-build (clang). |
| 21 | + |
| 22 | +#### ENHANCEMENTS |
| 23 | + |
| 24 | +##### Documentation |
| 25 | + |
| 26 | + * Tested with gcc 15.0.1 and clang 20.1.3 |
| 27 | + * Add a badge with the total number of downloads. |
| 28 | + |
| 29 | +##### Package creation |
| 30 | + |
| 31 | + * Add Linux Alpine 3.23, 3.22 and drop version 3.18, 3.19, 3.20 |
| 32 | + * Add Debian 13, drop Debian 10 |
| 33 | + * Add Fedora 41, 42 and Fedora 43, drop Fedora 38, 39, and 40 |
| 34 | + |
| 35 | +##### Plugin check_readonlyfs |
| 36 | + |
| 37 | + * New option -x/--explude to check all but file systems passed as arguments. |
| 38 | + Feature asked by [Michael Wolf ((michaeldcwolf)](https://github.com/michaeldcwolf) |
| 39 | + |
| 40 | +### GIT DIFF |
| 41 | +``` |
| 42 | + .github/workflows/build-checks.yml | 23 +++++++++++++++-------- |
| 43 | + NEWS.md | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
| 44 | + README.md | 21 +++++++++++---------- |
| 45 | + VERSION | 2 +- |
| 46 | + lib/json_helpers.c | 2 +- |
| 47 | + lib/mountlist.c | 28 ++++++++++++++++++++++++---- |
| 48 | + lib/xstrton.c | 2 +- |
| 49 | + packages/Makefile.am | 20 ++++++++++---------- |
| 50 | + packages/multibuild.sh | 18 ++++++++++++------ |
| 51 | + plugins/check_memory.c | 4 ++-- |
| 52 | + plugins/check_readonlyfs.c | 46 +++++++++++++++++++++++++++++++++++++--------- |
| 53 | + tests/tslibxstrton_agetollint.c | 3 ++- |
| 54 | + tests/tslibxstrton_sizetollint.c | 3 ++- |
| 55 | + 13 files changed, 174 insertions(+), 54 deletions(-) |
| 56 | +``` |
| 57 | + |
1 | 58 | ## Version 34 ("Heatwaves") |
2 | 59 | ### Aug 8th, 2024 |
3 | 60 |
|
|
0 commit comments