From d3b9fc7a40d1f3589881a2bba6cf718eb9bbf5d0 Mon Sep 17 00:00:00 2001 From: Anton Dedov Date: Fri, 15 May 2015 17:31:04 +0300 Subject: [PATCH] Version 0.13.3 --- CMakeLists.txt | 2 +- NEWS | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) 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.