]> git.street.me.uk Git - andy/viking.git/commitdiff
Releasing version 1.2.2
authorGuilhem Bonnefille <guilhem.bonnefille@gmail.com>
Thu, 3 Nov 2011 22:09:12 +0000 (23:09 +0100)
committerGuilhem Bonnefille <guilhem.bonnefille@gmail.com>
Thu, 3 Nov 2011 22:09:12 +0000 (23:09 +0100)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 20a66b533a267df55dd376aa80a75db861170248..f63bd17a4e6903af1255ba43e991bcdd3556eba6 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Viking 1.2.2 (2011-11-03)
+Fixes since 1.2.1
+* Increase default tile age check to 7 days.
+* Fix compilation with curl 7.21.7 (SF#3376584)
+
 Viking 1.2.1 (2011-06-16)
 Fixes since 1.2
 * Support proper MAC OS file locations.
index 4e11744d906363e66c149b8b7112d4f463b83031..2ad7bc3ced9552c5896dfdbbc45ce48a1545a5ff 100644 (file)
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.59)
-AC_INIT(viking, 1.2.1)
+AC_INIT(viking, 1.2.2)
 AM_INIT_AUTOMAKE()
 dnl AC_CONFIG_SRCDIR([src/main.c])
 AC_CONFIG_HEADERS([src/config.h])