]> git.street.me.uk Git - andy/viking.git/commitdiff
Releasing viking 0.9.9
authorGuilhem Bonnefille <guilhem.bonnefille@gmail.com>
Wed, 9 Sep 2009 20:45:12 +0000 (22:45 +0200)
committerGuilhem Bonnefille <guilhem.bonnefille@gmail.com>
Wed, 9 Sep 2009 20:45:12 +0000 (22:45 +0200)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 347a352d5ec78b55c714ced8f57418030573a091..315643208b1bed96ecfbc0316a0ddaae23da3527 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,33 @@
+Viking 0.9.9 (2009-09-09)
+New features since 0.9.8
+* Filter out irrelevant key-modifiers.
+* Upgrade OSM-traces support to 0.6 API
+* Manage hdop,vdop,pdop,nsat
+* Remove unused (and buggy) feature
+* Document previous merge
+* Improvement of map cache
+* Add a viking parameter for mapcache memory size
+* Add menu option to flush mapcache, and reduce viking memory footprint
+* Use thread-pool to manage download
+* Show path used for map directory in options even when using default one
+* Include full libcurl version in user agent
+
+Fixes since 0.9.8
+* Don't crash when jobs are cancelled via the background jobs dialog.
+* Fix #2163652: GPX file with byte order mark not parsed
+* Fix #2766609: Don't use gpsd_units()
+* Fix #2812856: Change SRTM URL
+* Fix #2818818: unset langage preset while opening external Google
+* Fix copyright in --version output
+* Fix SRTM Server change
+* Fix memory leaks found with cppcheck
+* Fix warning in call to MD5Update() in function md5_hash()
+* Fix previous patch
+* vdop, hdop, pdop, nsats and fix_mode values were not shown
+* Fix #570956: change saved_width to 1
+* Fix build problem
+* Fix bug #2481237: Maps directory file chooser should look for directory
+
 Viking 0.9.8 (2009-01-31)
 New features since 0.9.7
 * Add GeoNames support (both for search and for POI import from Geonames+Wikipedia)
index 95aac3e4ffc67f5862ad635baa2e086770a74d03..fbbc39b5f766f48433a30f34f7c9843bf220b38a 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.8)
+AC_INIT(viking, 0.9.9)
 AM_INIT_AUTOMAKE()
 dnl AC_CONFIG_SRCDIR([src/main.c])
 AC_CONFIG_HEADERS([src/config.h])