From e0fdbe1ed74896c954cc21636c98e482ab780da6 Mon Sep 17 00:00:00 2001 From: Guilhem Bonnefille Date: Sun, 12 Oct 2008 16:58:21 +0000 Subject: [PATCH] Release 0.9.7 --- ChangeLog | 5 ++++- NEWS | 34 ++++++++++++++++++++++++++++++++++ configure.ac | 2 +- 3 files changed, 39 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 12e14b4b..cefcf57e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +Guilhem Bonnefille : + * Release 0.9.7 + 2008-10-12 Rob Norris : * Fix 2161310: Fix some more compiler warnings @@ -12,7 +15,7 @@ Quy Tonthat : * Add new moving map method for realtime tracking. 2008-09-30 -Stanislav Brabec +Stanislav Brabec : * Rename icon: viking_icon.png -> viking.png * Fix missing files in po/POTFILES.in * src/viking.desktop.in: add GenericName and revise Categories diff --git a/NEWS b/NEWS index 8b73008e..7f01b192 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,37 @@ +Viking 0.9.7 (2008-10-12) +New features since 0.9.6 +* Add new moving map method for realtime tracking. +* Rename icon: viking_icon.png -> viking.png +* src/viking.desktop.in: add GenericName and revise Categories +* Change "Zoom To" short cut to avoid conflict with "Zoom Tool". +* Update translations +* Google search adapting changes from Google. +* add osm cycle layer support +* add a menu entry to extend an existing track using magic scissors +* Patch #2009666: OpenAerialMap +* Add preferences to select how degrees are displayed +* Color picker button for the Coordlayer properties dialog +* Cut/Copy/Paste empty selection is not critical +* Layers panel UI improvements +* Homogeneous icons management. +* Add preferences to store OSM login/password +* Add a password entry widget +* Ensure that confirmation dialog is over file selector + +Fixes since 0.9.6 +* QA: cleanning old stuff +* Fix segfault in realtime tracking. +* Fix missing files in po/POTFILES.in +* viking.spec.in, src/icons/Makefile.am: Fix icon target dir +* fix parallel build (make -j8) on multi-processor machines. +* Fix #1947260: correct a corrupted escape +* Fixed crashes when creating new layers. +* Fix #1952523: mode_button assertion loading old datafile +* Fix: update layer after applying properties +* Fixed google map download problem. +* Replace specific About dialog by GtkAboutDialog +* Replace some g_warning by g_debug + Viking 0.9.6 (2008-07-31) Fixes since 0.9.5 diff --git a/configure.ac b/configure.ac index 25e6599d..fece1849 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.6) +AC_INIT(viking, 0.9.7) AM_INIT_AUTOMAKE() dnl AC_CONFIG_SRCDIR([src/main.c]) AC_CONFIG_HEADERS([src/config.h]) -- 2.39.5