Skip to content

Commit

Permalink
Upgrade to 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kkaempf committed Jun 1, 2015
1 parent a878214 commit 8be4e22
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
Version 2.5
- 'wsman -h' exits with zero
- properties and selectors are kept sorted
(requires Openwsman 2.5 now)

Version 2.4
- skipped -

Version 2.3.2
- keep properties (invoke call parameters) sorted

Version 2.3.1
- exit with non-zero code if connection fails
- man pages (Kent Baxley)
Expand Down
4 changes: 2 additions & 2 deletions configure.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.

AC_INIT(wsmancli, 2.3.2)
AC_INIT(wsmancli, 2.5.0)
AC_CONFIG_SRCDIR(wsmancli.spec.in)
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
AM_CONFIG_HEADER(config.h)
Expand All @@ -18,7 +18,7 @@ AC_SUBST(WSMAN_PKG)
PACKAGE_BUILDTS=`date +%Y%m%d%H%M`
AC_SUBST(PACKAGE_BUILDTS)

PKG_CHECK_MODULES(OPENWSMAN, [openwsman >= 2.2.7])
PKG_CHECK_MODULES(OPENWSMAN, [openwsman >= 2.5])
have_cunit=no
AC_CHECK_HEADERS([CUnit/Basic.h], have_cunit="yes" )
AM_CONDITIONAL(BUILD_CUNIT_TESTS, test "$have_cunit" == "yes")
Expand Down

0 comments on commit 8be4e22

Please sign in to comment.