Skip to content

Commit f748627

Browse files
committed
Changelog, configure.ac, README.asciidoc: mark release wmnut-0.72
Signed-off-by: Jim Klimov <[email protected]>
1 parent 64d9aa2 commit f748627

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

ChangeLog

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
2025-09-04 Jim Klimov <[email protected]>
2+
* wmnut-0.72:
3+
4+
+ Update GitHub Actions recipes to test both GCC and CLANG,
5+
use CCACHE to speed up the phase of custom-built NUT [#23]
6+
+ Revise `configure.ac` for better portability (or detection
7+
of incapable build environments); introduce `wmnut-common.h`
8+
to handle platform specifics (like `NUT_PATH_MAX`) once [#20]
9+
+ Code-hardening (address static analysis warnings, suggestions
10+
from GitHub code scanning AI bots, manual review) [#17, #21, #22]
11+
+ Safer use of configuration file path relative to the user
12+
home directory [#18]
13+
+ Fix conflicts of global and method-local variable names,
14+
rename some of the variables and methods to better match
15+
their purpose [#16, #19]
16+
117
2025-03-28 Jim Klimov <[email protected]>
218
* wmnut-0.71:
319

README.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Download
3434
--------
3535

3636
- link:https://github.com/networkupstools/wmnut/releases[Tagged official releases on GitHub]
37-
- link:https://github.com/networkupstools/wmnut/releases/download/v0.71/wmnut-0.71.tar.gz[wmnut-0.71.tar.gz]
37+
- link:https://github.com/networkupstools/wmnut/releases/download/v0.72/wmnut-0.72.tar.gz[wmnut-0.72.tar.gz]
3838
- link:https://github.com/networkupstools/wmnut/raw/master/ChangeLog[ChangeLog]
3939
4040
////////////////////////////////////////////////////////////////////////////////

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ dnl ====================================================================
22
dnl | WMNut: configure.ac |
33
dnl ====================================================================
44

5-
AC_INIT([wmnut],[0.71],[https://github.com/networkupstools/wmnut/issues])
5+
AC_INIT([wmnut],[0.72],[https://github.com/networkupstools/wmnut/issues])
66
AC_CANONICAL_HOST
77
AC_CANONICAL_TARGET
88
AC_CONFIG_SRCDIR(src/wmnut.c)

0 commit comments

Comments
 (0)