summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominique Leuenberger <dimstar@opensuse.org>2017-01-09 15:22:22 +0100
committerGitHub <noreply@github.com>2017-01-09 15:22:22 +0100
commit8f99e79d3499f1264d52cbe609fa7eb8a18e0bc1 (patch)
treee4acb9e1a45ee02a2c6a271d8140937804b98ad1
parente6a201b4e2cca8e81e06fbdbdab480cb82e89a14 (diff)
parenta3a4c0d394284f6c3b3ac07de053c958d7bf7738 (diff)
downloadlibproxy-git-0.4.14.tar.gz
Merge pull request #51 from DimStar77/0.4.140.4.14
Prepare for 0.4.14
-rw-r--r--NEWS5
-rw-r--r--libproxy/CMakeLists.txt2
2 files changed, 6 insertions, 1 deletions
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)