From 44a9a0375ee6402f9b0ebd1bb70565d32b4d488e Mon Sep 17 00:00:00 2001 From: Guilhem Bonnefille Date: Fri, 13 Jul 2007 22:08:55 +0000 Subject: [PATCH] Releasing 0.9 --- NEWS | 32 ++++++++++++++++++++++++++++++++ configure.ac | 2 +- debian/changelog | 6 ++++++ viking.spec.in | 3 +++ 4 files changed, 42 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index c39e8e4..b26fd2b 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,35 @@ +Viking 0.9 (2007-07-13) +New Features since 0.1.3 + + * DEM data -- DEMLayer & applying data to tracks & waypoints + * Make "Save Image" and "Save Image Directory" dialogs reusable + * Add viking icon + * Download maps along track + * Add User-Agent to http request header + * Add cookies support (for google requests) + * Add center mark which can be turn on/off in View menu + * Make the scale more visible on dark maps + * Add magic scissors feature + * Add Google Maps search feature + * Many new waypoint symbols + * Add man pages + * Improve performance for map autodownload + * Google Directions now remembers previous query (from/to entries) + * New menu items to remove all tracks and waypoints in GPS folders + * Add "Save and Exit" to File menu + * Save function for GPS layer + * Map tool: Left click can now refresh display of map tiles + +Fixes since 0.1.3 + + * View Mode displayed wrong setting on startup + * crashes on gps download/upload + * SEGFAULT on x86_64 + * segfault on trackpoint properties dialog + * intermittent problem of map redraw + * Stop autodownload from running forever on map downloading errors + * Check for non-displayable data after downloading map + Viking 0.1.3 (2007-05-17) - New "Refresh onscreen tiles" entry menu - Default .spec file for building RPM packages diff --git a/configure.ac b/configure.ac index a32cfae..f98f90d 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.1.3.20070618) +AC_INIT(viking, 0.9) AM_INIT_AUTOMAKE() dnl AC_CONFIG_SRCDIR([src/main.c]) AC_CONFIG_HEADERS([src/config.h]) diff --git a/debian/changelog b/debian/changelog index 35b4c81..d68d1e6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +viking (0.9-1) unstable; urgency=low + + * New upstream version 0.9. + + -- Guilhem BONNEFILLE Fri, 13 July 2007 23:55:00 +0200 + viking (0.1.3-2) unstable; urgency=low * New icon diff --git a/viking.spec.in b/viking.spec.in index 00f4ef0..a17c7eb 100644 --- a/viking.spec.in +++ b/viking.spec.in @@ -51,6 +51,9 @@ rm -rf %{buildroot} %{_bindir}/viking-remote %changelog +* Fri Jul 13 2007 Guilhem Bonnefille - 0.9-1 +- Update to upstream version 0.9. + * Thu May 18 2007 Quy Tonthat - Added curl-devel to BuildRequires list. -- 2.11.4.GIT