diff --git a/NEWS b/NEWS index dbd3bfc2..f7350bee 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,29 @@ +Viking 1.10 (2021-11-27) +New features since 1.9 +* SF Features #11: Add Exit Warning if something modified. +* TAC: Ability to count and display newly covered tiles +* Github #134: Support 'geo:' URIs on the commmand line +* Calendar supports marking of multi-day tracks +* More Preferences for initial conditions +** Including the default zoom, showing of the centermark and the scale +* Ability to rename a track based on it's start date +* Allow global HTTP User-Agent override +* Draw overlays on track graphs as a line +* Many Internal Improvements + Fixes +* Large Basque and Danish language translation updates + +Fixes since 1.9 +* SF Bugs#160: Windows - Fix handling special characters in filenames +* Github #68: Windows - Improved Data Path Determination +* Github #119: Fix build on OpenBSD +* Github #122: Fix Image Generation under GTK3 +* Github #126: Fix URL for OSRM Foot routing +* Github #128: Maintain datasource_gc.c such that it at least compiles +* Github #131: Fix build error with --disable-libzip +* Github #136: [WINDOWS] Build compatibility for Windows 7 +* Github #137: Ensure don't create invalid GPX export when given invalid input +* Github #139: [WINDOWS] Ensure the default map (OpenTopoMap) works. + Viking 1.9 (2021-03-20) New features since 1.8 * GPX 1.1 Support for most common Extensions (inc. Heart Rate, Power, Temperature & Cadence) diff --git a/configure.ac b/configure.ac index 2093d2a7..d747cd53 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.64) -AC_INIT([viking],[1.9],[],[viking],[http://viking.sf.net/]) +AC_INIT([viking],[1.10],[],[viking],[http://viking.sf.net/]) AC_CANONICAL_HOST AC_CANONICAL_TARGET diff --git a/help/C/index.docbook b/help/C/index.docbook index 5ce223c2..fe077d64 100644 --- a/help/C/index.docbook +++ b/help/C/index.docbook @@ -3,9 +3,9 @@ "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [ Viking"> - - - + + + maps.xml, goto_tools.xml, datasources.xml, external_tools.xml, routing.xml"> ]> diff --git a/org.viking.Viking.appdata.xml b/org.viking.Viking.appdata.xml index bc64ec64..a6539ba0 100644 --- a/org.viking.Viking.appdata.xml +++ b/org.viking.Viking.appdata.xml @@ -44,6 +44,7 @@ rw_norris_AT_hotmail.com viking + diff --git a/org.viking.Viking.yml b/org.viking.Viking.yml index bd675a7d..6f3b0f5e 100644 --- a/org.viking.Viking.yml +++ b/org.viking.Viking.yml @@ -163,7 +163,7 @@ modules: - type: git url: git://git.code.sf.net/p/viking/code # branch: "viking-1.8-flatpak" - branch: "viking-1.9" + branch: "viking-1.10" # Local path for testing # - type: archive # path: viking-1.8.zip diff --git a/windows/installer/viking-installer.nsi b/windows/installer/viking-installer.nsi index fd200928..a42be5c0 100644 --- a/windows/installer/viking-installer.nsi +++ b/windows/installer/viking-installer.nsi @@ -10,7 +10,7 @@ Var name ;-------------------------------- ;Configuration ;Needs to be 4 numbers: W.X.Y.Z -!define VIKING_VERSION "1.9.0.0" +!define VIKING_VERSION "1.10.0.0" ;The name var is set in .onInit Name $name