Update of /cvsroot/sblim/cmpi-devel
In directory vz-cvs-3.sog:/tmp/cvs-serv1756
Modified Files:
ChangeLog NEWS configure.ac
Log Message:
Updated release version to 2.0.3
Index: NEWS
===================================================================
RCS file: /cvsroot/sblim/cmpi-devel/NEWS,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- NEWS 10 Jun 2012 01:30:07 -0000 1.25
+++ NEWS 31 Jul 2012 04:04:43 -0000 1.26
@@ -6,10 +6,10 @@
- 3531599 replace CMGetCharPtr with CMGetCharsPtr
- 3531597 returnData with char type fails
- 3531596 CmpiData uses wrong union for unsigned data
-- 3531603 no way to determine internal type of CmpiData
New Features:
- 3531601 add CmpiString constructor for char data
+- 3531603 no way to determine internal type of CmpiData (add getType function)
Changes in 2.0.2
================
Index: configure.ac
===================================================================
RCS file: /cvsroot/sblim/cmpi-devel/configure.ac,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- configure.ac 13 Jul 2011 21:38:40 -0000 1.13
+++ configure.ac 31 Jul 2012 04:04:43 -0000 1.14
@@ -1,7 +1,7 @@
# -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.
-AC_INIT(sblim-cmpi-devel, 2.0.2, <sbl...@li...>)
+AC_INIT(sblim-cmpi-devel, 2.0.3, <sbl...@li...>)
AC_CONFIG_SRCDIR([CmpiImpl.cpp])
AC_CONFIG_HEADER([config.h])
Index: ChangeLog
===================================================================
RCS file: /cvsroot/sblim/cmpi-devel/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- ChangeLog 13 Jul 2011 21:38:40 -0000 1.18
+++ ChangeLog 31 Jul 2012 04:04:43 -0000 1.19
@@ -1,3 +1,45 @@
+2012-06-09 Tyrel Datwyler <ty...@us...>
+
+ * CmpiImpl.cpp, NEWS, cmpi/CmpiData.h:
+
+ Fixed 3531603: no way to determine internal type of CmpiData
+
+2012-06-05 Tyrel Datwyler <ty...@us...>
+
+ * CmpiImpl.cpp, NEWS:
+
+ Fixed 3531596: CmpiData uses wrong union for unsigned data
+
+2012-06-05 Tyrel Datwyler <ty...@us...>
+
+ * CmpiImpl.cpp, NEWS:
+
+ Fixed 3531597: returnData with char type fails
+
+2012-06-02 Tyrel Datwyler <ty...@us...>
+
+ * CmpiImpl.cpp, NEWS:
+
+ Fixed 3531599: replace CMGetCharPtr with CMGetCharsPtr
+
+2012-06-02 Tyrel Datwyler <ty...@us...>
+
+ * CmpiImpl.cpp, NEWS:
+
+ Fixed 3531598: several CmpiObjectPath methods leak memory
+
+2012-06-02 Tyrel Datwyler <ty...@us...>
+
+ * CmpiImpl.cpp, NEWS, cmpi/CmpiString.h:
+
+ Fixed 3531601: add CmpiString constructor for char data
+
+2011-07-13 Tyrel Datwyler <ty...@us...>
+
+ * ChangeLog, NEWS, configure.ac:
+
+ Updated release version to 2.0.2
+
2011-05-17 Tyrel Datwyler <ty...@us...>
* NEWS, cmpi/cmpios.h:
|