Skip to content

Commit 4449940

Browse files
committed
Bump Version to 1.5.0
Changes since 1.4.2 - default to resource-syncing with pacemaker in spec-file and configure.ac This default has to match between sbd and pacemaker and thus qualifies this release for a minor-version-bump - fix some regressions introduced by adding configurability previously - adapt description of startup/shutdown sync with pacemaker - make watchdog warning messages more understandable
1 parent 2a00ac7 commit 4449940

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
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.4.2],
23+
[1.5.0],
2424
2525
m4_include([tests-opt.m4])
2626
AC_CANONICAL_HOST

sbd.spec

Lines changed: 10 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 bfeee963f7363720da91a018045ca6746d822ba0
18+
%global longcommit 2a00ac70f7200ed238a5bc73392e6a59a06fe904
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.4.2
54+
Version: 1.5.0
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
@@ -172,6 +172,14 @@ rm -rf %{buildroot}
172172
%{_libdir}/libsbdtestbed*
173173

174174
%changelog
175+
* Tue Jun 8 2021 <[email protected]> - 1.5.0-99.0.2a00ac70.git
176+
- default to resource-syncing with pacemaker in spec-file and configure.ac
177+
This default has to match between sbd and pacemaker and
178+
thus qualifies this release for a minor-version-bump
179+
- fix some regressions introduced by adding configurability previously
180+
- adapt description of startup/shutdown sync with pacemaker
181+
- make watchdog warning messages more understandable
182+
175183
* Wed Dec 2 2020 <[email protected]> - 1.4.2-99.1.bfeee963.git
176184
- improve build/CI-friendlyness
177185
- * travis: switch to F32 as build-host

tests/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.4.2],
23+
[1.5.0],
2424
2525
m4_include([../tests-opt.m4])
2626
AC_CANONICAL_HOST

0 commit comments

Comments
 (0)