summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKlaus Kämpf <kkaempf@suse.de>2011-09-08 09:26:35 +0200
committerKlaus Kämpf <kkaempf@suse.de>2011-09-08 09:26:35 +0200
commit2c67358ced01b68aaa6ad5e12bc8fac558c3f501 (patch)
tree76cc44ecf899e0c7283b5db1915a50ef67e0f0c3
parent851a2cacb6a8e6473528266a6b90ee1976c31550 (diff)
downloadwsmancli-2c67358ced01b68aaa6ad5e12bc8fac558c3f501.tar.gz
wsmancli-2c67358ced01b68aaa6ad5e12bc8fac558c3f501.tar.xz
wsmancli-2c67358ced01b68aaa6ad5e12bc8fac558c3f501.zip
Update to 2.2.7v2.2.7
-rw-r--r--ChangeLog4
-rw-r--r--configure.in2
2 files changed, 4 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 1365722..78aabc5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,8 @@
-
+Version 2.2.7
- fix the default port setting to match wsmc_create() call. Use
https (port 5986) when cainfo is set.
+ - in debug mode, dump the complete response XML if it can't
+ be parsed (Chris Poblete)
Version 2.2.6
- fix segfault in output_file handling (Chris Poblete)
diff --git a/configure.in b/configure.in
index ffeb9ac..a5170db 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.6)
+AC_INIT(wsmancli, 2.2.7)
AC_CONFIG_SRCDIR(wsmancli.spec.in)
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
AM_CONFIG_HEADER(config.h)