From: Tyrel D. <ty...@us...> - 2011-01-04 23:26:29
|
Update of /cvsroot/sblim/cmpi-base In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv29081 Modified Files: ChangeLog NEWS configure.ac Log Message: Update release info for 1.6.1 Index: NEWS =================================================================== RCS file: /cvsroot/sblim/cmpi-base/NEWS,v retrieving revision 1.41 retrieving revision 1.42 diff -u -d -r1.41 -r1.42 --- NEWS 21 Dec 2010 02:48:09 -0000 1.41 +++ NEWS 4 Jan 2011 23:26:21 -0000 1.42 @@ -1,3 +1,6 @@ +Changes in Version 1.6.1 +======================== + Bugs Fixed: - 2843613 Missing fclose in sblim-cmpi-base - 2882514 leak in sblim-cmpi-base-1.5.9/cmpiOSBase_OperatingSystem.c Index: configure.ac =================================================================== RCS file: /cvsroot/sblim/cmpi-base/configure.ac,v retrieving revision 1.23 retrieving revision 1.24 diff -u -d -r1.23 -r1.24 --- configure.ac 25 Jul 2009 00:43:28 -0000 1.23 +++ configure.ac 4 Jan 2011 23:26:21 -0000 1.24 @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT(SBLIM BaseOS Providers Base, 1.6.0, sbl...@li...,sblim-cmpi-base) +AC_INIT(SBLIM BaseOS Providers Base, 1.6.1, sbl...@li...,sblim-cmpi-base) AC_CONFIG_SRCDIR([OSBase_Common.c]) AC_CONFIG_HEADER([config.h]) AM_INIT_AUTOMAKE Index: ChangeLog =================================================================== RCS file: /cvsroot/sblim/cmpi-base/ChangeLog,v retrieving revision 1.39 retrieving revision 1.40 diff -u -d -r1.39 -r1.40 --- ChangeLog 25 Jul 2009 00:43:28 -0000 1.39 +++ ChangeLog 4 Jan 2011 23:26:21 -0000 1.40 @@ -1,3 +1,42 @@ +2010-12-20 Tyrel Datwyler <ty...@us...> + + * NEWS, OSBase_Processor.c, OSBase_Processor.h, + cmpiOSBase_ProcessorProvider.c: + + Fixed 2610775: ProcessorProvider crashes on exit + +2010-12-20 Tyrel Datwyler <ty...@us...> + + * NEWS, OSBase_Common.c: + + Fixed 2836926: _osbase_common_init unreliable + +2010-01-21 Tyrel Datwyler <ty...@us...> + + * contributions.txt: + + Changed sfcb to sblim-cmpi-base in contributions file + +2009-12-15 Tyrel Datwyler <ty...@us...> + + * NEWS, cmpiOSBase_OperatingSystem.c: + + Fixed 2882514: leak in + sblim-cmpi-base-1.5.9/cmpiOSBase_OperatingSystem.c + +2009-08-25 Tyrel Datwyler <ty...@us...> + + * NEWS, OSBase_OperatingSystemStatisticalData.c, contributions.txt: + + Fixed 2843613: Missing fclose in sblim-cmpi-base (patch by + Michal Hrušecký) + +2009-07-24 Tyrel Datwyler <ty...@us...> + + * ChangeLog, NEWS, configure.ac: + + Updated for 1.6.0 release + 2009-07-24 Tyrel Datwyler <ty...@us...> * COPYING, Makefile.am, NEWS, OSBase_BaseBoard.c, |