Skip to content

Commit 25fce8a

Browse files
committed
Bump version to 1.4.1
Changes since 1.4.0 - improvements/clarifications in documentation - properly finalize cmap connection when disconnected from cluster - make handling of cib-connection loss more robust - silence some coverity findings - overhaul log for reasonable prios and details - if current slice doesn't have rt-budget move to root-slice - periodically ping corosync daemon for liveness - actually use crashdump timeout if configured - avoid deprecated names for g_main-loop-funcitons - conflict with fence-agents-sbd < 4.5.0 - rather require corosync-devel provided by most distributions - make devices on cmdline overrule those coming via SBD_DEVICE - make 15s timeout on s390 be used consistently - improve build/test for CI-friendlyness - * add autogen.sh - * enable/improve out-of-tree-building - * make tar generation smarter - * don't modify sbd.spec - * make distcheck-target work - * Add tests/regressions.sh to check-target - * use unique devmapper names for multiple tests in parallel - * consistently use serial test-harness for visible progress - * package tests into separate package (not packaged before) - * add preload-library to intercept reboots while testing - * add tests for sbd in daemon-mode & watchdog-dev-handling - * make tests work in non-privileged containers
1 parent aca7907 commit 25fce8a

File tree

3 files changed

+32
-4
lines changed

3 files changed

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

sbd.spec

Lines changed: 30 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 commit 5705703da3db01bb4c34fd73ae33f24b43a16b78-mod
18+
%global commit aca7907c1973f331a4f192a0d50e6443840daab6
1919
%global shortcommit %(echo %{commit}|cut -c1-8)
2020
%global modified %(echo %{commit}-|cut -f2 -d-)
2121
%global github_owner beekhof
@@ -25,7 +25,7 @@ Name: sbd
2525
Summary: Storage-based death
2626
License: GPLv2+
2727
Group: System Environment/Daemons
28-
Version: 1.4.0
28+
Version: 1.4.1
2929
Release: 99.%{buildnum}.%{shortcommit}.%{modified}git%{?dist}
3030
Url: https://github.com/%{github_owner}/%{name}
3131
Source0: https://github.com/%{github_owner}/%{name}/archive/%{commit}/%{name}-%{commit}.tar.gz
@@ -144,6 +144,34 @@ rm -rf %{buildroot}
144144
%{_libdir}/libsbdtestbed*
145145

146146
%changelog
147+
* Tue Nov 19 2019 <[email protected]> - 1.4.1-99.1.aca7907c.git
148+
- improvements/clarifications in documentation
149+
- properly finalize cmap connection when disconnected from cluster
150+
- make handling of cib-connection loss more robust
151+
- silence some coverity findings
152+
- overhaul log for reasonable prios and details
153+
- if current slice doesn't have rt-budget move to root-slice
154+
- periodically ping corosync daemon for liveness
155+
- actually use crashdump timeout if configured
156+
- avoid deprecated names for g_main-loop-funcitons
157+
- conflict with fence-agents-sbd < 4.5.0
158+
- rather require corosync-devel provided by most distributions
159+
- make devices on cmdline overrule those coming via SBD_DEVICE
160+
- make 15s timeout on s390 be used consistently
161+
- improve build/test for CI-friendlyness
162+
- * add autogen.sh
163+
- * enable/improve out-of-tree-building
164+
- * make tar generation smarter
165+
- * don't modify sbd.spec
166+
- * make distcheck-target work
167+
- * Add tests/regressions.sh to check-target
168+
- * use unique devmapper names for multiple tests in parallel
169+
- * consistently use serial test-harness for visible progress
170+
- * package tests into separate package (not packaged before)
171+
- * add preload-library to intercept reboots while testing
172+
- * add tests for sbd in daemon-mode & watchdog-dev-handling
173+
- * make tests work in non-privileged containers
174+
147175
* Mon Jan 14 2019 <[email protected]> - 1.4.0-0.1.2d595fdd.git
148176
- updated travis-CI (ppc64le-build, fedora29, remove need for
149177
alectolytic-build-container)

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

0 commit comments

Comments
 (0)