Update to 0.9.96.
Viking 0.9.96 (2010-10-11) New features since 0.9.95 * Use ETag to detect fresh tiles on servers * Add new menu entry in GPS Layer to delete the realtime information. * Ensure GPS realtime information deleted when GPS Layer -->Empty All is called. * Prevent zoom factor string displaying unnecessary .0s when it's a whole number. * Improve Track Properties speed profile display for low speed difference (e.g. walking) tracks. * Use speed units in display of Track/Waypoint layer draw by velocity config values, but maintain units as metres per second when read from/saved to files. * Add keyboard accelerators for as many as possible View Menu entries. * Simplify zoom status when xmpp and ympp are equal * Use height units in the altitude readout for the cursor position on the status bar. * Use height units in display of DEM min / max elevation values, but maintain units as metres when read from/saved to files. Fixes since 0.9.95 * Fix many memory leaks * DEM layer properties tidy up. * Prevent getting stuck in a near infinite loop when using Coord layer, UTM mode and zoomed out to see the whole world. * Prevent lock up in attempt to download maps along a track in UTM mode. * Launchpad Bug #445374: Prevent crash when downloading maps along a track, with Terraserver maps when in Mercator mode. * Add explicit linking against libz and libm * Fix SF#3009431: Prevent Crash in Real Time Tracking GPS Mode & Autodownload Maps. * Fix display of rounded speed units scale markers in the speed profile. * Fix cycle map URL * Fix compiler warnings * Fix Track Draw by Velocity mode, so that individual track points are coloured (as was the intention). * Fix bug where older file was removed when network not present * Fix: warning 'draw-mode' message does not display * Fix incorrect limitation on source map id
This commit is contained in:
parent
d35ed74a1d
commit
138feb2943
2 changed files with 6 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.17 2010/09/22 12:43:47 gdt Exp $
|
||||
# $NetBSD: Makefile,v 1.18 2010/10/12 23:28:29 gdt Exp $
|
||||
#
|
||||
|
||||
DISTNAME= viking-0.9.95
|
||||
DISTNAME= viking-0.9.96
|
||||
CATEGORIES= geography
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=viking/}
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.8 2010/09/22 12:43:48 gdt Exp $
|
||||
$NetBSD: distinfo,v 1.9 2010/10/12 23:28:29 gdt Exp $
|
||||
|
||||
SHA1 (viking-0.9.95.tar.gz) = 94def9c41d9ba8e7dfdeb9c3cd1a6760b3f3bf3c
|
||||
RMD160 (viking-0.9.95.tar.gz) = 41f5b2902a1d6739eefd66cadf9b7c3e120f219d
|
||||
Size (viking-0.9.95.tar.gz) = 942558 bytes
|
||||
SHA1 (viking-0.9.96.tar.gz) = 498bb53e0e8f20579d055d154a5dd5818775b060
|
||||
RMD160 (viking-0.9.96.tar.gz) = 862b22479c743fbcb20628fc676b935215ebfceb
|
||||
Size (viking-0.9.96.tar.gz) = 948611 bytes
|
||||
SHA1 (patch-aa) = 24dba675c4aeacef6541f474edd90b7457d98d02
|
||||
|
|
Loading…
Reference in a new issue