2005-11-18    mihajlov

	* Makefile.am, configure.ac, main.cpp, sblim-wbemcli.spec.in,
	sblim-wbemcli.rh.spec, man/wbemcli.1.pre.in:
	Bug 1362716: default CA certificate file is now confgurable
	during build time. Default is /usr/share/sblim-wbemcli/cacert.pem.
	The new RedHat specific specfile uses /etc/Pegasus/client.pem.

2005-11-18    mihajlov

	* CimCurl.cpp: Bug 1362712: force SSL V3 usage to workaround
	tog-pegasus 2.5-4 on OpenSSL 0.9.8 weirdness.

2005-09-29    mihajlov

	* CimCurl.h, CimCurl.cpp, CimWinHttp.h, CimWinHttp.c,
	CimXml.h, Cimghttp.h, Cimghttp.cpp, Cimwww.h, Cimwww.cpp,
	README, man/wbemcli.1.pre.in: 
	Bug 1308031: Added support for SSL peer verification as well as
	client certificate authentication. Updated documentation
	to reflect it.

2005-09-28	tyreld

	* man/wbemcli.1.pre.in:
	Bug 1221942: fixed typo and integrated into package configuration
	so that current version information is injected into the man page.

	* configure.ac:
	Bug 1221942: added wbemcli.1.pre to AC_CONFIG_FILES macro.

	* Makefile.am:
	Bug 1221942: adapted man page so that install path information can
	easily be injected into the man page.

2005-09-27  a3schuur

	* CimXml.cpp: Fixed 1305968 invalid xml generation for enumerate
	classes

2005-09-20  ibmpeanuts

	* wbemcli.1: #modified format on example: ci

2005-09-19  ibmpeanuts

	* samples/create_instance_info,
	samples/create_instance_info.output: #1295687

	* wbemcli.1: #1295687

2005-07-28  mihajlov

	* sblim-wbemcli.spec.in: Removed superfluous changelog entry.

2005-07-12    <mihajlov@dyn-9-152-143-42.boeblingen.de.ibm.com>

	* configure.ac: 
	Bug 1236584: add tarball name to AC_INIT macro (by Mark Hamzy).

	* sblim-wbemcli.spec.in: 
	Bug 1236584: replace Copyright by License tag (by Mark Hamzy).

2005-06-01    <mihajlov@dyn-9-152-141-53.boeblingen.de.ibm.com>

	* CimXml.cpp (toStringBuffer): 
	Bug 1184528: determine the type (string, numeric, boolean)
	of key properties by the format of the value and generate
	keybindings accordingly.

2005-05-12    <mihajlov@dyn-9-152-141-53.boeblingen.de.ibm.com>

	* CimCurl.cpp: 
	Bug 1200421: Suppress Accept header generation as OpenWBEM
	3.1.0 doesn't like it.

2005-05-02    <mihajlov@dyn-9-152-141-53.boeblingen.de.ibm.com>

	* CimCurl.cpp: Suppress Expected Header as this slows down the
	communication with CIM Servers not supporting it.
	Fixed the libcurl version checks to use real hex digits.

