diff --git a/.gitignore b/.gitignore index d926f70..0f7d5a7 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ /ClusterLabs-pacemaker-c72d970.tar.gz /ClusterLabs-pacemaker-394e906.tar.gz /ClusterLabs-pacemaker-70ad9fa.tar.gz +/ClusterLabs-pacemaker-781a388.tar.gz diff --git a/pacemaker.spec b/pacemaker.spec index 2865c6f..27d0960 100644 --- a/pacemaker.spec +++ b/pacemaker.spec @@ -2,8 +2,8 @@ %global uname hacluster %global pcmk_docdir %{_docdir}/%{name} -%global specversion 1 -%global upstream_version 70ad9fa +%global specversion 2 +%global upstream_version 781a388 %global upstream_prefix ClusterLabs-pacemaker # Compatibility macros for distros (fedora) that don't provide Python macros by default @@ -72,7 +72,7 @@ Name: pacemaker Summary: Scalable High-Availability cluster resource manager -Version: 1.1.10 +Version: 1.1.9 Release: %{pcmk_release}%{?dist} License: GPLv2+ and LGPLv2+ Url: http://www.clusterlabs.org @@ -600,6 +600,41 @@ fi %doc AUTHORS %changelog +* Mon Jun 17 2013 Andrew Beekhof - 1.1.9-2 +- Update for new upstream tarball: 781a388 +- See included ChangeLog file or https://raw.github.com/ClusterLabs/pacemaker/master/ChangeLog for full details + + + crmd: Allow remote nodes to have transient attributes + + doc: Pacemaker Remote deployment and reference guide + + Feature: crm_error: Add the ability to list and print error symbols + + Feature: Pacemaker Remote Daemon for extending pacemaker functionality outside corosync cluster. + + Feature: pengine: Allow active nodes in our current membership to be fenced without quorum + + Feature: pengine: Display a list of nodes on which stopped anonymous clones are not active instead of meaningless clone IDs + + Feature: pengine: Suppress meaningless IDs when displaying anonymous clone status + + Fix: Check for and replace non-printing characters with their octal equivalent while exporting xml text + + Fix: Convert all exit codes to positive errno values + + Fix: Core: Ensure custom error codes are less than 256 + + Fix: Core: Correctly unreference GSource inputs + + Fix: Core: Ensure the blackbox is saved on abnormal program termination + + Fix: corosync: Detect the loss of members for which we only know the nodeid + + Fix: corosync: Reduce excessive delays when resending CPG messages + + Fix: crm_attribute: Send details on duplicate values to stdout + + Fix: crmd: Ensure we return to a stable state if there have been too many fencing failures + + Fix: crmd: Initiate node shutdown if another node claims to have successfully fenced us + + Fix: crm_report: Find logs in compressed files + + Fix: crm_simulate: Support systemd and upstart actions + + Fix: Fencing: Restore the ability to manually confirm that fencing completed + + Fix: lrmd: Default to the upstream location for resource agent scratch directory + + Fix: pengine: Bug cl#5140 - Allow set members to be stopped when the subseqent set has require-all=false + + Fix: pengine: Bug cl#5143 - Prevent shuffling of anonymous master/slave instances + + Fix: pengine: cl#5142 - Do not delete orphaned children of an anonymous clone + + Fix: pengine: Correctly handle resources that recover before we operate on them + + Fix: pengine: If fencing is unavailable or disabled, block further recovery for resources that fail to stop + + Fix: pengine: Mark unrunnable stop actions as "blocked" + + Fix: systemd: Ensure we get shut down correctly by systemd + + Fix: xml: Restore the ability to embed comments in the cib + + * Wed Feb 27 2013 Andrew Beekhof 1.1.9-0.1.70ad9fa.git - Rebuild for upstream 1.1.9 pre-release diff --git a/sources b/sources index 5b6f34e..b20d4e4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a276268764a581419f448e28f2e6a74f ClusterLabs-pacemaker-70ad9fa.tar.gz +d41d8cd98f00b204e9800998ecf8427e ClusterLabs-pacemaker-781a388.tar.gz