forked from pool/pacemaker
- ipc: fix memory leak for failed ipc client connections. (bnc#857779)
- pacemakerd: Fixed a problem that only pacemakerd did not inherit the logfacility of corosync.conf. - pengine: Fixes memory leak in regex pattern matching code for constraints. - crm_attribute: Do not swallow hostname lookup failures - crmd: Avoid deleting the 'shutdown' attribute - Upstream version cs: ad10acb1c4d668befd7ea1d39312356223d86615 - cpg: Correctly free sent messages (bnc#853675, bnc#856018) - cluster: Correctly construct the header for compressed messages (bnc#851951, bnc#856018) OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/pacemaker?expand=0&rev=92
This commit is contained in:
parent
8806208b4d
commit
91a226db77
2
_service
2
_service
@ -11,7 +11,7 @@
|
||||
<param name="version">1.1.10</param>
|
||||
-->
|
||||
<param name="versionformat">1.1.10+git%cd.%h</param>
|
||||
<param name="revision">65bb87eadcf6dfd9b5cd6030ec318579fd4fe7c8</param>
|
||||
<param name="revision">ad10acb1c4d668befd7ea1d39312356223d86615</param>
|
||||
</service>
|
||||
|
||||
<service name="recompress" mode="disabled">
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:76d776bdc06e517d79068ac9f0c248422dae947abe1c038f2f8afc7221ae4d81
|
||||
size 9314026
|
3
pacemaker-1.1.10+git20140107.ad10acb.tar.bz2
Normal file
3
pacemaker-1.1.10+git20140107.ad10acb.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f47e12008910fb15a9b300bf7b6c911f8e260a8b522b7d108e709a5004e457e1
|
||||
size 9322367
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 9 16:30:35 UTC 2014 - ygao@suse.com
|
||||
|
||||
- ipc: fix memory leak for failed ipc client connections. (bnc#857779)
|
||||
- pacemakerd: Fixed a problem that only pacemakerd did not inherit the logfacility of corosync.conf.
|
||||
- pengine: Fixes memory leak in regex pattern matching code for constraints.
|
||||
- crm_attribute: Do not swallow hostname lookup failures
|
||||
- crmd: Avoid deleting the 'shutdown' attribute
|
||||
- Upstream version cs: ad10acb1c4d668befd7ea1d39312356223d86615
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 11 18:28:52 UTC 2013 - ygao@suse.com
|
||||
|
||||
@ -329,9 +339,9 @@ Fri Jul 26 02:49:48 UTC 2013 - ygao@suse.com
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 22 05:28:01 UTC 2013 - ygao@suse.com
|
||||
|
||||
- cpg: Correctly free sent messages
|
||||
- cpg: Correctly free sent messages (bnc#853675, bnc#856018)
|
||||
- crm_resource: Present an error if an admin tries to --force-start an already active resource
|
||||
- cluster: Correctly construct the header for compressed messages (bnc#851951)
|
||||
- cluster: Correctly construct the header for compressed messages (bnc#851951, bnc#856018)
|
||||
- PE: Re-allow ordering constraints with fencing devices now that it is safe to do so
|
||||
- cl#5170 - Correctly support on-fail=block for clones
|
||||
- PE: Do the right thing when admins specify the internal resource instead of the clone
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package pacemaker
|
||||
#
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -95,7 +95,7 @@ Name: pacemaker
|
||||
Summary: Scalable High-Availability cluster resource manager
|
||||
License: GPL-2.0+ and LGPL-2.1+
|
||||
Group: Productivity/Clustering/HA
|
||||
Version: 1.1.10+git20131211.65bb87e
|
||||
Version: 1.1.10+git20140107.ad10acb
|
||||
Release: 0
|
||||
#Release: %{pcmk_release}%{?dist}
|
||||
Url: http://www.clusterlabs.org
|
||||
|
Loading…
x
Reference in New Issue
Block a user