# HG changeset patch # User Carnë Draug # Date 1412612162 -3600 # Node ID d3ec45cd866015133d8254e8491a6f1e0f905d99 # Parent 6ece20a81d0f04519013f40c67cee24eaf7ce6a0 maint: release 2.2.2. diff --git a/DESCRIPTION b/DESCRIPTION --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Name: Image -Version: 2.2.1 -Date: 2014-03-08 +Version: 2.2.2 +Date: 2014-10-06 Author: various authors -Maintainer: Carnë Draug +Maintainer: Carnë Draug Title: Image Processing Description: The Octave-forge Image package provides functions for processing images. diff --git a/NEWS b/NEWS --- a/NEWS +++ b/NEWS @@ -1,3 +1,15 @@ + Summary of important user-visible changes for image 2.2.2 (2014/10/06): +------------------------------------------------------------------------- + + ** Multiple documentation fixes for compatibility with new versions of + Texinfo. + + ** Fix error with imcrop when image was all zeros. + + ** Fix endless loop in bwdist when using the quasi-euclidean method in + x86 systems. + + Summary of important user-visible changes for image 2.2.1 (2014/03/08): ------------------------------------------------------------------------- @@ -15,6 +27,7 @@ ** Fix regression in bwdist when calculating the closest pixel map. + Summary of important user-visible changes for image 2.2.0 (2014/01/08): ------------------------------------------------------------------------- diff --git a/src/configure.ac b/src/configure.ac --- a/src/configure.ac +++ b/src/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.67]) -AC_INIT([Octave-Forge image package], [2.2.1]) +AC_INIT([Octave-Forge image package], [2.2.2]) AH_BOTTOM([#include "undef_unordered_map.h"]) AC_CONFIG_HEADERS([config.h])