diff --git a/CMakeLists.txt b/CMakeLists.txt index 53d36e5..a966ff4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 2.8) project(Libiqxmlrpc) -set(Libiqxmlrpc_VERSION 0.13.2) +set(Libiqxmlrpc_VERSION 0.13.3) add_subdirectory(libiqxmlrpc) diff --git a/NEWS b/NEWS index 176408d..8242bc4 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,8 @@ Look into ChangeLog file for full list of changes. +0.13.2 - 0.13.3 +Remove reduntant socket close in client connection. + 0.13.1 - 0.13.2 Compilatibility: Ignore XML namespaces in request's tag names.