summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Lundblad <ml@update.uu.se>2019-05-21 23:15:02 +0200
committerMarcus Lundblad <ml@update.uu.se>2019-05-21 23:15:02 +0200
commit0e21eb71b1e75620734708cbae5c9c7f7ad9b940 (patch)
treee29cea5086be19df994f211c0d933493bfd605e2
parent5e18b46347d778b9c0696f7b90ca12748f2c5dd2 (diff)
downloadgnome-maps-gnome-3-30.tar.gz
Release 3.30.3.1v3.30.3.1gnome-3-30
-rw-r--r--NEWS15
-rw-r--r--meson.build2
2 files changed, 16 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 779d6021..7dc8ed46 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+3.30.3.1 - May 21, 2019
+=========================
+
+Changes since 3.30.3
+ - Make the shape layer renderer use the tile size specified in the dynamic
+ service file, fixing an issue with misaligned shape layer (GeoJSON, GPX, KML)
+ rendering with the new 512 pixel tiles
+
+Added/updated/fixed translations
+ - Icelandic
+
+All contributors to this release
+Marcus Lundblad <ml@update.uu.se>
+Sveinn í Felli <sv1@fellsnet.is>
+
3.30.3 - Dec 10, 2018
=========================
diff --git a/meson.build b/meson.build
index 33a81da8..f54f589d 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('gnome-maps', 'c',
- version: '3.30.3',
+ version: '3.30.3.1',
license: 'GPL2+'
)