From: Guilhem Bonnefille Date: Mon, 15 Mar 2010 21:29:00 +0000 (+0100) Subject: Rleasing viking 0.9.92 X-Git-Url: https://git.street.me.uk/andy/viking.git/commitdiff_plain/604d62716d766b71e9212a95cbace366fa94bba5 Rleasing viking 0.9.92 --- diff --git a/NEWS b/NEWS index c7fff16b..4880fb52 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,21 @@ +Viking 0.9.92 (2010-03-15) +New features since 0.9.91 +* Memorize previously selected go-to service. +* Better scale when zoomed close in and in miles distance mode. +* Add and use preference for height units. +* Add and use preference for speed units. +* Add and use preference for distance units. +* Use a preference to set the tiles age. +* New preference for default maplayer cache. +* Improve DEM-Layer. +* Remove OpenAerial support. +* Translation updates. + +Fixes since 0.9.91 +* Fix: Correctly rotate thumbnail images +* Fix #2958601: Support for non ascii characters in "Go-to" search +* Fix error handling in go-to feature + Viking 0.9.91 (2010-02-06) New features since 0.9.9 * Interpolation for maps: use less precise images when wanted image is not present diff --git a/configure.ac b/configure.ac index cb8439cf..7891f3ca 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT(viking, 0.9.91) +AC_INIT(viking, 0.9.92) AM_INIT_AUTOMAKE() dnl AC_CONFIG_SRCDIR([src/main.c]) AC_CONFIG_HEADERS([src/config.h])