summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZeeshan Ali (Khattak) <zeeshanak@gnome.org>2013-08-23 20:09:41 +0300
committerZeeshan Ali (Khattak) <zeeshanak@gnome.org>2013-08-23 20:35:24 +0300
commit2b84dded22b077db3ae988b8d943cf0fbb2d71a5 (patch)
tree99c3d99c1ccbf7390f6830ea847343f53472d8bf
parentba5a4eb6325b848424c98bfd619cb5553d4ddab8 (diff)
Release 1.99.21.99.2
-rw-r--r--NEWS16
-rw-r--r--configure.ac2
2 files changed, 17 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 0c5b15b..5c0a3a4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+1.99.2
+======
+
+- Drop client-side library.
+- Add COPYING file.
+- Install geoip-lookup with make install. This makes life easier for binary
+ distributions that can then ship geoip-lookup in a package.
+- Distribute server documentation.
+- Distribute & install interface XML file.
+- Add/update forgotten copyright headers.
+
+All contributors to this release:
+
+Kalev Lember <kalevlember@gmail.com>
+Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
+
1.99.1
======
diff --git a/configure.ac b/configure.ac
index dcc4fc9..3c6c4ff 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_PREREQ([2.63])
AC_INIT([geoclue],
- [1.99.1],
+ [1.99.2],
[http://bugs.freedesktop.org/enter_bug.cgi?product=GeoClue],
[geoclue],
[http://www.freedesktop.org/wiki/Software/GeoClue])