From: Tyrel D. <ty...@us...> - 2012-04-03 21:06:07
|
Update of /cvsroot/sblim/gather In directory vz-cvs-3.sog:/tmp/cvs-serv11432 Modified Files: ChangeLog configure.ac Log Message: Updated for 2.2.5 release Index: configure.ac =================================================================== RCS file: /cvsroot/sblim/gather/configure.ac,v retrieving revision 1.42 retrieving revision 1.43 diff -u -d -r1.42 -r1.43 --- configure.ac 23 Dec 2011 01:53:45 -0000 1.42 +++ configure.ac 3 Apr 2012 21:06:05 -0000 1.43 @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT([sblim-gather],[2.2.4],[sbl...@li...]) +AC_INIT([sblim-gather],[2.2.5],[sbl...@li...]) AC_CONFIG_SRCDIR([cimplug.h]) AC_CONFIG_HEADER([gather-config.h]) AM_INIT_AUTOMAKE Index: ChangeLog =================================================================== RCS file: /cvsroot/sblim/gather/ChangeLog,v retrieving revision 1.74 retrieving revision 1.75 diff -u -d -r1.74 -r1.75 --- ChangeLog 23 Dec 2011 02:08:37 -0000 1.74 +++ ChangeLog 3 Apr 2012 21:06:05 -0000 1.75 @@ -1,3 +1,39 @@ +2012-04-03 Tyrel Datwyler <ty...@us...> + + * plugin/metricVirt.c, NEWS: + + Fixed 3514701: segv parsing xml if no defined source media + +2012-02-01 Tyrel Datwyler <ty...@us...> + + * NEWS, plugin/metricVirt.c: + + Fixed 3482875: virDomBlkInfo garbage if domain undefined + +2012-02-01 Tyrel Datwyler <ty...@us...> + + * NEWS, plugin/metricVirt.c: + + Fixed 3482869: segv parsing xml if domain becomes undefined + +2012-02-01 Tyrel Datwyler <ty...@us...> + + * NEWS, plugin/metricVirt.c: + + Fixed 3482867: virDomainBlkStats garbage if domain undefined + +2012-02-01 Tyrel Datwyler <ty...@us...> + + * NEWS, plugin/metricVirt.c: + + Fixed 3482806: blkio not updated for inactive domains + +2011-12-22 Tyrel Datwyler <ty...@us...> + + * ChangeLog: + + updated ChangeLog for 2.2.4 release + 2011-12-22 Tyrel Datwyler <ty...@us...> * NEWS, configure.ac, plugin/metricUnixProcess.c: |