1.1.9 pre-release

This commit is contained in:
Andrew Beekhof 2013-02-27 16:57:29 +11:00
parent 9582f99b8c
commit b0a653c1f2
3 changed files with 107 additions and 35 deletions

1
.gitignore vendored
View File

@ -9,3 +9,4 @@
/ClusterLabs-pacemaker-b5b0a7b.tar.gz
/ClusterLabs-pacemaker-c72d970.tar.gz
/ClusterLabs-pacemaker-394e906.tar.gz
/ClusterLabs-pacemaker-70ad9fa.tar.gz

View File

@ -3,7 +3,7 @@
%global pcmk_docdir %{_docdir}/%{name}
%global specversion 1
%global upstream_version 394e906
%global upstream_version 70ad9fa
%global upstream_prefix ClusterLabs-pacemaker
# Compatibility macros for distros (fedora) that don't provide Python macros by default
@ -49,7 +49,7 @@
%bcond_without doc
# Use a different versioning scheme
%bcond_with pre_release
%bcond_without pre_release
%if %{with profiling}
# This disables -debuginfo package creation and also the stripping binaries/libraries
@ -65,7 +65,7 @@
Name: pacemaker
Summary: Scalable High-Availability cluster resource manager
Version: 1.1.8
Version: 1.1.9
Release: %{pcmk_release}%{?dist}
License: GPLv2+ and LGPLv2+
Url: http://www.clusterlabs.org
@ -74,6 +74,7 @@ Group: System Environment/Daemons
# export VER={upstream_version}
# wget --no-check-certificate -O ClusterLabs-pacemaker-${VER}.tar.gz https://github.com/ClusterLabs/pacemaker/tarball/${VER}
Source0: %{upstream_prefix}-%{upstream_version}.tar.gz
Patch0: pacemaker-1.1.8-cast-align.patch
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
AutoReqProv: on
Requires: resource-agents
@ -285,6 +286,8 @@ manager for Linux-HA (Heartbeat) and/or Corosync.
%prep
%setup -q -n %{upstream_prefix}-%{upstream_version}
%patch0 -p0
# Force the local time
#
# 'hg archive' sets the file date to the date of the last commit.
@ -527,7 +530,75 @@ exit 0
%changelog
* Fri Sep 21 2012 Andrew Beekhof <andrew@beekhof.net> 1.1.8-1
* Wed Feb 27 2013 Andrew Beekhof <andrew@beekhof.net> 1.1.9-0.1.70ad9fa.git
- Rebuild for upstream 1.1.9 pre-release
- New upstream tarball: 70ad9fa
Changesets: 617
Diff: 1280 files changed, 88199 insertions(+), 57133 deletions(-)
- See included ChangeLog file or https://raw.github.com/ClusterLabs/pacemaker/master/ChangeLog for full details
+ Fix: Fencing: Do not merge new fencing requests with stale ones from dead nodes
+ Fix: PE: Any location constraint for the slave role applies to all roles
+ Fix: crmd: Correctly determin if cluster disconnection was abnormal
+ Fix: Invoke destroy functions if we are evicted from the CPG group
+ Fix: fencing: Do not wait for the query timeout if all replies have arrived
+ Fix: crmd: Improved continue/wait logic in do_dc_join_finalize()
+ Feature: fencing: Ability to identify fencing operations with a tag
+ Fix: crmd: Detect and recover when we are evicted from CPG
+ Fix: crmd: Prevent timeouts when performing pacemaker level membership negotiation
+ Feature: crmd: Enable A_DC_JOIN_OFFER_ONE
+ Feature: ipc: Support compressed messages from clients
+ Feature: corosync: Use queues to avoid blocking when sending CPG messages
+ Fix: systemd: Gracefully handle unexpected DBus return types
+ Fix: Date/time: Bug cl#5118 - Correctly convert seconds-since-epoch to the current time
+ Fix: corosync: Correctly detect corosync 2.0 clusters even if we don't have permission to access it
+ Fix: Bug cl#5135 - Improved detection of the active cluster type
+ Fix: fencing: Correctly record completed but previously unknown fencing operations
+ Fix: crm_report: Ensure policy engine logs are found
+ High: pengine: rhbz#902459 - Remove rsc node status for orphan resources
+ High: pengine: Refresh after delete action is no long required.
+ High: pengine: Process rsc_ticket dependencies earlier for correctly allocating resources (bnc#802307)
+ High: pengine: cl#5025 - Automatically clear failcount for start/monitor failures after resource parameters change
+ Refactor: Use our custom xml-to-string function for performance
+ Feature: Compress messages that exceed the configured IPC message limit
+ Feature: Reliably detect when an IPC message size exceeds the connection's maximum
+ Feature: Use shared memory for IPC by default
+ Feature: IPC: Use queues to prevent slow clients from blocking the server
+ Refactor: Core: A faster and more consistant digest function
+ High: tools: Have crm_resource generate a valid transition key when sending resource commands to the crmd
+ High: Fencing: Only try peers for non-topology based operations once
+ High: PE: cl#5099 - Probe operation uses the timeout value from the minimum interval monitor by default (#bnc776386)
+ High: cib: Avoid use-after-free by correctly support cib_no_children for non-xpath queries
+ High: Core: Prevent use-of_NULL in IPC code
+ High: crmd: Prevent election storms caused by getrusage() values being too close
+ High: corosync: Ensure peer state is preserved when matching names to nodeids
+ High: Cluster: Preserve corosync membership state when matching node name/id entries
+ High: Fencing: Record delegated self-fencing operations in case they fail
+ High: Fencing: Correctly terminate when all device options have been exhausted
+ High: cib: Remove text nodes from cib replace operations
+ High: PE: Bug rhbz#880249 - Teach the PE how to recover masters into primitives
+ High: PE: Bug rhbz#880249 - Ensure orphan masters are demoted before being stopped
+ High: attrd: Correctly handle deletion of non-existant attributes
+ High: tools: Fixes crm_mon crash when using snmp traps.
+ High: mcp: Re-attach to existing pacemaker components when mcp fails
+ High: pengine: cl#5111 - When clone/master child rsc has on-fail=stop, insure all children stop on failure.
+ High: Replace the use of the insecure mktemp(3) with mkstemp(3)
+ High: Core: Prevent ordering changes when applying xml diffs
+ High: cib: Reduce duplication and ensure all diffs contain an md5 digest
+ High: Core: Correctly process XML diff's involving element removal
+ High: PE: Correctly unpack active anonymous clones
+ High: IPC: Bug cl#5110 - Prevent 100% CPU usage when looking for synchronous replies
+ High: PE: Bug cl#5101 - Ensure stop order is preserved for partially active groups
* Wed Oct 17 2012 Jon Ciesla <limburgher@gmail.com> 1.1.8-3
- EVR fix.
* Wed Oct 17 2012 Jon Ciesla <limburgher@gmail.com> 1.1.8-2
- Fix FTBFS on ARM by removing cast-align.
* Fri Sep 21 2012 Andrew Beekhof <andrew@beekhof.net> 1.1.8-2
- Rebuild for upstream 1.1.8 release
- New upstream tarball: 394e906

View File

@ -1 +1 @@
4603b6be6ef693081796a9b42791df3e ClusterLabs-pacemaker-394e906.tar.gz
a276268764a581419f448e28f2e6a74f ClusterLabs-pacemaker-70ad9fa.tar.gz