diff options
-rw-r--r-- | NEWS | 8 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 9 insertions, 1 deletions
@@ -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) |