Skip to content

Commit 6bb085f

Browse files
authored
Bump Version to 1.5.1 (#138)
Changes since 1.5.0: - improve/fix cmdline handling - tell the actual watchdog device specified with -w - tolerate and strip any leading spaces of commandline option values - Sanitize numeric arguments - if start-delay enabled, not explicitly given and msgwait can't be read from disk (diskless) use 2 * watchdog-timeout - avoid using deprecated valloc for disk-io-buffers - avoid frequent alloc/free of aligned buffers to prevent fragmentation - fix memory-leak in one-time-allocations of sector-buffers - fix AIO-API usage: properly destroy io-context - improve/fix build environment - validate configure options for paths - remove unneeded complexity of configure.ac hierarchy - correctly derive package version from git (regression since 1.5.0) - make runstatedir configurable and derive from distribution
1 parent 7bcdf69 commit 6bb085f

File tree

2 files changed

+20
-3
lines changed

2 files changed

+20
-3
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dnl checks for library functions
2020
dnl checks for system services
2121

2222
AC_INIT([sbd],
23-
[1.5.0],
23+
[1.5.1],
2424
2525
m4_include([tests-opt.m4])
2626
AC_CANONICAL_HOST

sbd.spec

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
# Please submit bugfixes or comments via http://bugs.opensuse.org/
1717
#
18-
%global longcommit 2a00ac70f7200ed238a5bc73392e6a59a06fe904
18+
%global longcommit 7bcdf69597042c31ea0b4a523e732d4bbb99b3a0
1919
%global shortcommit %(echo %{longcommit}|cut -c1-8)
2020
%global modified %(echo %{longcommit}-|cut -f2 -d-)
2121
%global github_owner Clusterlabs
@@ -51,7 +51,7 @@ Name: sbd
5151
Summary: Storage-based death
5252
License: GPLv2+
5353
Group: System Environment/Daemons
54-
Version: 1.5.0
54+
Version: 1.5.1
5555
Release: 99.%{buildnum}.%{shortcommit}.%{modified}git%{?dist}
5656
Url: https://github.com/%{github_owner}/%{name}
5757
Source0: https://github.com/%{github_owner}/%{name}/archive/%{longcommit}/%{name}-%{longcommit}.tar.gz
@@ -173,6 +173,23 @@ rm -rf %{buildroot}
173173
%{_libdir}/libsbdtestbed*
174174

175175
%changelog
176+
* Mon Nov 15 2021 <[email protected]> - 1.5.1-99.0.7bcdf695.git
177+
- improve/fix cmdline handling
178+
- tell the actual watchdog device specified with -w
179+
- tolerate and strip any leading spaces of commandline option values
180+
- Sanitize numeric arguments
181+
- if start-delay enabled, not explicitly given and msgwait can't be
182+
read from disk (diskless) use 2 * watchdog-timeout
183+
- avoid using deprecated valloc for disk-io-buffers
184+
- avoid frequent alloc/free of aligned buffers to prevent fragmentation
185+
- fix memory-leak in one-time-allocations of sector-buffers
186+
- fix AIO-API usage: properly destroy io-context
187+
- improve/fix build environment
188+
- validate configure options for paths
189+
- remove unneeded complexity of configure.ac hierarchy
190+
- correctly derive package version from git (regression since 1.5.0)
191+
- make runstatedir configurable and derive from distribution
192+
176193
* Tue Jun 8 2021 <[email protected]> - 1.5.0-99.0.2a00ac70.git
177194
- default to resource-syncing with pacemaker in spec-file and configure.ac
178195
This default has to match between sbd and pacemaker and

0 commit comments

Comments
 (0)