From f1b06c2ab4d1972301d0e97945bf2df63c918c1f Mon Sep 17 00:00:00 2001 From: Osmo Salomaa Date: Sat, 21 Jan 2017 19:05:08 +0200 Subject: [PATCH] RELEASE 0.28.1 --- Makefile | 2 +- NEWS.md | 7 +++++++ TODO.md | 4 ---- poor/__init__.py | 2 +- qml/AboutPage.qml | 2 +- rpm/harbour-poor-maps.spec | 2 +- 6 files changed, 11 insertions(+), 8 deletions(-) diff --git a/Makefile b/Makefile index 35f1847..69e66b8 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # -*- coding: us-ascii-unix -*- NAME = harbour-poor-maps -VERSION = 0.28 +VERSION = 0.28.1 LANGS = $(basename $(notdir $(wildcard po/*.po))) POT_FILE = po/poor-maps.pot diff --git a/NEWS.md b/NEWS.md index 7352528..634d86c 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,10 @@ +2017-01-21: Poor Maps 0.28.1 +============================ + +* Fix long routes not visible before moving or zooming the map +* Add German (Germany), Spanish (Spain), French, Dutch and Swedish + translations + 2017-01-04: Poor Maps 0.28 ========================== diff --git a/TODO.md b/TODO.md index 3c8702b..e69de29 100644 --- a/TODO.md +++ b/TODO.md @@ -1,4 +0,0 @@ -Poor Maps 0.28.1/0.29 -===================== - -* [x] Fix long routes not visible before moving or zooming the map diff --git a/poor/__init__.py b/poor/__init__.py index 9de8a46..285e778 100644 --- a/poor/__init__.py +++ b/poor/__init__.py @@ -17,7 +17,7 @@ """An application to display maps and stuff.""" -__version__ = "0.28" +__version__ = "0.28.1" try: import pyotherside diff --git a/qml/AboutPage.qml b/qml/AboutPage.qml index c85d7af..89d7882 100644 --- a/qml/AboutPage.qml +++ b/qml/AboutPage.qml @@ -49,7 +49,7 @@ Page { font.pixelSize: Theme.fontSizeSmall height: Theme.itemSizeExtraSmall horizontalAlignment: Text.AlignHCenter - text: "Copyright © 2014–2016 Osmo Salomaa" + text: "Copyright © 2014–2017 Osmo Salomaa" } ListItemLabel { font.pixelSize: Theme.fontSizeSmall diff --git a/rpm/harbour-poor-maps.spec b/rpm/harbour-poor-maps.spec index d3c8f54..4c8c22a 100644 --- a/rpm/harbour-poor-maps.spec +++ b/rpm/harbour-poor-maps.spec @@ -5,7 +5,7 @@ %define __provides_exclude_from ^%{_datadir}/.*$ Name: harbour-poor-maps -Version: 0.28 +Version: 0.28.1 Release: 1 Summary: Maps and navigation License: GPLv3+