]> git.street.me.uk Git - andy/viking.git/commitdiff
Release 0.9.8
authorGuilhem Bonnefille <guilhem.bonnefille@gmail.com>
Mon, 2 Feb 2009 20:45:51 +0000 (20:45 +0000)
committerGuilhem Bonnefille <guilhem.bonnefille@gmail.com>
Mon, 2 Feb 2009 20:45:51 +0000 (20:45 +0000)
ChangeLog
NEWS
configure.ac

index 9c9d8653a689c63a873b2c566c9c9aa98ee8bd97..1dd8757f5e15dd37ec582de014149f2b70a32197 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-01-31
+Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
+       * Release 0.9.8
+
 2009-01-22
 Mathieu Albinet <mathieu17@gmail.com>:
        * Fix loading of world map file
diff --git a/NEWS b/NEWS
index 7f01b1925d335e317a4fab754af40f3cfbaa6e10..347a352d5ec78b55c714ced8f57418030573a091 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,29 @@
+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)
+* Remove Google's map tiles.
+* Add external tools framework.
+* Add OpenStreetMap and Google web tools.
+* Clicking on "visible" tick no longer makes the layer selected.
+* GPX export: sort track by time.
+* Merging tracks by name.
+* Tittle waypoint properties dialog as "Waypoint Properties".
+* Add larger size waypoint symbols (icons).
+* Waypoint names are now displayed at the top of waypoint symbol.
+* Waypoint symbols: Use Garmin waypoint.
+* New server for OSM cycle map.
+
+Fixes since 0.9.7
+* Fix loading of world map file.
+* Fix 2249398: Fix some memory leaks.
+* Fix bugs that caused magic scissors not working.
+* Fix compatibility problem for windows.
+* Fix implicit declaration of maps_layer_default_dir().
+* Fix missing status return in spawn_command_line_async().
+* Fix curl error buffer usage.
+* GPS realtime tracking: Keep retrying when fail to connect.
+* Windows port: avoid "\\" in URL.
+
 Viking 0.9.7 (2008-10-12)
 New features since 0.9.6
 * Add new moving map method for realtime tracking.
@@ -19,6 +45,8 @@ New features since 0.9.6
 * Ensure that confirmation dialog is over file selector
 
 Fixes since 0.9.6
+* Fix 2161310: Fix some more compiler warnings
+* Fix 2134452: Properties of some tracks show as NaN
 * QA: cleanning old stuff
 * Fix segfault in realtime tracking.
 * Fix missing files in po/POTFILES.in
index 04cee8f5957624e7a79b3454ec375fe2e7258866..0af77887450ca7d8118b6f921b210c5e50f5f540 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.7)
+AC_INIT(viking, 0.9.8)
 AM_INIT_AUTOMAKE()
 dnl AC_CONFIG_SRCDIR([src/main.c])
 AC_CONFIG_HEADERS([src/config.h])