Skip to content

Commit

Permalink
Releasing Viking 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
rnorris committed Nov 27, 2021
1 parent 8aa0da9 commit 1f9cef1
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 6 deletions.
26 changes: 26 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions help/C/index.docbook
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY appname "Viking">
<!ENTITY app "<application>Viking</application>">
<!ENTITY appversion "1.9">
<!ENTITY manrevision "1.9">
<!ENTITY date "March 2021">
<!ENTITY appversion "1.10">
<!ENTITY manrevision "1.10">
<!ENTITY date "November 2021">
<!ENTITY extfiles "<filename>maps.xml</filename>, <filename>goto_tools.xml</filename>, <filename>datasources.xml</filename>, <filename>external_tools.xml</filename>, <filename>routing.xml</filename>">
]>
<!-- =============Document Header ============================= -->
Expand Down
1 change: 1 addition & 0 deletions org.viking.Viking.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
<update_contact>rw_norris_AT_hotmail.com</update_contact>
<translation type="gettext">viking</translation>
<releases>
<release version="1.10.0" date="2021-11-27"/>
<release version="1.9.0" date="2021-03-20"/>
<release version="1.8.0" date="2020-02-03"/>
</releases>
Expand Down
2 changes: 1 addition & 1 deletion org.viking.Viking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion windows/installer/viking-installer.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1f9cef1

Please sign in to comment.