summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Danielsson <jonas@threetimestwo.org>2016-08-19 20:57:17 +0200
committerJonas Danielsson <jonas@threetimestwo.org>2016-08-20 20:33:30 +0200
commitd6b3ddcd3f3a3b2296f011d2f550ca8e88385999 (patch)
tree438c9dc419d091db777363f7ae27fc8a4fd63e98
parentdbb00824cfbd924a7f7c283491ecea7f9a28ddc4 (diff)
downloadgnome-maps-wip/jonasdn/service-gnome-3-18.tar.gz
-rw-r--r--NEWS20
-rw-r--r--configure.ac2
2 files changed, 21 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 492e350d..00aa525d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,23 @@
+3.18.4 - Aug 19, 2016
+=========================
+
+Hello there!
+
+So we will stop using a redirect from gis.gnome.org to Mapbox tile server.
+Instead we will attempt to download a service.json file from gis.gnome.org.
+This file will tell us where our third-party services are. Starting with
+tile services. This is for two reasons. 1) It is much faster and 2) Mapbox
+didn't like the redirect approach.
+
+Changes since 3.18.3.1:
+
+- Download a service.json file to get tile server URI among other things.
+- Use GtkClutter for the attribution logo, to get transparency.
+
+All contributors to this release:
+Jonas Danielsson <jonas@threetimestwo.org>
+
+
3.18.3.1 - Aug 01, 2016
======================
diff --git a/configure.ac b/configure.ac
index a017d04f..675c72a2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
# This file is processed by autoconf to create a configure script
AC_INIT([gnome-maps],
- [3.18.3.1],
+ [3.18.4],
[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-maps],
[gnome-maps])