From d9e4cad46e030d7260cb834e1391d53274e37dcb Mon Sep 17 00:00:00 2001 From: Osmo Salomaa Date: Sat, 28 Jun 2014 18:39:04 +0300 Subject: [PATCH] RELEASE 0.5.1 --- Makefile | 2 +- NEWS | 8 ++++++++ TODO | 8 -------- poor/__init__.py | 2 +- rpm/harbour-poor-maps.spec | 2 +- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Makefile b/Makefile index b50982e..fe10a2d 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # -*- coding: us-ascii-unix -*- name = harbour-poor-maps -version = 0.5 +version = 0.5.1 DESTDIR = PREFIX = /usr/local datadir = $(DESTDIR)$(PREFIX)/share/$(name) diff --git a/NEWS b/NEWS index cc25233..8e0d068 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ +Poor Maps 0.5.1 +=============== + + * Work around an OSRM router bug causing it to sometimes not find + a route at all (see http://lists.openstreetmap.org/pipermail/osrm-talk/2014-June/000588.html) + * Simplify MapQuest Open router paths at high zoom levels as well + * Fix partial display of route polyline at high zoom levels + Poor Maps 0.5 ============= diff --git a/TODO b/TODO index c85e886..a726685 100644 --- a/TODO +++ b/TODO @@ -1,11 +1,3 @@ -Poor Maps 0.5.1 -=============== - - [X] Work around an OSRM router bug causing it to sometimes not find - a route at all (see http://lists.openstreetmap.org/pipermail/osrm-talk/2014-June/000588.html) - [X] Simplify MapQuest Open router paths at high zoom levels as well - [X] Fix partial display of route polyline at high zoom levels - Poor Maps 1.0 ============= diff --git a/poor/__init__.py b/poor/__init__.py index 1396737..f14c545 100644 --- a/poor/__init__.py +++ b/poor/__init__.py @@ -17,7 +17,7 @@ """An application to display maps and stuff.""" -__version__ = "0.5" +__version__ = "0.5.1" try: import pyotherside diff --git a/rpm/harbour-poor-maps.spec b/rpm/harbour-poor-maps.spec index 31db786..13a36e1 100644 --- a/rpm/harbour-poor-maps.spec +++ b/rpm/harbour-poor-maps.spec @@ -2,7 +2,7 @@ %define __os_install_post %{___build_post} Name: harbour-poor-maps -Version: 0.5 +Version: 0.5.1 Release: 1 Summary: An application to display maps and stuff License: GPLv3+