]> git.street.me.uk Git - andy/viking.git/commitdiff
Releasing 0.9.6
authorGuilhem Bonnefille <guilhem.bonnefille@gmail.com>
Thu, 31 Jul 2008 20:38:50 +0000 (20:38 +0000)
committerGuilhem Bonnefille <guilhem.bonnefille@gmail.com>
Thu, 31 Jul 2008 20:38:50 +0000 (20:38 +0000)
ChangeLog
NEWS
configure.ac

index b5607a4b5ab5434f0d72bb0b8c7c5bd574f9cffe..3e0b149c6ad013ab90340e80cdb962aecfc9bcec 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-07-31
+Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
+       * Release Viking 0.9.6
+       * Fix unecessary (and probably) Makefile.am directive
+
 2008-07-28
 Quy Tonthat <qtonthat@gmail.com>:
        * Fix gcget command line to accomodate negative coords.
diff --git a/NEWS b/NEWS
index 15f385460508c35fe1ab41a1677a9ee96e5b933c..8b73008eec65d63bcef1053ce85f5817aad8fe17 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+Viking 0.9.6 (2008-07-31)
+Fixes since 0.9.5
+
+* Fix Google maps' URL
+* Fix gcget command line to accomodate negative coords
+* Fix unecessary viking.desktop
+
 Viking 0.9.5 (2008-07-21)
 New features since 0.9.4
 
index 61e9e069028f4151c6d642c7f0c551ce246db8be..25e6599d4c3d3a00b820af3b15068477521cbdb2 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.5)
+AC_INIT(viking, 0.9.6)
 AM_INIT_AUTOMAKE()
 dnl AC_CONFIG_SRCDIR([src/main.c])
 AC_CONFIG_HEADERS([src/config.h])