Skip to content

Commit

Permalink
Releasing Viking 1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rnorris committed Dec 21, 2015
1 parent e27f1ae commit eff1259
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 5 deletions.
10 changes: 10 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
Viking 1.6.2 (2015-12-21)
Bug Fix Release
* Don't remove project name if one decides not to delete all layers.
* Fix routes not saved in GPX when tracks are made invisible.
* SF Bugs#103: Fix TrackWaypoint layer items may not be displayed when pasted
* Enable Catalan and Turkish translations.
* Restore opening of JPG files.
* SF Bugs#127: Fix initial display of Waypoint sort order.
* Fix map layer widget sensitivity dependent on map type.

Viking 1.6.1 (2015-11-24)
Bug Fix Release + updated translations
* Several fixes and many code improvements from Coverity scans
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.6.1, , viking, http://viking.sf.net/)
AC_INIT(viking, 1.6.2, , viking, http://viking.sf.net/)
AM_INIT_AUTOMAKE([dist-bzip2 dist-zip subdir-objects])
dnl AC_CONFIG_SRCDIR([src/main.c])
AC_CONFIG_HEADERS([src/config.h])
Expand Down
6 changes: 3 additions & 3 deletions help/C/viking.xml
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.6.1">
<!ENTITY manrevision "1.6.1">
<!ENTITY date "November 2015">
<!ENTITY appversion "1.6.2">
<!ENTITY manrevision "1.6.2">
<!ENTITY date "December 2015">
]>
<!--
(Do not remove this comment block.)
Expand Down
2 changes: 1 addition & 1 deletion win32/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.6.1.0"
!define VIKING_VERSION "1.6.2.0"

;The name var is set in .onInit
Name $name
Expand Down

0 comments on commit eff1259

Please sign in to comment.