summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominique Leuenberger <dimstar@opensuse.org>2017-05-11 11:33:33 +0200
committerDominique Leuenberger <dimstar@opensuse.org>2017-05-11 11:33:33 +0200
commit5924d4223e2b7238607749d977c0a878fe33cdbc (patch)
treea6862ddb710ca0f4f4b456c1a9e8efb6b10ca56d
parentd5a6425d2ebfb62701b99427dcd511ebdf3181c7 (diff)
downloadlibproxy-git-0.4.15.tar.gz
Version 0.4.150.4.15
-rw-r--r--NEWS8
-rw-r--r--libproxy/CMakeLists.txt2
2 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index cc8bd35..34319e1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+New in Version 0.4.15:
+==============================
+* Port to, and require, SpiderMonkey 38.
+* Fix "NetworkManager plugin not being built" (gh#libproxy/libproxy#53).
+* Fix "networkmanager plugin not working (gh#libproxy/libproxy#58).
+* Fix "Invalid read after free" (gh#libproxy/libproxy#59).
+* Fix intermittent unit test failures.
+
New in Version 0.4.14:
==============================
* Parallel build support for python2 and python3.
diff --git a/libproxy/CMakeLists.txt b/libproxy/CMakeLists.txt
index f1d34ec..9151030 100644
--- a/libproxy/CMakeLists.txt
+++ b/libproxy/CMakeLists.txt
@@ -1,6 +1,6 @@
### Project info
project(libproxy)
-set_project_version(0 4 14)
+set_project_version(0 4 15)
### Add a global compilation stuff
if (WIN32)