[geocode-glib] Release 0.99.4



commit ca379525bc0ea75fc7d78f7810e155063874a989
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date:   Tue Sep 17 17:43:09 2013 +0300

    Release 0.99.4

 NEWS         |   21 +++++++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 22 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 5f8df76..0a4660c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,24 @@
+0.99.4
+------
+
+Changes since 0.99.3:
+
+- Fixes to gobject-introspection.
+- Version documentation installation directory.
+- Documentation build fixes.
+- Explicitly link to libm.
+- Fix a leak.
+- Sync GeocodeLocation with its copy in Geoclue.
+- Ensure country codes are always in upper-case.
+- Some cleanups.
+
+All contributors to this release:
+
+Bastien Nocera <hadess hadess net>
+Evgeny Bobkin <evgen ibqn gmail com>
+Stefan Sauer <ensonic users sf net>
+Zeeshan Ali (Khattak) <zeeshanak gnome org>
+
 0.99.3
 ------
 
diff --git a/configure.ac b/configure.ac
index f2cd4b6..f4db32a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ AC_PREREQ([2.63])
 
 m4_define(gclib_version_major, 0)
 m4_define(gclib_version_minor, 99)
-m4_define(gclib_version_micro, 3)
+m4_define(gclib_version_micro, 4)
 
 AC_INIT([geocode-glib],
         [gclib_version_major.gclib_version_minor.gclib_version_micro],


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]