summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2008-05-02 20:50:30 +0200
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2008-05-02 20:50:30 +0200
commite322fa254f4b6d22ae7524ba5616dec6d76aa0f2 (patch)
tree49f350a01f14a8302486698a8a73a1577b875c2e
parentbc36079638b4ff3d0b7b3476dc5125bb1fc38c91 (diff)
prepare 0.2.3
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index f38cf52..383500a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,11 @@
gipfel ChangeLog
=================
+gipfel-0.2.3
+ - Fix a major shprtcoming in the rectilinear projection
+ code. This improves accuracy quite a bit mostly in
+ wideangle images.
+
gipfel-0.2.2
- Fix a segfault if exif tool is not installed.
- Some optimizations.
diff --git a/configure.ac b/configure.ac
index 02c0479..b5b9208 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, Johannes.Hofmann@gmx.de)
+AC_INIT(gipfel, 0.2.3, Johannes.Hofmann@gmx.de)
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([src/Panorama.H])
AC_CONFIG_HEADER(config.h)