From mboxrd@z Thu Jan 1 00:00:00 1970 From: kupcevic@sourceware.org Date: 15 Nov 2006 17:46:43 -0000 Subject: [Cluster-devel] conga ./conga.spec.in.in ./clustermon.spec.in. ... Message-ID: <20061115174643.7542.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: conga Changes by: kupcevic at sourceware.org 2006-11-15 17:46:42 Modified files: . : conga.spec.in.in clustermon.spec.in.in make : version.in Log message: - Version bump to 0.9.1 - Changelog Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/conga.spec.in.in.diff?cvsroot=cluster&r1=1.49&r2=1.50 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/clustermon.spec.in.in.diff?cvsroot=cluster&r1=1.21&r2=1.22 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/make/version.in.diff?cvsroot=cluster&r1=1.25&r2=1.26 --- conga/conga.spec.in.in 2006/11/02 00:46:49 1.49 +++ conga/conga.spec.in.in 2006/11/15 17:46:41 1.50 @@ -282,6 +282,40 @@ %changelog + +* Wed Nov 15 2006 Stanko Kupcevic 0.9.1-UNRELEASED_0 + +XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX +XXXXXXXXXXXXXXXXXXX UPDATE NOT RELEASED YET XXXXXXXXXXXXXXXXXXX +XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX + +- Fixed bz215039 (Cannot create a new resource via luci web app) +- Fixed bz215034 (Cannot change daemon properties via luci web app) +- Fixed bz214790 (Stop/restart cluster not working via luci web app) +- Fixed bz213690 (luci - Reversed links in colophon (gui - minor)) +- Fixed bz213266 (Conga - modifying a cluster node's cluster membership in a subnet with other clusters results in the wrong cluster.conf) +- Fixed bz213083 (luci - should display usernames in some logical/sorted order (usability)) +- Fixed bz212601 (luci - selecting cluster name or cluster node name indicates error in install and displays empty form) +- Fixed bz212021 (various luci buttons do nothing) +- Fixed bz212006 (create cluster does not show status as cluster is being created) +- Fixed bz212584 (luci does not retrieve failed ricci queue elements) +- Fixed bz212613 (luci - if node is already authenticated, user-supplied node password is ignored) +- Improved bz213306 (ricci - log probing can take minutes to complete) +- Fixed starting/stopping services +- Fixed deleting cluster +- Fixed deleting node +- Fixed redirection for all async->busy wait calls +- Fixed advanced cluster properties +- Storage module: properly probe cluster quorum if LVM locking + is marked as clustered + +- #Resolves: bz215039, bz215034, bz214790, bz213690, bz213266 +- #Resolves: bz213083, bz212601, bz212021, bz212006, bz212584 +- #Resolves: bz212613 +- #Related: bz213306 + + + * Wed Nov 01 2006 Stanko Kupcevic 0.8-23 - 213504: luci does not correctly handle cluster.conf with nodes lacking FQDN --- conga/clustermon.spec.in.in 2006/11/02 00:46:49 1.21 +++ conga/clustermon.spec.in.in 2006/11/15 17:46:41 1.22 @@ -194,6 +194,16 @@ %changelog + +* Wed Nov 15 2006 Stanko Kupcevic 0.9.1-UNRELEASED_0 + +XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX +XXXXXXXXXXXXXXXXXXX UPDATE NOT RELEASED YET XXXXXXXXXXXXXXXXXXX +XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX + + - version bump + + * Wed Nov 01 2006 Stanko Kupcevic 0.8-23 - version bump --- conga/make/version.in 2006/11/02 00:46:52 1.25 +++ conga/make/version.in 2006/11/15 17:46:42 1.26 @@ -1,2 +1,6 @@ -VERSION=0.8 -RELEASE=23 +VERSION=0.9.1 +RELEASE=UNRELEASED_0 +# Remove "UNRELEASED_" at release time. +# Put release num at the end, +# so that after it gets released, it has +# seniority over UNRELEASED one