Skip to content

Commit

Permalink
Version 0.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
adedov committed May 13, 2015
1 parent 439732f commit c0ae927
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
3 changes: 3 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit c0ae927

Please sign in to comment.