summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Danielsson <jonas@threetimestwo.org>2016-08-07 21:32:30 +0200
committerJonas Danielsson <jonas@threetimestwo.org>2016-08-07 21:32:30 +0200
commitd9c77418c37ce3fb96c1e09b08d79cd600b259a3 (patch)
treed504fc85d89c6efeb8f9d255683ee43718ea84ee
parent96534d23be35636caf171d80382a9325fd5becc7 (diff)
downloadgnome-maps-d9c77418c37ce3fb96c1e09b08d79cd600b259a3.tar.gz
Release 3.10.3v3.10.3
-rw-r--r--NEWS23
-rw-r--r--configure.ac2
2 files changed, 24 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 0bd72661..2937d720 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,26 @@
++3.10.3 - Aug 7, 2016
+=======================
+Hi!
+
+This is an important release! With this release we switch from using
+the MapQuest open API for fetching tiles. And instead we start using
+Mapbox API. Using an community API key from Mapbox.
+
+Mapbox is a company with a commitment to Open source. And provides
+infrastructure that will allow us to do more with Maps. We are accessing
+the Mapbox API through a GNOME proxy that will allow us to easier switch
+our tile provider/URI in the future.
+
+Big thanks to Mattias Bengtsson who made this solution happen.
+
+Thank you, and sorry for our outage.
+
+Changes since 3.10.2:
+
+- Change tile URIs to use Mapbox, through proxy
+- Fix escaping of tel: URIs
+- Adapt colors of instuction when printing routes
+
3.10.2 - Nov 13, 2013
=====================
diff --git a/configure.ac b/configure.ac
index c01b5bd3..30c35374 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.10.2],
+ [3.10.3],
[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-maps],
[gnome-maps])