From mboxrd@z Thu Jan 1 00:00:00 1970 From: teigland@sourceware.org Date: 22 Feb 2007 16:39:27 -0000 Subject: [Cluster-devel] cluster WHATS_NEW Message-ID: <20070222163927.3609.qmail@sourceware.org> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit CVSROOT: /cvs/cluster Module name: cluster Branch: STABLE Changes by: teigland at sourceware.org 2007-02-22 16:39:25 Modified files: . : WHATS_NEW Log message: begin listing changes since 1.03 Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/WHATS_NEW.diff?cvsroot=cluster&only_with_tag=STABLE&r1=1.1.2.14&r2=1.1.2.15 --- cluster/Attic/WHATS_NEW 2006/08/16 16:14:11 1.1.2.14 +++ cluster/Attic/WHATS_NEW 2007/02/22 16:39:24 1.1.2.15 @@ -1,3 +1,35 @@ +Version 1.04.00 - +================================ + cman + * Add cman/cluster_id field to CCS to allow users to override the + cluster ID generated from the name. bz#219588 + cman-kernel + * Fix global id creation in SM to avoid duplicates. bz#206193 bz#217626 + * Check for NULL in process_startdone_barrier_new(). bz#206212 + * Fix proc reads. bz#213723 + * Fix race that could panic if cman_kill_node() is called when we are + shutting down. bz#223098 + * Tell SM when the quorum device comes or goes. + * Always queue kill messages that need ACKs, so we don't block apps + like qdiskd. bz#223462 + * Merge qdisk fixes from RHEL4 branch. + dlm-kernel + * Don't create lkids of 0. bz#199673 + * Add a spinlock around the ls_nodes_gone list. bz#206463 + gfs-kernel + * Was passing fl_pid instead of fl_owner causing F_GETLK problems. bz#206339 + * F_UNLCK was returning -ENOENT when it didn't find plocks. bz#206590 + * Include sd_freeze_count in counters output. + * Add SELinux xattr support. + * Change the default drop_count from 50,000 to 200,000. bz#218795 + * Update the drop_count for mounted fs's. bz#218795 + * Fix gfs knows of directories which it chooses not to display. bz#190756 + * Don't panic if we try to unlock a plock that's already being unlocked. + bz#220219 + fence + * fence_tool - add timeout option for leave. + * fenced - add manual override. bz#223060 + Version 1.03.00 - 16 August 2006 ================================ ccsd