From: Tyrel D. <ty...@us...> - 2011-05-18 02:40:45
|
Update of /cvsroot/sblim/cmpi-fsvol In directory vz-cvs-3.sog:/tmp/cvs-serv3398 Modified Files: ChangeLog configure.ac Added Files: .cvsignore Log Message: Updated for 1.5.1 release --- NEW FILE: .cvsignore --- .deps .libs Makefile Makefile.in OSBase_BlockStorageStatisticalData.lo OSBase_CommonFsvol.lo OSBase_LocalFileSystem.lo OSBase_NFS.lo aclocal.m4 autom4te.cache cmpiOSBase_BlockStorageStatisticalData.lo cmpiOSBase_BlockStorageStatisticalDataProvider.lo cmpiOSBase_BootOSFromFS.lo cmpiOSBase_BootOSFromFSProvider.lo cmpiOSBase_CommonFsvol.lo cmpiOSBase_HostedFileSystemProvider.lo cmpiOSBase_LocalFileSystem.lo cmpiOSBase_LocalFileSystemProvider.lo cmpiOSBase_NFS.lo cmpiOSBase_NFSProvider.lo config.h config.h.in config.log config.status configure libcmpiOSBase_BlockStorageStatisticalDataProvider.la libcmpiOSBase_BootOSFromFSProvider.la libcmpiOSBase_CommonFsvol.la libcmpiOSBase_HostedFileSystemProvider.la libcmpiOSBase_LocalFileSystemProvider.la libcmpiOSBase_NFSProvider.la libtool sblim-cmpi-fsvol.spec stamp-h1 Index: configure.ac =================================================================== RCS file: /cvsroot/sblim/cmpi-fsvol/configure.ac,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- configure.ac 2 Jun 2009 22:44:39 -0000 1.11 +++ configure.ac 18 May 2011 02:40:43 -0000 1.12 @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT(SBLIM BaseOS Filesystem Providers, 1.5.0, sbl...@li...,sblim-cmpi-fsvol) +AC_INIT(SBLIM BaseOS Filesystem Providers, 1.5.1, sbl...@li...,sblim-cmpi-fsvol) AC_CONFIG_SRCDIR([OSBase_CommonFsvol.c]) AC_CONFIG_HEADER([config.h]) AM_INIT_AUTOMAKE Index: ChangeLog =================================================================== RCS file: /cvsroot/sblim/cmpi-fsvol/ChangeLog,v retrieving revision 1.14 retrieving revision 1.15 diff -u -d -r1.14 -r1.15 --- ChangeLog 2 Jun 2009 20:22:32 -0000 1.14 +++ ChangeLog 18 May 2011 02:40:43 -0000 1.15 @@ -1,3 +1,39 @@ +2011-05-17 Tyrel Datwyler <ty...@us...> + + * NEWS, OSBase_BlockStorageStatisticalData.c: + + Fixed 3303682: include virtio devices in disk query + +2011-04-04 Tyrel Datwyler <ty...@us...> + + * NEWS, test/test-cmpi-fsvol.sh: + + Fixed 3275169: bash error reported in provider bootstrap scripts + +2011-04-04 Tyrel Datwyler <ty...@us...> + + * NEWS, test/test-cmpi-fsvol.sh: + + Fixed 3275200: provider scripts don't pass all command line opts + +2010-08-13 Tyrel Datwyler <ty...@us...> + + * NEWS, mof/Linux_Fsvol.registration: + + Fixed 3044649: remove Linux_CSProcessor from reg file + +2009-06-02 Tyrel Datwyler <ty...@us...> + + * configure.ac: + + Updated ChangeLog for 1.5.0 release + +2009-06-02 Tyrel Datwyler <ty...@us...> + + * ChangeLog: + + Updated ChangeLog for 1.5.0 release + 2009-06-02 Tyrel Datwyler <ty...@us...> * COPYING, Makefile.am, NEWS, OSBase_BlockStorageStatisticalData.c, |