summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Danielsson <jonas@threetimestwo.org>2016-07-30 15:25:48 +0200
committerJonas Danielsson <jonas@threetimestwo.org>2016-07-30 15:25:48 +0200
commit83ef7dfdf6f7e8078d2c7183d3ba0822563cd95b (patch)
treea424c61019566b52bcb3b16bad2e37e09406af75
parent81fd17f0118d82b4222cda07b370b1e6a14cf5de (diff)
downloadgnome-maps-wip/jonasdn/mapbox-3-16.tar.gz
-rw-r--r--NEWS32
-rw-r--r--configure.ac2
2 files changed, 33 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 225105a7..4eb181be 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,35 @@
+3.16.3 - July 30, 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.
+
+Thank you, and sorry for our outage.
+
+Changes since 3.16.2:
+
+- Change tile URIs to use Mapbox, through proxy
+
+- Added/updated/fixed translations:
+ - Occitan
+ - Portuguese
+ - Icelandic
+
+All contributors to this release:
+Cédric Valmary <cvalmary@yahoo.fr>
+Emmanuele Bassi <ebassi@gnome.org>
+Jonas Danielsson <jonas@threetimestwo.org>
+Pedro Albuquerque <palbuquerque73@gmail.com>
+Sveinn í Felli <sv1@fellsnet.is>
+
3.16.1 - May 12, 2015
=======================
diff --git a/configure.ac b/configure.ac
index 3d8c4917..f460571a 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.16.2],
+ [3.16.3],
[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-maps],
[gnome-maps])