From c0ae927be8f3a17307c910c6853a2fd4302c9899 Mon Sep 17 00:00:00 2001 From: Anton Dedov Date: Wed, 13 May 2015 13:24:58 +0300 Subject: [PATCH] Version 0.13.2 --- CMakeLists.txt | 2 +- NEWS | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d757353..53d36e5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 2.8) project(Libiqxmlrpc) -set(Libiqxmlrpc_VERSION 0.13.1) +set(Libiqxmlrpc_VERSION 0.13.2) add_subdirectory(libiqxmlrpc) diff --git a/NEWS b/NEWS index 994f6eb..176408d 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,8 @@ Look into ChangeLog file for full list of changes. +0.13.1 - 0.13.2 +Compilatibility: Ignore XML namespaces in request's tag names. + 0.13 - 0.13.1 Stability: fix socket leakage in client when connection process is timed out.