summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS10
-rw-r--r--libproxy/CMakeLists.txt2
2 files changed, 11 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 1542822..78dc577 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+New in version 0.4.18:
+==============================
+* build: Allow configuration of sysconfig module
+* config_envvar: Add environment variable for pacrunner debugging
+* build: disable mozjs by default
+* python: Support Python 3.10 and above
+* Add Duktape pacrunner module
+* config_kde: Compute list of config file locations ourselves
+* cpmfog_gnome3: Add gnome-wayland to permitted DESKTOP_SESSION
+
New in version 0.4.17:
==============================
* python bindings: fix "TypeError: _argtypes_ must be a sequence of types" (#125)
diff --git a/libproxy/CMakeLists.txt b/libproxy/CMakeLists.txt
index 0430895..0bd7148 100644
--- a/libproxy/CMakeLists.txt
+++ b/libproxy/CMakeLists.txt
@@ -1,6 +1,6 @@
### Project info
project(libproxy)
-set_project_version(0 4 17)
+set_project_version(0 4 18)
### Add a global compilation stuff
if (WIN32)