CVSROOT:        /cvs/cluster
Module name:    conga
Branch:         RHEL4
Changes by:     [EMAIL PROTECTED]       2008-01-02 22:45:33

Modified files:
        .              : clustermon.spec.in.in 
        make           : version.in 

Log message:
        fix 426189: Conga attempts to free a null pointer

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/clustermon.spec.in.in.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.25.2.9&r2=1.25.2.10
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/make/version.in.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.28.2.8&r2=1.28.2.9

--- conga/clustermon.spec.in.in 2007/11/02 05:44:33     1.25.2.9
+++ conga/clustermon.spec.in.in 2008/01/02 22:45:31     1.25.2.10
@@ -195,6 +195,10 @@
 
 
 %changelog
+* Wed Jan 02 2008 Ryan McCabe <[EMAIL PROTECTED]> 0.11.0-4
+- Fix bz426189 (Conga attempts to free a null pointer)
+- Resolves: bz426189
+
 * Mon Oct 22 2007 Ryan McCabe <[EMAIL PROTECTED]> 0.11.0-3
 - Fix bz334441 (Can't get cluster-snmp (fully) working)
 - Resolves: bz334441
--- conga/make/version.in       2007/10/20 01:49:39     1.28.2.8
+++ conga/make/version.in       2008/01/02 22:45:33     1.28.2.9
@@ -1,5 +1,5 @@
 VERSION=0.11.0
-RELEASE=3
+RELEASE=4
 # Remove "_UNRELEASED" at release time.
 # Put release num at the beggining, 
 # so that after it gets released, it has 

Reply via email to