[gnome-maps/gnome-3-10] Release 3.10.3



commit d9c77418c37ce3fb96c1e09b08d79cd600b259a3
Author: Jonas Danielsson <jonas threetimestwo org>
Date:   Sun Aug 7 21:32:30 2016 +0200

    Release 3.10.3

 NEWS         |   23 +++++++++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 24 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 0bd7266..2937d72 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 c01b5bd..30c3537 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])
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]