diff options
-rw-r--r-- | NEWS | 10 | ||||
-rw-r--r-- | libproxy/CMakeLists.txt | 2 |
2 files changed, 11 insertions, 1 deletions
@@ -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) |