]> git.street.me.uk Git - andy/viking.git/commitdiff
Releasing 0.9.5
authorGuilhem Bonnefille <guilhem.bonnefille@gmail.com>
Tue, 22 Jul 2008 06:04:05 +0000 (06:04 +0000)
committerGuilhem Bonnefille <guilhem.bonnefille@gmail.com>
Tue, 22 Jul 2008 06:04:05 +0000 (06:04 +0000)
ChangeLog
NEWS
configure.ac

index 262fcac9bb33a71e59f77bf493c5fbcfe34d846e..34164feb213ebf5b1309de21bde0e55ac01629d5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-07-21:
+Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
+       * Release Viking 0.9.5
+
 2008-07-18:
 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
        * Install man pages
diff --git a/NEWS b/NEWS
index 914f502f4e8f8ca4e83f9c8b8e7866202c6d2cb3..15f385460508c35fe1ab41a1677a9ee96e5b933c 100644 (file)
--- 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
 
index 29ed93002d8d630a8b240a4e9ea0b25db69df2ad..61e9e069028f4151c6d642c7f0c551ce246db8be 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.4)
+AC_INIT(viking, 0.9.5)
 AM_INIT_AUTOMAKE()
 dnl AC_CONFIG_SRCDIR([src/main.c])
 AC_CONFIG_HEADERS([src/config.h])