From mboxrd@z Thu Jan 1 00:00:00 1970 From: kupcevic@sourceware.org Date: 22 Aug 2006 17:32:07 -0000 Subject: [Cluster-devel] conga ./conga.spec.in.in make/version.in ricci ... Message-ID: <20060822173207.7495.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-08-22 17:32:07 Modified files: . : conga.spec.in.in make : version.in ricci : Changelog Log message: version bump Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/conga.spec.in.in.diff?cvsroot=cluster&r1=1.35&r2=1.36 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/make/version.in.diff?cvsroot=cluster&r1=1.15&r2=1.16 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/Changelog.diff?cvsroot=cluster&r1=1.3&r2=1.4 --- conga/conga.spec.in.in 2006/08/21 23:22:14 1.35 +++ conga/conga.spec.in.in 2006/08/22 17:32:06 1.36 @@ -278,6 +278,9 @@ %changelog +* Fri Aug 18 2006 Stanko Kupcevic 0.8-13 +- Version bump + * Fri Aug 18 2006 Stanko Kupcevic 0.8-12 - Don't auto-start ricci after installation, do it manually - Under certain circumstances, default luci password would not get reset --- conga/make/version.in 2006/08/17 19:12:54 1.15 +++ conga/make/version.in 2006/08/22 17:32:06 1.16 @@ -1,2 +1,2 @@ VERSION=0.8 -RELEASE=12 +RELEASE=13 --- conga/ricci/Changelog 2006/07/17 22:45:36 1.3 +++ conga/ricci/Changelog 2006/08/22 17:32:06 1.4 @@ -1,4 +1,11 @@ +2006-08-18 Stanko Kupcevic + * Don't auto-start ricci after installation, do it manually + * storage module: use `pvdisplay -c` if `pvs` fails + (`pvs` will fail if one of hard drives is not readable, + while `pvdisplay -c` will give incomplete but usefull info) + * shred strings + 2006-07-17 Stanko Kupcevic * common/executils.cpp: clear stdout/stderr buffers before executing external commands