summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2008-01-30 19:53:11 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2008-01-30 19:53:11 +0100
commitd3b0ae53326e28c8c1a5547a6b548d45f285ded3 (patch)
treeb25ca61c97bef1d3968f30122a7bb27ce7aafd01
parent7a4c38430f0d74f24d08987be3164b14167656b8 (diff)
prepare 0.2.2
-rw-r--r--NEWS8
-rw-r--r--configure.ac2
2 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index a91e8ea..c1d1fac 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,14 @@
gipfel ChangeLog
=================
+gipfel-0.2.2
+ - Fix a segfault if exif tool is not installed.
+ - Some optimizations.
+ - Don't make view window larger than the screen.
+ - Add export options.
+ - Add visibility command line option.
+ - Reset known hills when loading new image.
+
gipfel-0.2.1
- Fix compilation problem.
- Replace bilinear with bicubic interpolation in stitching mode (-b option).
diff --git a/configure.ac b/configure.ac
index 6f7bd3d..c9f56c7 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(gipfel, 0.2.2_pre3, Johannes.Hofmann@gmx.de)
+AC_INIT(gipfel, 0.2.2, Johannes.Hofmann@gmx.de)
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([src/Panorama.H])
AC_CONFIG_HEADER(config.h)