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.