summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKlaus Kämpf <kkaempf@suse.de>2011-04-20 12:14:03 +0200
committerKlaus Kämpf <kkaempf@suse.de>2011-04-20 12:14:03 +0200
commitd9e9961202804c5b29bfc583f9a0676cdf7a71da (patch)
tree1561deed890fb33cc06da5cea0bc2961fb89a593
parent4c763832ecb9652b92c942bdd9657b0e88ba902f (diff)
downloadwsmancli-d9e9961202804c5b29bfc583f9a0676cdf7a71da.tar.gz
wsmancli-d9e9961202804c5b29bfc583f9a0676cdf7a71da.tar.xz
wsmancli-d9e9961202804c5b29bfc583f9a0676cdf7a71da.zip
Version 2.2.5v2.2.5
-rw-r--r--ChangeLog3
-rw-r--r--configure.in2
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 0371bd1..7b584b9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+Version 2.2.5
+ - fix integral parameters on big endian architectures (Kamil Dudka)
+
Version 2.2.4
- Enhance enumerate with association filter to have the ability to
specify the optional elements namely: AssociationClassName, Role,
diff --git a/configure.in b/configure.in
index 2a406f8..42420e6 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
-AC_INIT(wsmancli, 2.2.4)
+AC_INIT(wsmancli, 2.2.5)
AC_CONFIG_SRCDIR(wsmancli.spec.in)
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
AM_CONFIG_HEADER(config.h)