From: Tyrel D. <ty...@us...> - 2011-01-04 22:52:40
|
Update of /cvsroot/sblim/gather In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv21859 Modified Files: ChangeLog NEWS configure.ac Log Message: Updated release info for 2.2.2 Index: NEWS =================================================================== RCS file: /cvsroot/sblim/gather/NEWS,v retrieving revision 1.94 retrieving revision 1.95 diff -u -d -r1.94 -r1.95 --- NEWS 15 Nov 2010 23:36:17 -0000 1.94 +++ NEWS 4 Jan 2011 22:52:32 -0000 1.95 @@ -9,6 +9,7 @@ - 1845491 gather reposdump facility segfaults - 3078358 no metrics collected for inactive virtual servers - 3109840 mlog with arguments segfaults on M_SHOW +- 3109852 TimeStamp property should be end of interval Features added: - 3098510 add process name to UnixProcessMetric Index: configure.ac =================================================================== RCS file: /cvsroot/sblim/gather/configure.ac,v retrieving revision 1.39 retrieving revision 1.40 diff -u -d -r1.39 -r1.40 --- configure.ac 4 Aug 2010 19:01:27 -0000 1.39 +++ configure.ac 4 Jan 2011 22:52:32 -0000 1.40 @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT([sblim-gather],[2.2.2-dev],[sbl...@li...]) +AC_INIT([sblim-gather],[2.2.2],[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.71 retrieving revision 1.72 diff -u -d -r1.71 -r1.72 --- ChangeLog 2 Jun 2010 01:43:05 -0000 1.71 +++ ChangeLog 4 Jan 2011 22:52:32 -0000 1.72 @@ -1,3 +1,83 @@ +2010-12-14 Tyrel Datwyler <ty...@us...> + + * repos.c: + + Fixed 3109852: TimeStamp property should be end of interval + +2010-12-14 Tyrel Datwyler <ty...@us...> + + * util/mlog.c: + + Updated fix 3109840: mlog with arguments segfaults on M_SHOW + +2010-11-15 Tyrel Datwyler <ty...@us...> + + * NEWS, util/mlog.c: + + Fixed 3109840: mlog with arguments segfaults on M_SHOW + +2010-11-05 Tyrel Datwyler <ty...@us...> + + * NEWS, plugin/metricUnixProcess.c: + + Fixed 3098510: add process name to UnixProcessMetric + +2010-10-07 Tyrel Datwyler <ty...@us...> + + * NEWS, plugin/metricVirt.c, plugin/repositoryKvm.c: + + Fixed 3078358: no metrics collected for inactive virtual servers + +2010-09-23 Tyrel Datwyler <ty...@us...> + + * NEWS, reposdump.c: + + Fixed 1845491: gather reposdump facility segfaults + +2010-09-23 Tyrel Datwyler <ty...@us...> + + * NEWS, plugin/repositoryKvm.c: + + Fixed 3074452: change ActiveVirtualProcessors to point metric + +2010-09-23 Tyrel Datwyler <ty...@us...> + + * plugin/repositoryKvm.c: + + Fixed 3074431: change VSState to a Point metric (missed 2nd part of + patch) + +2010-09-23 Tyrel Datwyler <ty...@us...> + + * NEWS, plugin/repositoryKvm.c: + + Fixed 3074431: change VSState to a Point metric + +2010-08-20 Tyrel Datwyler <ty...@us...> + + * NEWS, repos.c: + + Fixed 3049802: plugin load generates error if already loaded + +2010-08-04 Tyrel Datwyler <ty...@us...> + + * NEWS, plugin/metricKvm.c, plugin/metricKvm.readme, + plugin/metricXen.c, plugin/metricXen.readme, plugin/metricXenV2.c: + + Fixed 3039719: normalize virtual server metric sample interval + +2010-08-04 Tyrel Datwyler <ty...@us...> + + * NEWS, configure.ac: + + Prep for 2.2.2 development cycle + +2010-06-01 Tyrel Datwyler <ty...@us...> + + * ChangeLog: + + Updated Changelog + 2010-06-01 Tyrel Datwyler <ty...@us...> * ChangeLog, NEWS, configure.ac, gatherer.init-redhat.in: |