summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZeeshan Ali <zeenix@collabora.co.uk>2018-08-14 13:18:10 +0200
committerZeeshan Ali <zeenix@collabora.co.uk>2018-08-14 13:18:10 +0200
commitdb0ebbed54d91530309c6a4f7270f29654e836dd (patch)
treef23339fadd0775aeb533eba5cb6e97370b901adb
parentea37339234dd998ce6221a40187418933439e158 (diff)
downloadgeoclue-db0ebbed54d91530309c6a4f7270f29654e836dd.tar.gz
Release 2.4.122.4.12
-rw-r--r--NEWS12
-rw-r--r--configure.ac2
2 files changed, 13 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 3980682..facbd5a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+2.4.12
+======
+
+This release is mainly to provide a work-around for documentation build issue
+with 2.4.11 release tarball. It also fixes our library .pc file to respect the
+includedir option.
+
+Contributors to this release:
+
+Bastien Nocera <hadess@hadess.net>
+Zeeshan Ali <zeenix@collabora.co.uk>
+
2.4.11
======
diff --git a/configure.ac b/configure.ac
index 01b498d..8b09554 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_PREREQ([2.63])
AC_INIT([geoclue],
- [2.4.11],
+ [2.4.12],
[http://bugs.freedesktop.org/enter_bug.cgi?product=GeoClue],
[geoclue],
[http://www.freedesktop.org/wiki/Software/GeoClue])