summaryrefslogtreecommitdiffstats
path: root/debian/changelog
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-03 13:39:29 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-03 13:39:29 +0000
commit0da01ba6cb09bc85833b7a9146953ab54b6420bd (patch)
tree05d5ba5f31fd2c02eb0366775590ac4c76a2c9a4 /debian/changelog
parentMerging upstream version 2.1.8~rc1. (diff)
downloadpacemaker-0da01ba6cb09bc85833b7a9146953ab54b6420bd.tar.xz
pacemaker-0da01ba6cb09bc85833b7a9146953ab54b6420bd.zip
Adding debian version 2.1.8~rc1-1.debian/2.1.8_rc1-1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog28
1 files changed, 28 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index bcf83ba..faefad8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,31 @@
+pacemaker (2.1.8~rc1-1) unstable; urgency=medium
+
+ * [ab5ed61] New upstream pre-release (2.1.8~rc1)
+ * [c477642] Drop upstreamed patch, refresh the rest
+ * [26aa14e] Update Standards-Version to 4.7.0 (no changes required)
+ * [00be940] Switch Build-Depends to systemd-dev.
+ We only needed the systemd build dependency to get the paths defined
+ in systemd.pc. Now these are available in an architecture-independent
+ package, which means we can stop relying on dh-exec as well.
+ (Closes: #1060623)
+ * [dc737d8] Ship the new pacemaker-based.7 man page
+ * [f193828] Update symbols files.
+ Before 2.1.8 both libpe-rules and libpe-status allocated the
+ was_processing_error and was_processing_warning symbols (global
+ variables). In 2.1.8 these symbols were moved into libcrmcommon,
+ which is a common dependency of libpe-rules and libpe-status. Since
+ library dependencies are automatically loaded, this does not
+ constitute an ABI break.
+ * [42461ae] Update copyright years
+ * [bbf8d26] Specify the System V init directory.
+ Autodetection in configure.ac is based on presence, but modern build
+ containers can miss /etc/init.d.
+ * [0d1a7f1] Explicitly enable systemd support.
+ Autodetection in configure.ac depends on live DBus or systemctl, but
+ modern build containers can miss those.
+
+ -- Ferenc Wágner <wferi@debian.org> Fri, 31 May 2024 19:22:07 +0200
+
pacemaker (2.1.7-1) unstable; urgency=medium
* [09de5bf] New upstream release (2.1.7) (Closes: #1067626)