-
Notifications
You must be signed in to change notification settings - Fork 3
/
ChangeLog
63 lines (46 loc) · 3.18 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
Current Development changes.
* Added new functions to API that will return the property value as string, for the functions
that currently return the property value as integer.
* Added an option to set/get timeout for client interface to change the timeout dynamically.
Previous Release - v1.1.0a (07/15/08)
* Putty is removed from the SDK and user is required to download putty. (Update pre-request for SDK).
* OpenSSL is decoupled from SDK and user is required to install openssl.(Update pre-request for SDK).
* Discovery API is changed to specify multiple ports/http scheme.
* CSubjec API is changed to specify http scheme.
* CUser API modified to support privileges and role and new API CRole is added.
* HTTPS now works. Need to specify the http scheme as https (default is http).
* RMCP ping is disable and only wsman identify is used for DASH discovery.
* Fixed a bug in MOF compiler when method parameter is input & output.
* Removed warnings generated by OAL header files(Mof compiler generated files).
* Modified mof compiler to fix warnings from mof compiler generated cod.
* Removed unused low level API's enumClass, enumClassNames, execQuery
* Added an option to SKD library to specify an input file with class name, key properties information.
This is to construct the object path from instance when EnumerateMode=EnumerateEPR is not supported
by the DASH target.
* SDK is converted to use VC++ express edition 2008 from VC++ express edition 2005.
* enumerateInstances is used instead of enumerateInstanceNames always, this is changed to use
enumerateInstances only when enumerateInstanceNames is not supported.
* SDK library was using wrong runtime flags, now its chaged to use /MT* flag for static and /MD* for
dynamic library.
* Changed the resource URI for associators and reference to "http://schemas.dmtf.org/wbem/wscim/1/*".
* Fixed slow response issue on linux when the http data size is more than 1024 bytes. This is due to
curl library and fixed by disabling "Excpet: 100-continue".
* SDK Update to openwsman 2.0 from openwsman 1.5.
* DASH 1.1 profile added.
Previous Release - v1.0.1 (04/18/08)
Changes
* Fixed a issue in enumerate association when the association filter is not supported and return "UnsupportedFeature".
* CIM_ServiceAvilableToElement was used instead of CIM_AssociatedPowerManagementService to find the associated CIM_PowerManagementService. This is changed now.
* Fixed low level API reference. Added a check to check for refeared instance.
Previous Release - v1.0.1 (03/24/08)
Changes.
* Wsman identify without authentication supported
* MOF compiler modified to not generate lex and yacc files during build, these are added to source.
* Added exception handling to C library.
* Default port changed to 623/664.
* Event receiver modified to pass a callback data.
* Added discoverer, event subscrib & reven receiver api for dashC library.
* Added check for gcc version 4.1
* CLI sensor commands to work with AMT.
* Added timeout for discovery in API, and CLI.
* Added a feature to specify multiple ports for discovery in API and CLI