From 2c67358ced01b68aaa6ad5e12bc8fac558c3f501 Mon Sep 17 00:00:00 2001 From: Klaus Kämpf Date: Thu, 8 Sep 2011 09:26:35 +0200 Subject: Update to 2.2.7 --- ChangeLog | 4 +++- configure.in | 2 +- 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) -- cgit