[geocode-glib] Release 3.23.90



commit 537eb30d0479588053cde1336e1a93c1d66b7493
Author: Jonas Danielsson <jonas threetimestwo org>
Date:   Mon Feb 6 19:06:53 2017 +0100

    Release 3.23.90

 NEWS         |   24 ++++++++++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 25 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 69e8288..86f6184 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,27 @@
+3.23.90
+-------
+Many thanks to Bastian Nocera and Zeeshan Ali for picking up review
+work for me when I dropped the ball!
+
+This release brings many nice new functions and abstractions contributed
+by Collabora! The possibility to add backends to use other geocoding
+services than Nominatim is one of them.
+
+Changes since 3.21.1:
+
+- Add g_autoptr cleanup functions
+- Make code base const-correct
+- Add backend abstraction
+- Make unit-test base on offline mock backend
+- Add support for multiple reverse results
+- Add a user-agent property to override default user-agent
+- Add equality functions to bbox/location/place
+
+All contributors to this release:
+Philip Withnall <philip withnall collabora co uk>
+Ting-Wei Lan <lantw src gnome org>
+
+
 3.20.1
 -------
 
diff --git a/configure.ac b/configure.ac
index cac9fa9..3f93667 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ AC_PREREQ([2.63])
 
 m4_define(gclib_version_major, 3)
 m4_define(gclib_version_minor, 23)
-m4_define(gclib_version_micro, 1)
+m4_define(gclib_version_micro, 90)
 
 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]