From a3a4c0d394284f6c3b3ac07de053c958d7bf7738 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 9 Jan 2017 15:00:22 +0100 Subject: Prepare for 0.4.14 --- NEWS | 5 +++++ libproxy/CMakeLists.txt | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 9eb8136..cc8bd35 100644 --- a/NEWS +++ b/NEWS @@ -4,6 +4,11 @@ New in Version 0.4.14: -DWITH_PYTHON has been replaced with -DWITH_PYTHON2 and -DWITH_PYTHON3 to have full control over this. Default is ON for both (issue#22) +* Minor fixes to the PAC retriever code (issue#40) +* Fallback to mcs instead of gmcs for the mono bindings (issue#37) +* Fix build using cmake 3.7 +* Fix deprecation warnings of pxgsettings with glib 2.46 +* Improve the get-pac test suite (issue#47) New in Version 0.4.13 ============================== diff --git a/libproxy/CMakeLists.txt b/libproxy/CMakeLists.txt index 7386e10..f1d34ec 100644 --- a/libproxy/CMakeLists.txt +++ b/libproxy/CMakeLists.txt @@ -1,6 +1,6 @@ ### Project info project(libproxy) -set_project_version(0 4 13) +set_project_version(0 4 14) ### Add a global compilation stuff if (WIN32) -- cgit v1.2.1