Hello community, here is the log from the commit of package cluster-glue for openSUSE:13.1 checked in at 2013-09-27 17:07:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:13.1/cluster-glue (Old) and /work/SRC/openSUSE:13.1/.cluster-glue.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cluster-glue" Changes: -------- --- /work/SRC/openSUSE:13.1/cluster-glue/cluster-glue.changes 2013-09-25 14:30:19.000000000 +0200 +++ /work/SRC/openSUSE:13.1/.cluster-glue.new/cluster-glue.changes 2013-09-27 17:07:23.000000000 +0200 @@ -1,0 +2,6 @@ +Thu Sep 26 15:43:28 UTC 2013 - [email protected] + +- clplumbing: increase listen backlog to 128 +- upstream cs: 1.0.12-rc1 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cluster-glue.spec ++++++ --- /var/tmp/diff_new_pack.DxpkyL/_old 2013-09-27 17:07:23.000000000 +0200 +++ /var/tmp/diff_new_pack.DxpkyL/_new 2013-09-27 17:07:23.000000000 +0200 @@ -16,6 +16,8 @@ # +%global glue_release 0.rc1 + %define uid 90 %define gname haclient %define uname hacluster @@ -37,8 +39,8 @@ Summary: Reusable cluster components License: GPL-2.0 and LGPL-2.1+ Group: Productivity/Clustering/HA -Version: 1.0.11 -Release: 0 +Version: 1.0.12 +Release: %{?glue_release}.<CI_CNT>.<B_CNT> Url: http://www.linux-ha.org/wiki/Cluster_Glue Source: cluster-glue.tar.bz2 Source2: baselibs.conf ++++++ cluster-glue.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cluster-glue/.hg_archival.txt new/cluster-glue/.hg_archival.txt --- old/cluster-glue/.hg_archival.txt 2013-08-29 15:44:53.000000000 +0200 +++ new/cluster-glue/.hg_archival.txt 2013-09-26 17:39:21.000000000 +0200 @@ -1,5 +1,5 @@ repo: e3ffdd7ae81c596b2be7e1e110d2c1255161340e -node: 8acfc748667a8234e5e78d138d24afa6b9ac10ea +node: 45d62d62a6b976dc70759ef30ec898e6e704af01 branch: default -latesttag: glue-1.0.11 -latesttagdistance: 38 +latesttag: c64d6e96f20a +latesttagdistance: 1 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cluster-glue/.hgtags new/cluster-glue/.hgtags --- old/cluster-glue/.hgtags 2013-08-29 15:44:53.000000000 +0200 +++ new/cluster-glue/.hgtags 2013-09-26 17:39:21.000000000 +0200 @@ -64,3 +64,4 @@ 0a08a469fdc8a0db1875369497bc83c0523ceb21 glue-1.0.9 12055ca2b025ab250a544701edaa1f5aaf63aef1 glue-1.0.10 02bdcf58f9a098b717784746308e199e12eeb005 glue-1.0.11 +c64d6e96f20ad5ba245f7fb9e1295b14fa179e29 c64d6e96f20a diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cluster-glue/ChangeLog new/cluster-glue/ChangeLog --- old/cluster-glue/ChangeLog 2013-08-29 15:44:53.000000000 +0200 +++ new/cluster-glue/ChangeLog 2013-09-26 17:39:21.000000000 +0200 @@ -1,3 +1,24 @@ +* Thu Sep 26 2013 Dejan Muhamedagic <[email protected]>, Lars Ellenberg <[email protected]>, and many others +- release candidate 1.0.12-rc1 +- clplumbing: increase listen backlog to 128 +- hb_report: add -X option for extra ssh options +- hb_report: add support for the rfc5424 syslog date format +- stonith: external/libvirt: fix exit code in reset +- stonith: external/vcenter: do not list vms in status + (bnc#825765) +- stonith: fix memory leak in external.c +- hb_report: enable ssh to prompt for passwords (bnc#808373) +- hb_report: collect RA trace files +- hb_report: look for nodes in the archived CIB if pacemaker is + not running +- sbd plugin now lives at http://hg.linux-ha.org/sbd/ +- stonith: if debug's not set, do not send debug messages to the + logger (bnc#792124) +- stonith: log status message at the debug level (bnc#792124) +- stonith: don't always log debug level messages (bnc#792124) +- stonith: external/vcenter: fix gethosts to produce list of + nodes not vms (bnc#792704) + * Mon Oct 15 2012 Dejan Muhamedagic <[email protected]>, Lars Ellenberg <[email protected]>, and many others - stable release 1.0.11 - lrmd: set max-children depending on the number of processors diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cluster-glue/cluster-glue-fedora.spec new/cluster-glue/cluster-glue-fedora.spec --- old/cluster-glue/cluster-glue-fedora.spec 2013-08-29 15:44:53.000000000 +0200 +++ new/cluster-glue/cluster-glue-fedora.spec 2013-09-26 17:39:21.000000000 +0200 @@ -15,8 +15,8 @@ Name: cluster-glue Summary: Reusable cluster components -Version: 1.0.11 -Release: 1%{?dist} +Version: 1.0.12 +Release: 0.rc1%{?dist} License: GPLv2+ and LGPLv2+ Url: http://www.linux-ha.org/wiki/Cluster_Glue Group: System Environment/Base diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cluster-glue/cluster-glue-suse.spec new/cluster-glue/cluster-glue-suse.spec --- old/cluster-glue/cluster-glue-suse.spec 2013-08-29 15:44:53.000000000 +0200 +++ new/cluster-glue/cluster-glue-suse.spec 2013-09-26 17:39:21.000000000 +0200 @@ -29,8 +29,8 @@ Name: cluster-glue Summary: Reusable cluster components -Version: 1.0.11 -Release: 1%{?dist} +Version: 1.0.12 +Release: 0.rc1%{?dist} License: GPL v2 or later; LGPL v2.1 or later Url: http://www.linux-ha.org/wiki/Cluster_Glue Group: Productivity/Clustering/HA diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cluster-glue/configure.ac new/cluster-glue/configure.ac --- old/cluster-glue/configure.ac 2013-08-29 15:44:53.000000000 +0200 +++ new/cluster-glue/configure.ac 2013-09-26 17:39:21.000000000 +0200 @@ -19,7 +19,7 @@ dnl checks for library functions dnl checks for system services -AC_INIT(cluster-glue, 1.0.11, [email protected]) +AC_INIT(cluster-glue, 1.0.12-rc1, [email protected]) FEATURES="" HB_PKG=heartbeat diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cluster-glue/lib/clplumbing/ipcsocket.c new/cluster-glue/lib/clplumbing/ipcsocket.c --- old/cluster-glue/lib/clplumbing/ipcsocket.c 2013-08-29 15:44:53.000000000 +0200 +++ new/cluster-glue/lib/clplumbing/ipcsocket.c 2013-09-26 17:39:21.000000000 +0200 @@ -108,7 +108,7 @@ #if HB_IPC_METHOD == HB_IPC_SOCKET -# define MAX_LISTEN_NUM 10 +# define MAX_LISTEN_NUM 128 # ifndef MSG_NOSIGNAL # define MSG_NOSIGNAL 0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cluster-glue/lib/plugins/stonith/ipmilan.c new/cluster-glue/lib/plugins/stonith/ipmilan.c --- old/cluster-glue/lib/plugins/stonith/ipmilan.c 2013-08-29 15:44:53.000000000 +0200 +++ new/cluster-glue/lib/plugins/stonith/ipmilan.c 2013-09-26 17:39:21.000000000 +0200 @@ -576,6 +576,7 @@ LOG(PIL_CRIT, "out of memory"); return(NULL); } + LOG(PIL_WARN, "The ipmilan stonith plugin is deprecated! Please use external/ipmi."); memset(nd, 0, sizeof(*nd)); nd->pluginid = pluginid; nd->hostlist = NULL; -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
