changeset 897:d3ec45cd8660 stable release-2.2.2

maint: release 2.2.2.
author Carnë Draug <carandraug@octave.org>
date Mon, 06 Oct 2014 17:16:02 +0100
parents 6ece20a81d0f
children f62126781930
files DESCRIPTION NEWS src/configure.ac
diffstat 3 files changed, 17 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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 <carandraug+dev@gmail.com>
+Maintainer: Carnë Draug <carandraug@octave.org>
 Title: Image Processing
 Description: The Octave-forge Image package provides functions for
  processing images.
--- 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):
 -------------------------------------------------------------------------
 
--- 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])