summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)