From mboxrd@z Thu Jan 1 00:00:00 1970 From: lhh@sourceware.org Date: 10 May 2007 16:26:08 -0000 Subject: [Cluster-devel] cluster/rgmanager ChangeLog Message-ID: <20070510162608.18122.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: RHEL5 Changes by: lhh at sourceware.org 2007-05-10 16:26:06 Modified files: rgmanager : ChangeLog Log message: Merge Crosswalk fixes from head Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/ChangeLog.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.31.2.6&r2=1.31.2.7 --- cluster/rgmanager/ChangeLog 2007/05/09 19:07:02 1.31.2.6 +++ cluster/rgmanager/ChangeLog 2007/05/10 16:26:06 1.31.2.7 @@ -1,3 +1,15 @@ +2007-05-10 Lon Hohberger + * Merge patch from Crosswalk development team: + * Scott Cannata + * Henry Harris + * Leonard Maiorani + * Always check malloc() return codes + * Fix errant clu_unlock() calls in vft.c in cases where clu_lock() + failed + * Add ability to wrap pthread_mutex / pthread_rwlock calls for better + stability + * Fix improper pthread_mutex_destroy() semantics + 2007-05-09 Lon Hohberger * src/resources/SAPInstance, SAPDatabase: Add SAP resource agents from Alexander Krauth