summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Danielsson <jonas@threetimestwo.org>2016-08-19 20:48:43 +0200
committerJonas Danielsson <jonas@threetimestwo.org>2016-08-20 20:28:52 +0200
commit00715add4c6fe932928d23ef7082415edf84169c (patch)
treed7839974c3499ce2e5aa526376868d5df9cab69c
parent9171612ba12b9bcb08685481996284ffb4c4b342 (diff)
downloadgnome-maps-wip/jonasdn/service.tar.gz
Release 3.21.90wip/jonasdn/service
-rw-r--r--NEWS40
-rw-r--r--configure.ac2
2 files changed, 41 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index fbad11a2..d2b4d0d4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,43 @@
+3.21.90 - 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.21.4:
+
+- Download a service.json file to get tile server URI among other things.
+- Use GtkClutter for the attribution logo, to get transparency.
+
+Added/updated/fixed translations:
+ - Hungarian
+ - Slovak
+ - Hebrew
+ - Czech
+ - Arabic
+ - Finnish
+ - Brazilian Portuguese
+ - Indonesian
+ - Brittish English
+
+All contributors to this release:
+Andika Triwidada <atriwidada@gnome.org>
+Balázs Úr <urbalazs@gmail.com>
+David King <amigadave@amigadave.com>
+Dušan Kazik <prescott66@gmail.com>
+Gustavo Marques <gutodisse@gmail.com>
+Jiri Grönroos <jiri.gronroos@iki.fi>
+Jonas Danielsson <jonas@threetimestwo.org>
+Marek Cernocky <marek_cernocky@conel.cz>
+Mattias Bengtsson <mattias.jc.bengtsson@gmail.com>
+Safa Alfulaij <safa1996alfulaij@gmail.com>
+Yosef Or Boczko <yoseforb@src.gnome.org>
+
3.21.4 - Jul 30, 2016
=========================
diff --git a/configure.ac b/configure.ac
index 268e33e8..82f3cc69 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.21.4],
+ [3.21.90],
[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-maps],
[gnome-maps])