summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominique Leuenberger <dimstar@opensuse.org>2016-01-12 17:34:12 +0100
committerDominique Leuenberger <dimstar@opensuse.org>2016-01-12 17:41:07 +0100
commit88008bb028104de2669fb15f0f489beaad9c2fae (patch)
tree7cdfc6c1adebb1f89286d2c6a5eeab7338a3586f
parente36a51093c689248be123de32f4c7bdfc9b49c16 (diff)
downloadlibproxy-git-88008bb028104de2669fb15f0f489beaad9c2fae.tar.gz
0.4.12 - prepare release0.4.12
-rw-r--r--NEWS5
-rw-r--r--libproxy/CMakeLists.txt2
2 files changed, 5 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index d9adc32..89ec2c7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,6 @@
-New in version <NEXT>
+New in version 0.4.12
==============================
+* Move development to github.com/libproxy/libproxy
* Fix fd leak in get_pac (Bug #185)
* Detect running MATE session (Bug #186, Part1).
* Fix linking of perl bindings to pthread (Bug #182)
@@ -7,6 +8,8 @@ New in version <NEXT>
* Stop pxgsettings from segfaulting on exit (Bug #192)
* Fix test #10 (Bug #189)
* Fix build on Mac OS X (Bug #183)
+* Add a generic KDE Config module (fix crashes of Qt5 based
+ apps) (issue#4)
New in version 0.4.11
==============================
diff --git a/libproxy/CMakeLists.txt b/libproxy/CMakeLists.txt
index 08daa44..ae5fa21 100644
--- a/libproxy/CMakeLists.txt
+++ b/libproxy/CMakeLists.txt
@@ -1,6 +1,6 @@
### Project info
project(libproxy)
-set_project_version(0 4 11)
+set_project_version(0 4 12)
### Add a global compilation stuff
if (WIN32)