Skip to content

Commit 0d69b76

Browse files
committed
Version 35
Signed-off-by: Davide Madrisan <d.madrisan@proton.me>
1 parent 2a277ae commit 0d69b76

3 files changed

Lines changed: 59 additions & 2 deletions

File tree

NEWS.md

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,60 @@
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+
158
## Version 34 ("Heatwaves")
259
### Aug 8th, 2024
360

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,9 @@ The `.apk`, `.rpm` and `.deb` packages for Alpine, CentOS/RHEL, Debian, and Fedo
126126

127127
Command | Distribution
128128
-------------------- | ------------
129-
Alpine 3.20 | `make -C packages alpine-3.20`
130129
Alpine 3.21 | `make -C packages alpine-3.21`
131130
Alpine 3.22 | `make -C packages alpine-3.22`
131+
Alpine 3.23 | `make -C packages alpine-3.23`
132132
CentOS Stream 8 | `make -C packages centos-stream-8`
133133
CentOS Stream 9 | `make -C packages centos-stream-9`
134134
Debian 11 (Bullseye) | `make -C packages debian-bullseye`

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
34
1+
35

0 commit comments

Comments
 (0)