]> git.street.me.uk Git - andy/viking.git/commitdiff
Releasing 0.9.1
authorGuilhem Bonnefille <guilhem.bonnefille@gmail.com>
Sun, 2 Sep 2007 15:36:16 +0000 (15:36 +0000)
committerGuilhem Bonnefille <guilhem.bonnefille@gmail.com>
Sun, 2 Sep 2007 15:36:16 +0000 (15:36 +0000)
NEWS
configure.ac
viking.spec.in

diff --git a/NEWS b/NEWS
index b26fd2b44f293597d72b6eff67dc0f89999dbb9a..4967c5b4605d088e06781b667c482eafe7ac55d5 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,28 @@
+Viking 0.9.1 (2007-09-02)
+New features since 0.9
+
+* Upload data (TrackWaypoint layer or single track) to OpenStreetMap.
+* Group "Export Layer..." entries in a sub-menu.
+* Added --enable-old-google to configure script. Old google modes are now disabled by default.
+* Default mode for new maps is Google Maps.
+* DEM module can now read hgt.zip files directly (no need to unzip them).
+* DEM module can now process 1 arc sec hgt(.zip) files (mainly for USA regions).
+* Display on status bar altitude at cursor using data from DEM layer(s). 
+
+Fixes since 0.9
+
+* Add redirect support.
+* Some improves to introduce the drawmode notion.
+* Better checking to detect downloaded text instead of images.
+* New google version number.
+* libcurl is a requirement.
+* Fix bugs that cause crashes on layers copy/paste/delete.
+* Fix bug in Google search that caused viking jump to wrong location when Google can not find the match.
+* Clean up and eliminate compiler warning.
+* Fix bug in creating temporary HOME when HOME is not set.
+* Disable GeoCache Acquire since it no longer works. Can be enabled again using configure --enable-geocaches.
+* Disable expedia map layer by default since it no longer works. Can be enabled again using configure --enable-expedia. 
+
 Viking 0.9 (2007-07-13)
 New Features since 0.1.3
 
index 6f66a39bca01b6af85191ae97d5dfd0a92a380e5..2e05d5ab950a39240f9ab82cf7a8430a5fb68f95 100644 (file)
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.59)
-AC_INIT(viking, 0.9)
+AC_INIT(viking, 0.9.1)
 AM_INIT_AUTOMAKE()
 dnl AC_CONFIG_SRCDIR([src/main.c])
 AC_CONFIG_HEADERS([src/config.h])
index a17c7eba7f1b238f49a9c9fbbcda2799d663f16b..f014f34083dde2665df61922d7860075e7f8ad0b 100644 (file)
@@ -51,6 +51,9 @@ rm -rf %{buildroot}
 %{_bindir}/viking-remote
 
 %changelog
+* Sun Sep  2 2007 Guilhem Bonnefille <guilhem.bonnefille> - 0.9.1-1
+- Update to upstream version 0.9.1.
+
 * Fri Jul 13 2007 Guilhem Bonnefille <guilhem.bonnefille> - 0.9-1
 - Update to upstream version 0.9.