From: Tyrel D. <ty...@us...> - 2012-11-29 08:03:29
|
Update of /cvsroot/sblim/gather In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv19297 Modified Files: ChangeLog Makefile.am configure.ac Log Message: Updated for 2.2.7 release Index: configure.ac =================================================================== RCS file: /cvsroot/sblim/gather/configure.ac,v retrieving revision 1.46 retrieving revision 1.47 diff -u -d -r1.46 -r1.47 --- configure.ac 29 Nov 2012 07:14:58 -0000 1.46 +++ configure.ac 29 Nov 2012 08:03:26 -0000 1.47 @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT([sblim-gather],[2.2.6],[sbl...@li...]) +AC_INIT([sblim-gather],[2.2.7],[sbl...@li...]) AC_CONFIG_SRCDIR([cimplug.h]) AC_CONFIG_HEADER([gather-config.h]) AM_INIT_AUTOMAKE Index: Makefile.am =================================================================== RCS file: /cvsroot/sblim/gather/Makefile.am,v retrieving revision 1.29 retrieving revision 1.30 diff -u -d -r1.29 -r1.30 --- Makefile.am 29 Nov 2012 07:14:58 -0000 1.29 +++ Makefile.am 29 Nov 2012 08:03:26 -0000 1.30 @@ -16,6 +16,8 @@ # Description: Automake input file for Files and Directories sample provider # ================================================================== +AUTOMAKE_OPTIONS = no-dist-gzip dist-bzip2 + SUBDIRS=. $(PROVIDER_SUBDIR) # make sure that system z components are included Index: ChangeLog =================================================================== RCS file: /cvsroot/sblim/gather/ChangeLog,v retrieving revision 1.76 retrieving revision 1.77 diff -u -d -r1.76 -r1.77 --- ChangeLog 15 Aug 2012 03:02:14 -0000 1.76 +++ ChangeLog 29 Nov 2012 08:03:26 -0000 1.77 @@ -1,3 +1,79 @@ +2012-11-28 Tyrel Datwyler <ty...@us...> + + * .cvsignore, man/.cvsignore: + + Correct .cvsignore files to deal with generated man page artifacts + +2012-11-28 Tyrel Datwyler <ty...@us...> + + * .cvsignore: + + Updated cvsignore with autogenerated man file artifacts + +2012-11-28 Tyrel Datwyler <ty...@us...> + + * Makefile.am, NEWS, configure.ac, man/reposdump.1.xml.pre.in: + + Fixed 3590926: add man page for reposdump utility + +2012-10-26 Tyrel Datwyler <ty...@us...> + + * Makefile.am, NEWS, configure.ac, man/gatherctl.8.xml.pre.in, + man/gatherd.8.xml.pre.in, man/gatherd.conf.5.xml.pre.in, + man/reposctl.8.xml.pre.in, man/reposd.8.xml.pre.in, + man/reposd.conf.5.xml.pre.in: + + Fixed 3019058: add man pages/help for gatherd and reposd + +2012-10-26 Tyrel Datwyler <ty...@us...> + + * comms/mcclt_unix.c: + + TODOs that need investigation + +2012-10-25 Tyrel Datwyler <ty...@us...> + + * NEWS, provider/OSBase_MetricDefForMEProvider.c, + provider/OSBase_MetricDefinitionProvider.c, + provider/OSBase_MetricElementCapabilitiesProvider.c, + provider/OSBase_MetricElementConformsToProfileProvider.c, + provider/OSBase_MetricForMEProvider.c, + provider/OSBase_MetricGathererProvider.c, + provider/OSBase_MetricHostedServiceProvider.c, + provider/OSBase_MetricInstanceProvider.c, + provider/OSBase_MetricRegisteredProfileProvider.c, + provider/OSBase_MetricRepositoryServiceProvider.c, + provider/OSBase_MetricServiceAffectsElementProvider.c, + provider/OSBase_MetricServiceCapabilitiesProvider.c, + provider/OSBase_MetricServiceProvider.c, + provider/OSBase_MetricUtil.c: + + Fixed 358023: use setProperty for instance keys under Pegasus + +2012-09-30 Tyrel Datwyler <ty...@us...> + + * NEWS, util/merrno.c: + + Fixed 3573315: thread cleanup segv if gather libs unloaded + +2012-09-30 Tyrel Datwyler <ty...@us...> + + * Makefile.am, NEWS, plugin/metricOperatingSystem.c: + + Fixed 3573309: large memory counters overflow raw metric buffer + +2012-08-14 Tyrel Datwyler <ty...@us...> + + * Makefile.am, NEWS: + + Fixed 355767: distcheck should check for system z plugins + +2012-08-14 Tyrel Datwyler <ty...@us...> + + * ChangeLog, configure.ac: + + updated for 2.2.6 release + 2012-08-14 Tyrel Datwyler <ty...@us...> * Makefile.am, NEWS, provider/Makefile.am: @@ -1563,8 +1639,9 @@ * AUTHORS, COPYING, ChangeLog, Makefile.am, NEWS, README.TEST, autoconfiscate.sh, configure.ac, gatherd.c, makefile, reposctl.c, - reposd.c, rules, testenv.sh, comms/makefile, plugin/makefile, - plugin/metricProcessor.c, plugin/platform.sh, + reposd.c, rules, testenv.sh, comms/makefile, + contrib/SuSEconfig.sblim-gather, contrib/sblim-gather.spec, + plugin/makefile, plugin/metricProcessor.c, plugin/platform.sh, provider/indicationtest/PegasusCreateFilter.xml~, samples/makefile, util/gathercfg.c, util/makefile, util/mtrace.c, util/mtracetest.c, util/reposcfg.c: @@ -2465,9 +2542,16 @@ Fixed makefiles. +2004-03-30 Viktor Mihajlovski <mih...@de...> + + * contrib/sblim-gather.spec: + + Added test suite install. + 2004-03-27 Viktor Mihajlovski <mih...@de...> - * makefile, comms/makefile, plugin/makefile, plugin/platform.sh, + * makefile, comms/makefile, contrib/SuSEconfig.sblim-gather, + contrib/sblim-gather.spec, plugin/makefile, plugin/platform.sh, provider/env, provider/makefile, provider/setting.cmpi, provider/mof/makefile, provider/mof/makefile.LocalFileSystem.standalone, |