summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZeeshan Ali (Khattak) <zeeshanak@gnome.org>2014-02-26 01:17:50 +0000
committerZeeshan Ali (Khattak) <zeeshanak@gnome.org>2014-02-26 01:18:28 +0000
commit16ad0dd723cc0318f008cae23bf48e2209ed839c (patch)
tree075fe6f5cc57231150ca5bf5e6268246afb392da
parent9010eb65173b18ab514a12bef0c9bfcb85f15b05 (diff)
Release 2.1.52.1.5
-rw-r--r--NEWS14
-rw-r--r--configure.ac2
2 files changed, 15 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 2171b5b..28d7897 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+2.1.5
+=====
+
+- Add a NULL check to fix a crasher.
+- Setup D-Bus policy to be able to access NetworManager API.
+- Expected agent object path now static. This breaks agent interface but it was
+ needed to fix the D-Bus policy.
+- Fix issue of us giving every connection access to every property on the system
+ bus.
+
+All contributors to this release:
+
+Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
+
2.1.4
=====
diff --git a/configure.ac b/configure.ac
index 2f20d83..fcf51de 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_PREREQ([2.63])
AC_INIT([geoclue],
- [2.1.4],
+ [2.1.5],
[http://bugs.freedesktop.org/enter_bug.cgi?product=GeoClue],
[geoclue],
[http://www.freedesktop.org/wiki/Software/GeoClue])