Skip to content

Commit 7f33d1a

Browse files
authored
Changes since 1.3.1 (#63)
- overhaul log-levels - add Makefile for copr-builds - make tools rather fail if disk-devices can't be accessed - add man section for query-watchdog & test-watchdog - prevent start of pacemaker & dlm if sbd doesn't come up - build against Pacemaker-2.0 - build issues with glibc 2.25 and with BSD systems - prepare for makedev going away in <sys/types.h> - respect newer gcc versions being more picky on format-string-checking - updated travis-CI (ppc64le-build, fedora29, remove need for alectolytic-build-container) - make watchdog-device-query easier to be handled by an SELinux-policy - configurable delay value for SBD_DELAY_START - use pacemaker's new pe api with constructors/destructors - make timeout-action executed by sbd configurable - init script for sysv systems
1 parent 2d595fd commit 7f33d1a

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

Diff for: configure.ac

+1-1
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.3.1],
23+
[1.4.0],
2424
[lmb@suse.com])
2525
AC_CANONICAL_HOST
2626
AC_CONFIG_AUX_DIR(.)

Diff for: sbd.spec

+12-2
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 e102d9ed7559a14156d4b1d714b766725155ad14
18+
%global commit 2d595fdde4f62278b96db1b7fb79aae5e990bb0b
1919
%global shortcommit %(c=%{commit}; echo ${c:0:7})
2020
%global github_owner beekhof
2121
%global buildnum 1
@@ -24,7 +24,7 @@ Name: sbd
2424
Summary: Storage-based death
2525
License: GPLv2+
2626
Group: System Environment/Daemons
27-
Version: 1.3.1
27+
Version: 1.4.0
2828
Release: 0.%{buildnum}.%{shortcommit}.git%{?dist}
2929
Url: https://github.com/%{github_owner}/%{name}
3030
Source0: https://github.com/%{github_owner}/%{name}/archive/%{commit}/%{name}-%{commit}.tar.gz
@@ -113,6 +113,16 @@ rm -rf %{buildroot}
113113
%doc COPYING
114114

115115
%changelog
116+
* Mon Jan 14 2019 <klaus.wenninger@aon.at> - 1.4.0-0.1.2d595fdd.git
117+
- updated travis-CI (ppc64le-build, fedora29, remove need for
118+
alectolytic-build-container)
119+
- make watchdog-device-query easier to be handled by an SELinux-policy
120+
- configurable delay value for SBD_DELAY_START
121+
- use pacemaker's new pe api with constructors/destructors
122+
- make timeout-action executed by sbd configurable
123+
- init script for sysv systems
124+
- version bump to v1.4.0 to denote Pacemaker 2.0.0 compatibility
125+
116126
* Fri Jun 29 2018 <klaus.wenninger@aon.at> - 1.3.1-0.1.e102d9ed.git
117127
- removed unneeded python-devel build-requirement
118128
- changed legacy corosync-devel to corosynclib-devel

0 commit comments

Comments
 (0)