From: Viktor M. <mih...@us...> - 2005-05-31 13:52:02
|
Update of /cvsroot/sblim/indication_helper In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3086 Modified Files: ChangeLog NEWS configure.ac Log Message: Updated ChangeLog and version in configure.ac. Index: NEWS =================================================================== RCS file: /cvsroot/sblim/indication_helper/NEWS,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- NEWS 11 May 2005 14:07:06 -0000 1.2 +++ NEWS 31 May 2005 13:51:52 -0000 1.3 @@ -1,3 +1,8 @@ +Changes in 0.4.1 +================ + +Support for CMPI Version 1.0.0. + Changes in 0.4.0 ================ Index: configure.ac =================================================================== RCS file: /cvsroot/sblim/indication_helper/configure.ac,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- configure.ac 11 May 2005 14:07:06 -0000 1.6 +++ configure.ac 31 May 2005 13:51:52 -0000 1.7 @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.53) -AC_INIT(SBLIM Indication Helper, 0.4.0, sbl...@li...,sblim-indication_helper) +AC_INIT(SBLIM Indication Helper, 0.4.1, sbl...@li...,sblim-indication_helper) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([ind_helper.c]) AM_CONFIG_HEADER(config.h) Index: ChangeLog =================================================================== RCS file: /cvsroot/sblim/indication_helper/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- ChangeLog 11 May 2005 14:07:06 -0000 1.2 +++ ChangeLog 31 May 2005 13:51:52 -0000 1.3 @@ -1,3 +1,18 @@ +2005-05-31 <mih...@dy...> + + * test/Test_addProperty.c: + * test/Test_all_functions.c: + * test/Test_genIndication.c: + * test/Test_genIndication_fail.c: + * test/Test_reg_pollfnc3_threaded.c: + * test/Test_reg_pollfnc3.c: + * test/Test_reg_pollfnc2.c: + * test/Test_reg_pollfnc.c: + * ind_helper.h: + * ind_helper.c: + In fact by Konrad: support for CMPI Version 1.00 and modified + IND_BEHAVIOUR to IND_BEHAVIOR + 2005-05-11 <mih...@dy...> * ind_helper.h: replace CMPI_VER_nn macro by CMPI_VERSION |