summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominique Leuenberger <dimstar@opensuse.org>2020-12-29 12:30:46 +0100
committerDominique Leuenberger <dimstar@opensuse.org>2020-12-29 12:30:46 +0100
commite78a5ccfe0a2340f2c73e419767f8492ffc2787a (patch)
tree8bcc142dc387c00c15d88a506e423ef27ed32b39
parent85a5b07a338550090a005aa9e881951009fdd0dc (diff)
downloadlibproxy-git-0.4.17.tar.gz
Version 0.4.170.4.17
-rw-r--r--NEWS4
-rw-r--r--libproxy/CMakeLists.txt2
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 0834207..1542822 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+New in version 0.4.17:
+==============================
+* python bindings: fix "TypeError: _argtypes_ must be a sequence of types" (#125)
+
New in version 0.4.16:
==============================
* Port to, and require, SpiderMonkey 68
diff --git a/libproxy/CMakeLists.txt b/libproxy/CMakeLists.txt
index 187e423..0430895 100644
--- a/libproxy/CMakeLists.txt
+++ b/libproxy/CMakeLists.txt
@@ -1,6 +1,6 @@
### Project info
project(libproxy)
-set_project_version(0 4 16)
+set_project_version(0 4 17)
### Add a global compilation stuff
if (WIN32)