changeset 2566:2f9e06536c8b

* updated NEWS for release
author Andrew L Janke <a.janke@gmail.com>
date Wed, 22 Feb 2012 01:17:52 +1000
parents 9a32f1651a9c
children cbe65658451f
files ChangeLog NEWS configure.in
diffstat 3 files changed, 13 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+
+-- Release of minc 2.1.10 --
 
 2012-02-22  Andrew L Janke <a.janke@gmail.com>
    * added a patch from Steve Robbins that factors references to PATH_MAX
@@ -49,6 +51,8 @@
      even though the acquisition is descending (version >= VA25 and
      >= VB11).
 
+-- Release of minc 2.1.00 --
+
 2010-07-27  Andrew L Janke  <a.janke@gmail.com>
    * conversion/micropet/upet2mnc.c: error bug squashed (John Cupitt)
 
--- a/NEWS
+++ b/NEWS
@@ -1,15 +1,19 @@
-New in Release 
+New in Release 2.1.10
 ---------------------
+* added imin() and imax() operators to minccalc
+* added a minc_version global to files created with minc
+* Fixed a few HDF5 error output bugs
+* mincview is now coded in sh, not csh also shifted from xv to display
 * Fixed bug in dicom_to_minc.c for segmentation fault on undefined sequence
   (initialization of gi_ptr->cur_size)
-* Free some memory after usage
+* Fixed some memory leaks (thanks Jim Nikelski) 
 * Added b-matrix field for Siemens diffusion scans (version >= VB
-  only).
+  only). (thanks to Ilana Leppert)
 * Made changes to ordering of slices: e.g. a descending acquisition
   now has negative slice step. This was an issue with MOSAIC, in
   which the ordering of the slices in the MOSAIC image is ascending,
   even though the acquisition is descending (version >= VA25 and
-  >= VB11).
+  >= VB11). (thanks to Ilana Leppert)
 
 New in Release 2.1.00
 ---------------------
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 
-AC_INIT([minc],[2.1.01],[a.janke@gmail.com])
+AC_INIT([minc],[2.1.10],[a.janke@gmail.com])
 
 AC_CONFIG_SRCDIR([libsrc2/minc2.h])
 AC_CONFIG_AUX_DIR(ac_config_aux)