summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominique Leuenberger <dimstar@opensuse.org>2016-04-28 19:04:41 +0200
committerDominique Leuenberger <dimstar@opensuse.org>2016-04-28 19:04:41 +0200
commitc28926af0bc9ed6c8726ae85a8bd8d9d6ee11739 (patch)
tree73b44838bf5949fe47647f568ab338d2534db47d
parent59bc765d9cae2a1339bc1e270c21072f7b59c022 (diff)
downloadlibproxy-git-c28926af0bc9ed6c8726ae85a8bd8d9d6ee11739.tar.gz
Version 0.4.130.4.13
-rw-r--r--NEWS9
-rw-r--r--libproxy/CMakeLists.txt2
2 files changed, 9 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 0676831..f822bbd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,14 @@
New in Version 0.4.13
==============================
* Allow linking webkit pacrunner against javascriptcore-4.0
- (webkit2)
+ (webkit2).
+* Allow to disable building of the KDE module (-DWITH_KDE=ON/OFF).
+* Fix compilation errors with CLang on MacOSX.
+* bindings: perl: Add an option to explicitly link against libperl.so
+ Some distributions want to do it, other prefer not to, the library
+ is anyway in context of perl.
+* config_kde: Add a basic cache and invalidation: performance improvement
+ for the KDE module.
New in version 0.4.12
==============================
diff --git a/libproxy/CMakeLists.txt b/libproxy/CMakeLists.txt
index ae5fa21..7386e10 100644
--- a/libproxy/CMakeLists.txt
+++ b/libproxy/CMakeLists.txt
@@ -1,6 +1,6 @@
### Project info
project(libproxy)
-set_project_version(0 4 12)
+set_project_version(0 4 13)
### Add a global compilation stuff
if (WIN32)