From: Tyrel D. <ty...@us...> - 2013-03-01 01:49:13
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gather - Metric Data Gatherer". The branch, master has been updated via 32b8a6922c71a49676672156a65dc9d1a2bb6e5c (commit) from 86af283d775e439e9734b26ad191b42b33f08f0d (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 32b8a6922c71a49676672156a65dc9d1a2bb6e5c Author: Tyrel Datwyler <ty...@li...> Date: Thu Feb 28 17:48:33 2013 -0800 Updated for 2.2.8 release ----------------------------------------------------------------------- Summary of changes: ChangeLog | 16 ++++++++++++++++ configure.ac | 2 +- 2 files changed, 17 insertions(+), 1 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7bdb31d..f8755b7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +2013-02-26 Tyrel Datwyler <ty...@li...> + + * NEWS, plugin/cimplugKvm.c, plugin/cimplugXen.c, + provider/OSBase_MetricUtil.c: + + Fixed #1650: libvirt metric associations need to be to root/virt + +2013-02-25 Tyrel Datwyler <ty...@li...> + + * NEWS, provider/OSBase_MetricElementCapabilitiesProvider.c, + provider/OSBase_MetricElementConformsToProfileProvider.c, + provider/OSBase_MetricHostedServiceProvider.c, + provider/OSBase_MetricServiceAffectsElementProvider.c: + + Fixed #2045: Metric assoc providers don't honor result class + 2013-02-14 Tyrel Datwyler <ty...@li...> * NEWS, comms/mcclt_unix.c, comms/mcserv_unix.c, comms/rcclt_ip.c, diff --git a/configure.ac b/configure.ac index 67d64e3..35336c2 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.63) -AC_INIT([sblim-gather],[2.2.8pre],[sbl...@li...]) +AC_INIT([sblim-gather],[2.2.8],[sbl...@li...]) AC_CONFIG_SRCDIR([cimplug.h]) AC_CONFIG_HEADER([gather-config.h]) AM_INIT_AUTOMAKE hooks/post-receive -- gather - Metric Data Gatherer |