Skip to content

Commit

Permalink
Releasing Viking 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rnorris committed Nov 24, 2015
1 parent 8655fb8 commit 51d6704
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 6 deletions.
17 changes: 17 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
Viking 1.6.1 (2015-11-24)
Bug Fix Release + updated translations
* Several fixes and many code improvements from Coverity scans
* Fix heap-buffer-overflows
* Mapnik3 support.
** C++ standard required is now C++11
* Reactivate building of the reference documentation
* SF Bugs#126: Fix crash in gdk_rgb_convert_0888 due to using deallocated memory.
* SF Bugs#121: Fix crash when invalidating previously acquired tiles.
* SF Bugs#123: Fix bzip2 decompression on Windows.
* SF Bugs#122: Fix memory cache confusion with multiple "On Disk OSM Tile Format" maps
* SF Bugs#120: Fix Track drawing bug across the 180th Meridian.
* Red Hat Bugzilla – Bug 1210403: Only download and process one Bing attribution list.
* Fix Geocaches acquiring with latest geo-* software
* Import latest Launchpad translation updates
* Many other small fixes - see the ChangeLog for the full details.

Viking 1.6 (2015-03-29)
New features since 1.5.1
* Mapnik Rendering Layer (not available in Windows build ATM) - with preprocessor CartoCSS option.
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, , viking, http://viking.sf.net/)
AC_INIT(viking, 1.6.1, , 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">
<!ENTITY manrevision "1.6">
<!ENTITY date "March 2015">
<!ENTITY appversion "1.6.1">
<!ENTITY manrevision "1.6.1">
<!ENTITY date "November 2015">
]>
<!--
(Do not remove this comment block.)
Expand Down
2 changes: 1 addition & 1 deletion help/viking.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ 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>2015-03-29</date>">
<!ENTITY dhdate "<date>2015-11-24</date>">
<!ENTITY dhsource "Viking">
<!ENTITY dhversion "@PACKAGE_VERSION@">
<!-- SECTION should be 1-8, maybe w/ subsection other parameters are
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.0.0"
!define VIKING_VERSION "1.6.1.0"

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

0 comments on commit 51d6704

Please sign in to comment.