diff options
author | gdt <gdt> | 2010-10-12 23:28:29 +0000 |
---|---|---|
committer | gdt <gdt> | 2010-10-12 23:28:29 +0000 |
commit | 48c5eb83f54b476581665788aa7a7bd740a087f0 (patch) | |
tree | 10a0c3b6ff58fadcb6076a6e4b83db0572d95c93 | |
parent | 721f36f8e825fc3fff9bf9ab0ece907dd4e797e1 (diff) | |
download | pkgsrc-48c5eb83f54b476581665788aa7a7bd740a087f0.tar.gz |
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
-rw-r--r-- | geography/viking/Makefile | 4 | ||||
-rw-r--r-- | geography/viking/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/geography/viking/Makefile b/geography/viking/Makefile index ba2160bb892..f151a02fc74 100644 --- a/geography/viking/Makefile +++ b/geography/viking/Makefile @@ -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/} diff --git a/geography/viking/distinfo b/geography/viking/distinfo index 0014799cc34..eb8947241e3 100644 --- a/geography/viking/distinfo +++ b/geography/viking/distinfo @@ -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 |