- extra: Add logrotate configuration file for /var/log/pacemaker.log (bnc#883567)
- PE: Correctly detect empty tags - xml: Ensure realloc didn't fail - crmd: Only write fence_averride if open() returns a positive file descriptor - tools: Non-recurring memory leak - PE: Potential use-of-NULL - ipc: Buffer size cannot be negative - xml: Prevent possible array underflow - mcp: Let daemons know when they have been respawned by the mcp - cts: fix RemoteBaremetal step2 move resource action failed issue - PE: Correctly observe requires=nothing - crmd: Remove unknown nodes with conflicting unames from CIB (bnc#883240) - 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 - 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) - Upstream version cs: c3f1a7f8912f3d6d17497dd8af0b69fe0708b2b1 OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/pacemaker?expand=0&rev=146
This commit is contained in:
parent
56d2274c38
commit
14f92a2c19
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">97629ded958f76652350569a54303b3cd25d1d7e</param>
|
||||
<param name="revision">c3f1a7f8912f3d6d17497dd8af0b69fe0708b2b1</param>
|
||||
</service>
|
||||
|
||||
<service name="recompress" mode="disabled">
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fb27e89681d36c92974e2d9594d7d3c84e7753db0102d26ed6c7853e18ab3ccb
|
||||
size 9321002
|
3
pacemaker-1.1.11+git20140701.c3f1a7f.tar.bz2
Normal file
3
pacemaker-1.1.11+git20140701.c3f1a7f.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6a0201f7afacaa0c795513beb8115cbde6942afc2a27dc771f1218a0cdcdc5b3
|
||||
size 9322694
|
@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 1 08:03:50 UTC 2014 - ygao@suse.com
|
||||
|
||||
- extra: Add logrotate configuration file for /var/log/pacemaker.log (bnc#883567)
|
||||
- PE: Correctly detect empty tags
|
||||
- xml: Ensure realloc didn't fail
|
||||
- crmd: Only write fence_averride if open() returns a positive file descriptor
|
||||
- tools: Non-recurring memory leak
|
||||
- PE: Potential use-of-NULL
|
||||
- ipc: Buffer size cannot be negative
|
||||
- xml: Prevent possible array underflow
|
||||
- mcp: Let daemons know when they have been respawned by the mcp
|
||||
- cts: fix RemoteBaremetal step2 move resource action failed issue
|
||||
- PE: Correctly observe requires=nothing
|
||||
- crmd: Remove unknown nodes with conflicting unames from CIB (bnc#883240)
|
||||
- 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
|
||||
- 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)
|
||||
- Upstream version cs: c3f1a7f8912f3d6d17497dd8af0b69fe0708b2b1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 13 03:16:29 UTC 2014 - ygao@suse.com
|
||||
|
||||
|
@ -99,7 +99,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+git20140613.97629de
|
||||
Version: 1.1.11+git20140701.c3f1a7f
|
||||
Release: 0
|
||||
#Release: %{pcmk_release}%{?dist}
|
||||
Url: http://www.clusterlabs.org
|
||||
|
Loading…
Reference in New Issue
Block a user