Skip to content

Commit 1f9cef1

Browse files
committed
Releasing Viking 1.10
1 parent 8aa0da9 commit 1f9cef1

File tree

6 files changed

+33
-6
lines changed

6 files changed

+33
-6
lines changed

NEWS

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
Viking 1.10 (2021-11-27)
2+
New features since 1.9
3+
* SF Features #11: Add Exit Warning if something modified.
4+
* TAC: Ability to count and display newly covered tiles
5+
* Github #134: Support 'geo:' URIs on the commmand line
6+
* Calendar supports marking of multi-day tracks
7+
* More Preferences for initial conditions
8+
** Including the default zoom, showing of the centermark and the scale
9+
* Ability to rename a track based on it's start date
10+
* Allow global HTTP User-Agent override
11+
* Draw overlays on track graphs as a line
12+
* Many Internal Improvements + Fixes
13+
* Large Basque and Danish language translation updates
14+
15+
Fixes since 1.9
16+
* SF Bugs#160: Windows - Fix handling special characters in filenames
17+
* Github #68: Windows - Improved Data Path Determination
18+
* Github #119: Fix build on OpenBSD
19+
* Github #122: Fix Image Generation under GTK3
20+
* Github #126: Fix URL for OSRM Foot routing
21+
* Github #128: Maintain datasource_gc.c such that it at least compiles
22+
* Github #131: Fix build error with --disable-libzip
23+
* Github #136: [WINDOWS] Build compatibility for Windows 7
24+
* Github #137: Ensure don't create invalid GPX export when given invalid input
25+
* Github #139: [WINDOWS] Ensure the default map (OpenTopoMap) works.
26+
127
Viking 1.9 (2021-03-20)
228
New features since 1.8
329
* GPX 1.1 Support for most common Extensions (inc. Heart Rate, Power, Temperature & Cadence)

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Process this file with autoconf to produce a configure script.
33

44
AC_PREREQ(2.64)
5-
AC_INIT([viking],[1.9],[],[viking],[http://viking.sf.net/])
5+
AC_INIT([viking],[1.10],[],[viking],[http://viking.sf.net/])
66

77
AC_CANONICAL_HOST
88
AC_CANONICAL_TARGET

help/C/index.docbook

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
44
<!ENTITY appname "Viking">
55
<!ENTITY app "<application>Viking</application>">
6-
<!ENTITY appversion "1.9">
7-
<!ENTITY manrevision "1.9">
8-
<!ENTITY date "March 2021">
6+
<!ENTITY appversion "1.10">
7+
<!ENTITY manrevision "1.10">
8+
<!ENTITY date "November 2021">
99
<!ENTITY extfiles "<filename>maps.xml</filename>, <filename>goto_tools.xml</filename>, <filename>datasources.xml</filename>, <filename>external_tools.xml</filename>, <filename>routing.xml</filename>">
1010
]>
1111
<!-- =============Document Header ============================= -->

org.viking.Viking.appdata.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
<update_contact>rw_norris_AT_hotmail.com</update_contact>
4545
<translation type="gettext">viking</translation>
4646
<releases>
47+
<release version="1.10.0" date="2021-11-27"/>
4748
<release version="1.9.0" date="2021-03-20"/>
4849
<release version="1.8.0" date="2020-02-03"/>
4950
</releases>

org.viking.Viking.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ modules:
163163
- type: git
164164
url: git://git.code.sf.net/p/viking/code
165165
# branch: "viking-1.8-flatpak"
166-
branch: "viking-1.9"
166+
branch: "viking-1.10"
167167
# Local path for testing
168168
# - type: archive
169169
# path: viking-1.8.zip

windows/installer/viking-installer.nsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Var name
1010
;--------------------------------
1111
;Configuration
1212
;Needs to be 4 numbers: W.X.Y.Z
13-
!define VIKING_VERSION "1.9.0.0"
13+
!define VIKING_VERSION "1.10.0.0"
1414

1515
;The name var is set in .onInit
1616
Name $name

0 commit comments

Comments
 (0)