diff --git a/Makefile b/Makefile index 07b7d16..da0cb30 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # -*- coding: us-ascii-unix -*- name = harbour-poor-maps -version = 0.6 +version = 0.6.1 DESTDIR = PREFIX = /usr/local datadir = $(DESTDIR)$(PREFIX)/share/$(name) diff --git a/NEWS b/NEWS index 2f45e5e..19ed564 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +Poor Maps 0.6.1 +=============== + + * Retry geocoding or routing in case of http.client.BadStatusLine + error, which probably implies a broken connection, which seems + to probably happen when a persistent HTTP connection was made, + but lost due to the device going to sleep + * Only cache successful geocoding and routing results + Poor Maps 0.6 ============= diff --git a/TODO b/TODO index e016747..ec43324 100644 --- a/TODO +++ b/TODO @@ -1,12 +1,3 @@ -Poor Maps 0.6.1 -=============== - - [X] Retry geocoding or routing in case of http.client.BadStatusLine - error, which probably implies a broken connection, which seems - to probably happen when a persistent HTTP connection was made, - but lost due to the device going to sleep - [X] Only cache successful geocoding and routing results - Poor Maps 0.7 ============= diff --git a/poor/__init__.py b/poor/__init__.py index 35b9377..655f957 100644 --- a/poor/__init__.py +++ b/poor/__init__.py @@ -17,7 +17,7 @@ """An application to display maps and stuff.""" -__version__ = "0.6" +__version__ = "0.6.1" try: import pyotherside diff --git a/rpm/harbour-poor-maps.spec b/rpm/harbour-poor-maps.spec index be355f6..9edf344 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.6 +Version: 0.6.1 Release: 1 Summary: An application to display maps and stuff License: GPLv3+