[geocode-glib/wip/release-3.11.4: 2/2] Release 3.11.4



commit dcf27ff698ce161738c4d28c73abc0cb9c8fe35e
Author: Jonas Danielsson <jonas threetimestwo org>
Date:   Mon Jan 13 23:21:52 2014 +0100

    Release 3.11.4

 NEWS         |   19 +++++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 20 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index df6a5d3..ebf7b2e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,22 @@
+3.11.4
+------
+
+Changes since 3.10.0:
+
+- Do not depend on intltool, use upstream gettext instead.
+- Check for libsoup not libsoup-gnome in Makefile.am.
+- Add parsing of geo URI to GeocodeLocation (RFC 5870).
+- Add altitude and CRS (Coordinate Reference System) property to GeocodeLocation.
+- Allow specifying a bounding-box search-area for GeocodeForward searches.
+- Replace the Nominatim place icons with place type derived icons, using the BSD
+  licensed Maki point-of-interest icon set.
+
+All contributors to this release:
+
+Javier Jardón <jjardon gnome org>
+Jonas Danielsson <jonas threetimestwo org>
+Zeeshan Ali (Khattak) <zeeshanak gnome org>
+
 3.10.0
 ------
 
diff --git a/configure.ac b/configure.ac
index 143501c..abf0869 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, 11)
-m4_define(gclib_version_micro, 0)
+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]