Update of /cvsroot/sblim/cmpi-base
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv6935
Modified Files:
NEWS configure.ac
Log Message:
Correction: updated info for 1.6.2 release
Index: NEWS
===================================================================
RCS file: /cvsroot/sblim/cmpi-base/NEWS,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -d -r1.47 -r1.48
--- NEWS 29 Nov 2012 06:22:20 -0000 1.47
+++ NEWS 29 Nov 2012 06:28:04 -0000 1.48
@@ -1,15 +1,11 @@
-Changes in Version 1.6.3
-========================
-Bugs Fixed:
-- 3424288 Underlinked libcmpiOSBase_ProcessorProvider.so
-- 3582069 Linux_UnixProcess command injection vulnerability
-
Changes in Version 1.6.2
========================
Bugs Fixed:
- 3275169 bash error reported in provider bootstrap scripts
- 3306580 wrong OperatingSystem.Version prop value on RHEL6
+- 3424288 Underlinked libcmpiOSBase_ProcessorProvider.so
+- 3582069 Linux_UnixProcess command injection vulnerability
Changes in Version 1.6.1
========================
Index: configure.ac
===================================================================
RCS file: /cvsroot/sblim/cmpi-base/configure.ac,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- configure.ac 4 Jan 2011 23:26:21 -0000 1.24
+++ configure.ac 29 Nov 2012 06:28:04 -0000 1.25
@@ -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.1, sbl...@li...,sblim-cmpi-base)
+AC_INIT(SBLIM BaseOS Providers Base, 1.6.2, sbl...@li...,sblim-cmpi-base)
AC_CONFIG_SRCDIR([OSBase_Common.c])
AC_CONFIG_HEADER([config.h])
AM_INIT_AUTOMAKE
|