summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Danielsson <jonas@threetimestwo.org>2014-01-13 23:21:52 +0100
committerJonas Danielsson <jonas@threetimestwo.org>2014-01-13 23:30:34 +0100
commitdcf27ff698ce161738c4d28c73abc0cb9c8fe35e (patch)
treeb0d67a8956ac629783dea6bfcab4b943ba2a318f
parente26898ce2d0310c2d1fd230f1a688bd845b246b9 (diff)
downloadgeocode-glib-wip/release-3.11.4.tar.gz
Release 3.11.4wip/release-3.11.4
-rw-r--r--NEWS19
-rw-r--r--configure.ac2
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],