1Changes in Version 1.6.3
2========================
3
4Bugs:
5- 3519016 wbemcli does not support EmbeddedObject attr of PARAMVALUE
6- 3514126 wbemcli does not compile with GCC 4.7
7- 3495602 Fix for ID 3202420 (CDATA escape) breaks cim clients
8- 0002626 Add IPv6 LLA support to wbemcli
9- 0002627 Add -w option to wbemcli
10- 0002665 Add -e100 option to wbemcli
11- 0002629 Do not attempt connect if missing cacert
12- 0002721 wbemcli does not accept dot in userid:password
13- 0002626 bugfix for IPv6 LLA support
14
15Changes in Version 1.6.2
16========================
17
18Bugs:
19- 3324380 support optional CIMType in KEYVALUE element
20- 3216622 wbemcli throws parser error on CDATA string value
21- 2991546 Core dumps when property contains value within "[]"
22
23Changes in Version 1.6.1
24========================
25
26Bugs:
27- 2140320: remove unnecessary ansidecl.h inclusion
28- 2169489: fails to compile with gcc 3.3.3
29- 2418867: remove deprecated const string to char conversion
30- 2108395: segfaults on cm when objectpath is just classname
31- 2569362: support for OpenSolaris
32- 2698278: COPYING still contains CPL text
33- 2100880: No Namespace in Response
34- 2805214: should escape backslash character in CimXml::unescapeXml()
35- 2809281: update man page with chunking option
36- 2418476: gi quotes objetname in ref properties
37- 2811674: apostrophe not unescaped correctly in xml
38
39Changes in Version 1.6.0
40========================
41
42Bugs:
43- 2032716: wbemcli fails to compile with gcc 4.3.1
44- 2032703: wbemcli crashes on malformed xml response from server
45- 1783603: wbemcli reports incorrect namespace on reference calls
46- 2041983: Change license from CPL to EPL
47
48Changes in Version 1.5.4
49========================
50
51Bugs:
52- 1692696: mi does not correctly parse ref parameter
53- 1690542: ci/di do not correctly parse ref parameter
54- 1671996: wbemcli fails handling reference values of extrinsic methods
55- 1689495: IPv6 address support
56- 1689497: specify username and port without password
57- 1698325: enumeration of association instances does not work
58- 1710167: namespace is not parsed from ref property
59- 1728703: gcd doesn't report error when class not found
60- 1979654: ec of CIM_InstIndication w/EmbeddedObj fails
61- 1616370: null property display/setting unlogical
62- 1756553: doesn't accept classes for ain,ai,rin,ri operations
63- 1783603: wbemcli reports incorrect namespace
64
65Changes in Version 1.5.3
66========================
67
68Bugs:
69- 1560865 create/modifyInstance do not correctly deal with arrays
70- 1611024 support create/modifyInstance for Associations
71- 1632746 no error message on incorrect input values
72- 1652347 does not correctly handle VALUE.REFERENCE blocks
73
74Changes in Version 1.5.2
75========================
76Bugs:
77- 1457924 fixed some compile warnings
78
79Changes in Version 1.5.1
80========================
81Bugs:
82- 1362712 wbemcli was failing on https connections with FC5 Pegasus,
83	  forcing SSL V3 works around the failure.
84- 1362716 added default CA certificate file for https connections,
85 	  added RH specific spec file.
86
87Changes in Version 1.5.0
88========================
89Features:
90- 1308031 Support for server certificate verification and client side
91          certificates.
92
93Bugs:
94- 1221942 Fixed man page typo.
95- 1295687 README and samples enhanced
96- 1305968 Fixed invalid XML for enumerate classes
97
98
99Changes in Version 1.4.11
100=========================
101Bugs:
102- 1184528 Fix key type recognition.
103- 1236584 RPM Build Enhancements
104
105Changes in Version 1.4.10
106=========================
107Bugs:
108- 1200421 Fix for Interoperability Problem with OpenWBEM.
109
110Changes in Version 1.4.9
111========================
112Bugs:
113- Fix for slowdown and instabilities in conjunction with sfcb.
114
115Version 1.4.8 - 12/06/2004 (Philip K. Warren)
116
117Support for libcurl and https URLs added.
118
119Version 1.4.7+ - 10/14/2004
120
121Autoconfiscated the package using the GNU autoconf/automake tools.
122Now the wbemcli can be built using configure/make.
123
124Version 1.4 - 02/02/2004
125
126New functions: set/get property, call method.
127Support for winhttp layer.
128
129Version 1.0 - 4/12/2003 (Viktor Mihajlovski,Adrian Schuur)
130
131Restructured build setup: now it is possible to "plugin" the HTTP protocol
132library. Supported are W3C's libwww and Gnome's libghttp.
133Indirection support allows you to store CIMOM URLs including authentication
134information in a side file and use an alias instead for CIMOM access.
135
136Version 0.9 - 8/13/2002
137
138Steve Shepherd reorganized the source code fixed a few minor bugs
139and improved make processing
140
141Version 0.8.3 -
142Fixed Pegasus and OpenWbem compatibilty issues
143
144Version 0.8.2 -
145First public version
146
147Version 0.8 -
148Initial version
149