From: Viktor M. <mih...@us...> - 2005-05-11 11:04:18
|
Update of /cvsroot/sblim/cmpi-devel In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16666 Modified Files: NEWS README Log Message: README/NEWS updated. Index: README =================================================================== RCS file: /cvsroot/sblim/cmpi-devel/README,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- README 18 Mar 2005 13:45:38 -0000 1.1.1.1 +++ README 11 May 2005 11:04:09 -0000 1.2 @@ -17,3 +17,10 @@ /usr/lib or /usr/local/lib We recommend the /usr/local prefix for testing purposes only + +CMPI 1.0 and existing providers +=============================== + +If you plan to build CMPI providers written before release 1.0.0 availability +add "#define CMPI_VERSION 90" to the provider source or compile with +-DCMPI_VERSION=90 option. Index: NEWS =================================================================== RCS file: /cvsroot/sblim/cmpi-devel/NEWS,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- NEWS 18 Mar 2005 13:45:39 -0000 1.1.1.1 +++ NEWS 11 May 2005 11:04:09 -0000 1.2 @@ -0,0 +1,7 @@ +Changes in 1.0.0 +================ + +Release 1.0.0 is now implementing the function signatures as required +by the Open Group spec. CMPI providers written before 1.0.0 will require +that the macro CMPI_VERSION is set to 90 (or some other valid release id) in +order to build. |