From 13c9d849ab4bc9e45e09ff9c6a1bdb9563a9c671 Mon Sep 17 00:00:00 2001 From: Guilhem Bonnefille Date: Tue, 4 Sep 2007 20:41:35 +0000 Subject: [PATCH] Releasing 0.9.2 --- NEWS | 12 ++++++++++++ configure.ac | 2 +- viking.spec.in | 3 +++ 3 files changed, 16 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 4967c5b4..d9b38eff 100644 --- 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 diff --git a/configure.ac b/configure.ac index 2e05d5ab..726cca3c 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) diff --git a/viking.spec.in b/viking.spec.in index f014f340..cc0ee8f3 100644 --- a/viking.spec.in +++ b/viking.spec.in @@ -51,6 +51,9 @@ rm -rf %{buildroot} %{_bindir}/viking-remote %changelog +* Sun Sep 4 2007 Guilhem Bonnefille - 0.9.2-1 +- Update to upstream version 0.9.2. + * Sun Sep 2 2007 Guilhem Bonnefille - 0.9.1-1 - Update to upstream version 0.9.1. -- 2.11.4.GIT