]> git.street.me.uk Git - andy/viking.git/commitdiff
Rleasing viking 0.9.92
authorGuilhem Bonnefille <guilhem.bonnefille@gmail.com>
Mon, 15 Mar 2010 21:29:00 +0000 (22:29 +0100)
committerGuilhem Bonnefille <guilhem.bonnefille@gmail.com>
Mon, 15 Mar 2010 21:29:00 +0000 (22:29 +0100)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index c7fff16b3abd1f6b0023c6c9988bad414cd1b059..4880fb5283af9d505c33160588ca2274e4219211 100644 (file)
--- 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
index cb8439cf81bc0baff2d16222c6bd344261a1e32e..7891f3ca3d83a21838ef4ee1f5a7cfaca4d62e17 100644 (file)
@@ -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])