summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Lundblad <ml@update.uu.se>2020-09-05 09:28:03 +0200
committerMarcus Lundblad <ml@update.uu.se>2020-09-05 09:28:03 +0200
commit323f1950db4308979e8aee2ef0fe7861a5c685d8 (patch)
treed0acc81f94df0f09e3e5338a4ddaec1f3609040f
parent2c5c166ef442412e65d710c2c16b72c61e257834 (diff)
downloadgnome-maps-323f1950db4308979e8aee2ef0fe7861a5c685d8.tar.gz
Release 3.37.92v3.37.92
-rw-r--r--NEWS43
-rw-r--r--meson.build2
2 files changed, 44 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 4a853f11..01377848 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,46 @@
+3.37.92 - Sep 5, 2020
+=========================
+
+Changes since 3.37.91
+ - Revert the adaptive UI for the routing sidebar, as there has been reports
+ of crashes in some cases (related to Clutter and libhandy under Wayland)
+ - Allow editing negative elevations on OSM objects (values below sea level)
+ - Display population in place bubbles using localized number format
+ - Update POI type definitions from iD for OSM editing
+
+Added/updated/fixed translations
+ - German
+ - Serbian
+ - Slovak
+ - French
+ - Basque
+ - Friulian
+ - Chinese (China)
+ - Lithuanian
+ - Dutch
+ - Swedish
+ - Croatian
+ - Slovenian
+ - Catalan
+ - Polish
+
+All contributors to this release
+Anders Jonsson <anders.jonsson@norsjovallen.se>
+Asier Sarasua Garmendia <asiersarasua@ni.eus>
+Aurimas Černius <aurisc4@gmail.com>
+Boyuan Yang <073plan@gmail.com>
+Charles Monzat <charles.monzat@free.fr>
+Dušan Kazik <prescott66@gmail.com>
+Fabio Tomat <f.t.public@gmail.com>
+Goran Vidović <trebelnik2@gmail.com>
+Jordi Mas <jmas@softcatala.org>
+Marcus Lundblad <ml@update.uu.se>
+Mario Blättermann <mario.blaettermann@gmail.com>
+Matej Urbančič <mateju@svn.gnome.org>
+Nathan Follens <nfollens@gnome.org>
+Piotr Drąg <piotrdrag@gmail.com>
+Марко Костић <marko.m.kostic@gmail.com>
+
3.37.91 - Aug 22, 2020
=========================
diff --git a/meson.build b/meson.build
index dfb911e5..ac813983 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('gnome-maps', 'c',
- version: '3.37.91',
+ version: '3.37.92',
license: 'GPL2+'
)