]> git.street.me.uk Git - andy/viking.git/commitdiff
Releasing Viking 1.5
authorRob Norris <rw_norris@hotmail.com>
Sun, 13 Oct 2013 20:02:41 +0000 (21:02 +0100)
committerRob Norris <rw_norris@hotmail.com>
Sun, 13 Oct 2013 20:02:41 +0000 (21:02 +0100)
NEWS
configure.ac
doc/viking.xml
help/C/viking.xml
win32/installer/viking-installer.nsi

diff --git a/NEWS b/NEWS
index 3d7f9033b58d1421774464f47ca846db1c74ec89..831f1f6f273de8d35778ac5d7d2586f461330ae4 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,61 @@
+Viking 1.5 (2013-10-13)
+New features since 1.4.2
+* Startup preferences for ease of use.
+* Multi layer/track statistics.
+* Multi layer/track or waypoint detailed lists.
+* Control sorting of layers and quick show/hide all options.
+* Configurable layer defaults.
+* Optimizations when loading and drawing large numbers of tracks.
+* Allow higher zoom levels up to 1/32 (OSM z22 equivalent but maps only requested up to z19).
+* Retain internal options across sessions.
+* Selectable online router service provider (now including OSRM)
+* 'Via' points online route refining.
+* Download a file directly from an URL.
+* Datasource acquiring files from URLs related to the current view.
+* Support timestamps (read only) in waypoints.
+* Support naming trackpoints.
+* Request downloading a region of maps over multiple zoom levels.
+* Support Compressed My OSM Traces files (requires libbz2 and libmagic).
+* Support opening files drag and drop on to the viewport.
+* Support relative paths in Viking files.
+* Add support for OSM Humanitarian (HOT) Style Map.
+* Advanced preferences.
+* Optional track labelling on the viewport.
+* Translations for the Basque language.
+* Improved Help Manual.
+* Many internal improvements.
+
+Fixes since 1.4.2
+* Fix crashing if attempting to Extend a Route via the Route Finder when the route has no points.
+
+Viking 1.4.2.0 (2013-07-26)
+Bug Fix Release
+* Fix menu use of named own Icons since the icons were renamed some time ago.
+* [QA] Fix memory leak in drawing new tracks/routes.
+* [QA] Fix memory leak on deleting TrackWaypoint layers.
+* [QA] Fix large memory leak on viewing Track Properties.
+* [QA] Fix incorrect iterator usage.
+* [QA] Fix memory leaks on reading in Viking files.
+* [QA] Fix memory leak in treeview tooltips and selection.
+* [QA] Fix large memory leak when removing DEM layers.
+* Fix some interpolated values of a trackpoint on insertion between points.
+* Fix handling failed downloads with the My OSM Traces method.
+* SF Bugs#101: Fix Acquire from Google Directions.
+* Fix name search using Google.
+* SF Bugs#100: Fix Crash on viewing Track Properties with extreme gradients.
+* SF Bugs#97: Fix missing redownload settings of some maps in the example config
+* SF Bugs#99: Increase limit for Map IDs
+* Automated check for the latest version. ATM only on Windows systems.
+* Enable getting Viking Version as a number from a string to enable comparisons.
+* SF#3613971: Remove Geofabrik's OpenStreetMap WMS, as it is not for public use.
+* Don't silently fail on attempting to split to a track.
+* Fix background thread statusbar update instability.
+* Fix location of gdk_threads_enter() to be before first window creation.
+* Allow Bing Map source URL to be set via the configuration XML file.
+* SF#3610708: Fix Failing to Load DEM files on Big Endian Systems.
+* Fix incorrect setting to lowest zoom value when clicking away from the statusbar zoom menu.
+* [QA] Improve create zoom menu to use G_N_ELEMENTS to know array bounds.
+
 Viking 1.4.1.0 (2013-04-08)
 Bug Fix Release + updated translations
 * Import Launchpad translation updates [Mainly for large Czech update]
index d1dad5407e666f7868fc41443eb51dc6c114bcb6..db9b0b57f145039c0506c43468b5eef1fd58fd4a 100644 (file)
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.59)
-AC_INIT(viking, 1.4.1, , viking, http://viking.sf.net/)
+AC_INIT(viking, 1.5, , viking, http://viking.sf.net/)
 AM_INIT_AUTOMAKE([dist-bzip2 dist-zip])
 dnl AC_CONFIG_SRCDIR([src/main.c])
 AC_CONFIG_HEADERS([src/config.h])
index 0f7689e71454f81b4b708b0a649701b4d79d4649..3a39246ba8955d539363257bc89fe63e07b3c696 100644 (file)
@@ -30,10 +30,10 @@ and docbook-xsl in your Build-Depends control field.
   <!ENTITY dhfirstname "<firstname>Ralf</firstname>">
   <!ENTITY dhsurname   "<surname>Meyer</surname>">
   <!-- Please adjust the date whenever revising the manpage. -->
-  <!ENTITY dhdate      "<date>2013-04-08</date>">
+  <!ENTITY dhdate      "<date>2013-10-13</date>">
   <!-- Would be nice if the version could auto-update. -->
   <!ENTITY dhsource      "Viking">
-  <!ENTITY dhversion     "1.4.1">
+  <!ENTITY dhversion     "1.5.0">
   <!-- SECTION should be 1-8, maybe w/ subsection other parameters are
        allowed: see man(7), man(1). -->
   <!ENTITY dhsection   "<manvolnum>1</manvolnum>">
index b7f53a1544190c3e20218b6f51e42dec57d9e084..efdd34b244a0c5a801aa1d1fdec013be13d6f628 100644 (file)
@@ -3,9 +3,9 @@
 "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
   <!ENTITY appname          "Viking">
   <!ENTITY app "<application>Viking</application>">
-  <!ENTITY appversion   "1.4">
-  <!ENTITY manrevision  "1.4">
-  <!ENTITY date "February 2013">
+  <!ENTITY appversion   "1.5">
+  <!ENTITY manrevision  "1.5">
+  <!ENTITY date "October 2013">
 ]>
 <!--
       (Do not remove this comment block.)
index d82fe99850a7247e65708e5b67a07a652e166109..a3fe94d0d1a2b1f6a2d6f35ca6e114e7d67d0e7b 100644 (file)
@@ -10,7 +10,7 @@ Var name
 ;--------------------------------
 ;Configuration
 ;Needs to be 4 numbers:  W.X.Y.Z
-!define VIKING_VERSION  "1.4.1.0"
+!define VIKING_VERSION  "1.5.0.0"
 
 ;The name var is set in .onInit
 Name $name