summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZeeshan Ali (Khattak) <zeeshanak@gnome.org>2013-09-23 19:53:01 +0300
committerZeeshan Ali (Khattak) <zeeshanak@gnome.org>2013-09-23 19:53:01 +0300
commit494cff810ced28c4b3f34012150b568b2dce51fa (patch)
tree442ca4a186819a150d161f98db8ad838c050003e
parenta8210ba8fe1163cb9e30d95b39244cf733291cf4 (diff)
downloadgeoclue-2.0.x.tar.gz
Release 2.0.02.0.02.0.x
-rw-r--r--NEWS12
-rw-r--r--configure.ac2
2 files changed, 13 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 1929620..07b3dc5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+2.0.0
+=====
+
+- Generate docs for D-Bus interface. Online version:
+ http://www.freedesktop.org/software/geoclue/docs/
+- Fix build against Automake 1.13.
+- Two minor fixes/cleanups.
+
+All contributors to this release:
+
+Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
+
1.99.4
======
diff --git a/configure.ac b/configure.ac
index f256be5..1cb8cf3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_PREREQ([2.63])
AC_INIT([geoclue],
- [1.99.4],
+ [2.0.0],
[http://bugs.freedesktop.org/enter_bug.cgi?product=GeoClue],
[geoclue],
[http://www.freedesktop.org/wiki/Software/GeoClue])