Skip to content

Commit

Permalink
bump release version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
phatina committed Dec 4, 2014
1 parent 72f88ac commit e698092
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 4 deletions.
12 changes: 12 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
New in version 0.5.0:
* pull operations
* fixed CIMIndicationListener port value, when multiple bind retries are allowed
* fixed multithreading races
* verbose exceptions (more informative exception message)
- CIMError, ConnectionError can include intrinsic call names
and their parameters
- configurable via lmiwbem.EXCEPTION_VERBOSITY
* CIMIndicationListener.add_handler() can take tuple of handlers
* doc: switched to rtd theme
* various fixes and improvements

New in version 0.4.0:
* introduce WBEMConnection::setCredentials()
* introduce WBEMConnection::setRequestAcceptLanguages()
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ AC_PREREQ([2.60])

dnl lmiwbem version number
m4_define(lmiwbem_version_major, 0)
m4_define(lmiwbem_version_minor, 4)
m4_define(lmiwbem_version_patch, 1-pre)
m4_define(lmiwbem_version_minor, 5)
m4_define(lmiwbem_version_patch, 0)
m4_define(lmiwbem_version, lmiwbem_version_major.lmiwbem_version_minor.lmiwbem_version_patch)

AC_INIT([lmiwbem], [lmiwbem_version], [[email protected]])
Expand Down
7 changes: 5 additions & 2 deletions lmiwbem.spec
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
%global with_doc 0

Name: lmiwbem
Version: 0.4.0
Release: 2%{?dist}
Version: 0.5.0
Release: 1%{?dist}
Summary: Python WBEM Client
License: LGPLv2+
URL: https://github.com/phatina/lmiwbem
Expand Down Expand Up @@ -64,6 +64,9 @@ find %{buildroot} -name '*.la' | xargs rm -f
%endif

%changelog
* Wed Nov 3 2014 Peter Hatina <[email protected]> - 0.5.0-1
- upgrade to 0.5.0

* Wed Oct 29 2014 Peter Hatina <[email protected]> - 0.4.0-2
- doc: switch to rtd theme

Expand Down

0 comments on commit e698092

Please sign in to comment.