summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominique Leuenberger <dimstar@opensuse.org>2022-06-20 16:23:35 +0200
committerGitHub <noreply@github.com>2022-06-20 16:23:35 +0200
commitcaccaf28e3df6ea612d2d4b39f781c4324019fdb (patch)
treec72179c9b92785184dbf436d701b0045208200eb
parent98c22257133fd4e7381afe7e730de0857ee561b3 (diff)
parent3a3bc48ee842dfc30d0145869027da0b3e90ed7f (diff)
downloadlibproxy-git-caccaf28e3df6ea612d2d4b39f781c4324019fdb.tar.gz
Merge pull request #179 from DimStar77/0.4.180.4.18
Version 0.4.18
-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)