summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominique Leuenberger <dimstar@opensuse.org>2020-12-04 12:07:46 +0100
committerGitHub <noreply@github.com>2020-12-04 12:07:46 +0100
commit0da9e01980a93aa13c40de492dca3c47cde50bfc (patch)
tree57b4511819c4575ddeb2daa8e63ef8e4c3b8b214
parent6d342b50366a048d3d543952e2be271b5742c5f8 (diff)
parent09c1d8a7f15d389287681e751815661c09c47edd (diff)
downloadlibproxy-git-0da9e01980a93aa13c40de492dca3c47cde50bfc.tar.gz
Merge pull request #144 from DimStar77/pre-0.4.160.4.16
Release: 0.4.16
-rw-r--r--NEWS4
-rw-r--r--libproxy/CMakeLists.txt2
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 13a3722..0834207 100644
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,10 @@ New in version 0.4.16:
* Small performance improvements
* pxgsettings: use the correct syntax to connect to the changed signal (silences annoying output on console)
* Support python3 up to version 3.9
+* Fix buffer overflow when PAC is enabled (CVE-2020-26154)
+* Rewrite url::recvline to be nonrecursive (CVE-2020-25219)
+* Remove nonfunctional and crashy pacrunner caching
+* Never use system libmodman (no other consumers, not maintained)
New in Version 0.4.15:
==============================
diff --git a/libproxy/CMakeLists.txt b/libproxy/CMakeLists.txt
index 9151030..187e423 100644
--- a/libproxy/CMakeLists.txt
+++ b/libproxy/CMakeLists.txt
@@ -1,6 +1,6 @@
### Project info
project(libproxy)
-set_project_version(0 4 15)
+set_project_version(0 4 16)
### Add a global compilation stuff
if (WIN32)