]> git.street.me.uk Git - andy/viking.git/commitdiff
Releasing 0.9.2
authorGuilhem Bonnefille <guilhem.bonnefille@gmail.com>
Tue, 4 Sep 2007 20:41:35 +0000 (20:41 +0000)
committerGuilhem Bonnefille <guilhem.bonnefille@gmail.com>
Tue, 4 Sep 2007 20:41:35 +0000 (20:41 +0000)
NEWS
configure.ac
viking.spec.in

diff --git a/NEWS b/NEWS
index 4967c5b4605d088e06781b667c482eafe7ac55d5..d9b38eff6779757fb8e954c85620b8d5eb0163ae 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+Viking 0.9.2 (2007-09-04)
+New features since 0.9.1
+
+* Use $EMAIL to initialise email field for OSM upload.
+* Preset filename when exporting a TrwLayer. 
+
+Fixes since 0.9.1
+
+* Fix: crash when "applying" a map layer property dialog.
+* Fix: Do not warn about drawmode inconsistency while reading file.
+* Fix: Hide Expedia view mode when expedia is not built in. 
+
 Viking 0.9.1 (2007-09-02)
 New features since 0.9
 
index 2e05d5ab950a39240f9ab82cf7a8430a5fb68f95..726cca3c052a4a4a681f55f24b878a048925d91e 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.1)
+AC_INIT(viking, 0.9.2)
 AM_INIT_AUTOMAKE()
 dnl AC_CONFIG_SRCDIR([src/main.c])
 AC_CONFIG_HEADERS([src/config.h])
index f014f34083dde2665df61922d7860075e7f8ad0b..cc0ee8f325ab836ac86eb91546ced8aac65102c5 100644 (file)
@@ -51,6 +51,9 @@ rm -rf %{buildroot}
 %{_bindir}/viking-remote
 
 %changelog
+* Sun Sep  4 2007 Guilhem Bonnefille <guilhem.bonnefille> - 0.9.2-1
+- Update to upstream version 0.9.2.
+
 * Sun Sep  2 2007 Guilhem Bonnefille <guilhem.bonnefille> - 0.9.1-1
 - Update to upstream version 0.9.1.