- xml: Allow first-acl-match-wins semantics to be supported if desired
- crm_report: extract additional DLM lockspace data - xml: If validate-with is missing, we find the most recent schema that accepts it and go from there - tools: fix "crm_shadow --reset <name>" - controld: Remove '-q 0' from default dlm_controld arguments - acl: Authenticate pacemaker-remote requests with the node name as the client - controld: Verify killall is available on resource start - Prevent use-of-NULL spotted by coverity - crmd: Correctly detect changes to the configuration root - crmd: Fenced nodes that return prior to an election do not need to have their status section reset - xml: Do not log deleted attributes - xml: Correctly mark the parent's of deleted attributes as dirty - crm_diff: Allow the generation of xml patchsets without digests - crmd: Prevent memory leak when accepting a new DC - xml: Find the minimal set of changes when part of a document is replaced - xml: Create the correct diff when only part of a document is changed - Upstream version cs: 61e95e4864be0301be528874eed65266f4e62cf0 OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/pacemaker?expand=0&rev=120
This commit is contained in:
parent
417c1ff4b9
commit
ea9f8158b2
2
_service
2
_service
@ -11,7 +11,7 @@
|
||||
<param name="version">1.1.11</param>
|
||||
-->
|
||||
<param name="versionformat">1.1.11+git%cd.%h</param>
|
||||
<param name="revision">8bee850bb95ee01dcba03038ddfd65d22e195cf6</param>
|
||||
<param name="revision">61e95e4864be0301be528874eed65266f4e62cf0</param>
|
||||
</service>
|
||||
|
||||
<service name="recompress" mode="disabled">
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5ad946b17aa47ca067daffa1e050d663b74c08ba87cdef00d9106e28049ae791
|
||||
size 9367967
|
3
pacemaker-1.1.11+git20140328.61e95e4.tar.bz2
Normal file
3
pacemaker-1.1.11+git20140328.61e95e4.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:46d9518258f0535c303e1ae8035387d207dd7fe272c0d1f095ca5307868d9b6b
|
||||
size 9337949
|
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 28 07:52:07 UTC 2014 - ygao@suse.com
|
||||
|
||||
- xml: Allow first-acl-match-wins semantics to be supported if desired
|
||||
- crm_report: extract additional DLM lockspace data
|
||||
- xml: If validate-with is missing, we find the most recent schema that accepts it and go from there
|
||||
- tools: fix "crm_shadow --reset <name>"
|
||||
- controld: Remove '-q 0' from default dlm_controld arguments
|
||||
- acl: Authenticate pacemaker-remote requests with the node name as the client
|
||||
- controld: Verify killall is available on resource start
|
||||
- Prevent use-of-NULL spotted by coverity
|
||||
- crmd: Correctly detect changes to the configuration root
|
||||
- crmd: Fenced nodes that return prior to an election do not need to have their status section reset
|
||||
- xml: Do not log deleted attributes
|
||||
- xml: Correctly mark the parent's of deleted attributes as dirty
|
||||
- crm_diff: Allow the generation of xml patchsets without digests
|
||||
- crmd: Prevent memory leak when accepting a new DC
|
||||
- xml: Find the minimal set of changes when part of a document is replaced
|
||||
- xml: Create the correct diff when only part of a document is changed
|
||||
- Upstream version cs: 61e95e4864be0301be528874eed65266f4e62cf0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 21 05:51:05 UTC 2014 - ygao@suse.com
|
||||
|
||||
|
@ -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.11+git20140320.8bee850
|
||||
Version: 1.1.11+git20140328.61e95e4
|
||||
Release: 0
|
||||
#Release: %{pcmk_release}%{?dist}
|
||||
Url: http://www.clusterlabs.org
|
||||
|
Loading…
x
Reference in New Issue
Block a user