From 3ca720e8abcf524cab6183234473b374ded22e685dc26fe926eabf97c25d047d Mon Sep 17 00:00:00 2001 From: Yan Gao Date: Tue, 1 Jul 2014 08:10:40 +0000 Subject: [PATCH] - Fix: ignore SIGPIPE with gnutls is in use OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/pacemaker?expand=0&rev=147 --- pacemaker.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pacemaker.changes b/pacemaker.changes index 5070efb..1aa75de 100644 --- a/pacemaker.changes +++ b/pacemaker.changes @@ -16,7 +16,7 @@ Tue Jul 1 08:03:50 UTC 2014 - ygao@suse.com - controld: Return OCF_ERR_INSTALLED instead of OCF_NOT_INSTALLED (bnc#883729) - lrmd: Prevent OCF agents from logging to random files due to "value" of setenv() being NULL (bnc#883524) - cts: fix shutdown pattern not found issue -- ignore SIGPIPE with gnutls is in use +- Fix: ignore SIGPIPE with gnutls is in use - crmd: avoid double free caused by nested hash table removal - crm_report: Correctly detect large files - cib: cl#5222 - Prevent assert in xml_calculate_changes() on performing cib operations (bnc#881575)