Skip to content

Commit

Permalink
bump release version to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
phatina committed Jan 13, 2015
1 parent a47ff50 commit 0ecc2cf
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
14 changes: 14 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -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
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, 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], [[email protected]])
Expand Down
3 changes: 3 additions & 0 deletions lmiwbem.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ find %{buildroot} -name '*.la' | xargs rm -f
* @SPECFILE_DATE@ Peter Hatina <[email protected]> - @VERSION@-1
- upgrade to @VERSION@

* Tue Jan 13 2015 Peter Hatina <[email protected]> - 0.6.0-1
- upgrade to 0.6.0

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

Expand Down

0 comments on commit 0ecc2cf

Please sign in to comment.