Skip to content

Commit

Permalink
Version 0.13.5
Browse files Browse the repository at this point in the history
  • Loading branch information
adedov committed Jan 20, 2016
1 parent a58cf99 commit c8cb4bf
Show file tree
Hide file tree
Showing 2 changed files with 6 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.4)
set(Libiqxmlrpc_VERSION 0.13.5)

add_subdirectory(libiqxmlrpc)

Expand Down
5 changes: 5 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
Look into ChangeLog file for full list of changes.

0.13.4 - 0.13.5
* Stability: Fix crash on parsing requests/responses with empty root <value>
parameter (Thanks to Evgeny Dontsov).
* Minor build and installation fixes (Thanks to Joseph VanAndel).

0.13.3 - 0.13.4
Fix compilation on Windows when OpenSSL 1.0.2 is used.

Expand Down

0 comments on commit c8cb4bf

Please sign in to comment.