From 389cd3aade9ba1c3e117b42401549e99b3b8d6a6 Mon Sep 17 00:00:00 2001 From: Guilhem Bonnefille Date: Tue, 22 Jul 2008 06:04:05 +0000 Subject: [PATCH] Releasing 0.9.5 --- ChangeLog | 4 ++++ NEWS | 26 ++++++++++++++++++++++++++ configure.ac | 2 +- 3 files changed, 31 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 262fcac..34164fe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-07-21: +Guilhem Bonnefille : + * Release Viking 0.9.5 + 2008-07-18: Guilhem Bonnefille : * Install man pages diff --git a/NEWS b/NEWS index 914f502..15f3854 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,29 @@ +Viking 0.9.5 (2008-07-21) +New features since 0.9.4 + +* Add panning tool as default. +* Replace GtkFileSelection by GtkFileChooser. +* No longer converts waypoint names to uppercase. Waypoint names are now case insensitive. +* Windows port updated. +* Track properties: Keep markers of the graphs in sync with each other. +* Track properties: split track at marker. +* New translations: el, it, ja, lt, nb, nl, pl, zh_CN, zh_TW +* Added viking.desktop +* Added --debug and --verbose command line options. +* Updated man pages. + +Fixes since 0.9.4 + +* Fix #1839948: Maximize/Restore changes current cursor. +* Bug #1915121: add an utility to reproduce (test/gpx2gpx). +* Fix #1915121: use GLib functions to handle ISO8601 dates. +* Fix pipe leaks. +* Remove dependency to wget. +* Fix google version number. +* Track graph marker now works again. +* Fix #1947456: Compiler warning fixes + + Viking 0.9.4 (2008-02-25) New features since 0.9.3 diff --git a/configure.ac b/configure.ac index 29ed930..61e9e06 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.4) +AC_INIT(viking, 0.9.5) AM_INIT_AUTOMAKE() dnl AC_CONFIG_SRCDIR([src/main.c]) AC_CONFIG_HEADERS([src/config.h]) -- 2.11.4.GIT