From 0ecc2cf7d2296be11796d3f48571bd55775e6bc4 Mon Sep 17 00:00:00 2001 From: Peter Hatina Date: Tue, 13 Jan 2015 13:30:53 +0100 Subject: [PATCH] bump release version to 0.6.0 --- NEWS | 14 ++++++++++++++ configure.ac | 4 ++-- lmiwbem.spec.in | 3 +++ 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 234d822..412ccb8 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,17 @@ +New in version 0.6.0: +* WBEMConnection can parse username:password from URL +* added compatibility parameters in pull operations +* added missing CIM error constants for pull operations +* lmiwbem.config object + - DEFAULT_NAMESPACE + - DEFAULT_TRUST_STORE + - SUPPORTS_PULL_OPERATIONS +* fixed overflow error for large int on 64-bit +* proper hostname is set for local connections +* unified string for whole code base +* source tree reorganization +* various fixes and improvements + New in version 0.5.0: * pull operations * fixed CIMIndicationListener port value, when multiple bind retries are allowed diff --git a/configure.ac b/configure.ac index 05fef1f..b6bed25 100644 --- a/configure.ac +++ b/configure.ac @@ -2,8 +2,8 @@ AC_PREREQ([2.60]) dnl lmiwbem version number m4_define(lmiwbem_version_major, 0) -m4_define(lmiwbem_version_minor, 5) -m4_define(lmiwbem_version_patch, 1-pre) +m4_define(lmiwbem_version_minor, 6) +m4_define(lmiwbem_version_patch, 0) m4_define(lmiwbem_version, lmiwbem_version_major.lmiwbem_version_minor.lmiwbem_version_patch) AC_INIT([lmiwbem], [lmiwbem_version], [phatina@redhat.com]) diff --git a/lmiwbem.spec.in b/lmiwbem.spec.in index 1c3e9c4..64d8930 100644 --- a/lmiwbem.spec.in +++ b/lmiwbem.spec.in @@ -67,6 +67,9 @@ find %{buildroot} -name '*.la' | xargs rm -f * @SPECFILE_DATE@ Peter Hatina - @VERSION@-1 - upgrade to @VERSION@ +* Tue Jan 13 2015 Peter Hatina - 0.6.0-1 +- upgrade to 0.6.0 + * Wed Nov 3 2014 Peter Hatina - 0.5.0-1 - upgrade to 0.5.0