[MINC-users] minc 2.0.17

Andrew Janke a.janke at gmail.com
Tue Jan 27 10:54:25 EST 2009


Hi all,

The eagle eyed (or bored) amongst us might have noticed this:

  http://packages.bic.mni.mcgill.ca/tgz/minc-2.0.17.tar.gz

In short there are a bunch of changes/fixes (see ChangeLog below). The
major being a bugfix to ParseArgv that fixes a problem that came up in
a lot of places regarding ordering of boolean arguments. Note that
with the ParseArgv changes, all packages will have to be rebuilt
against 2.0.17.

I will upload the Ubuntu Intrepid packages to suit shortly.


--
Andrew Janke
(a.janke at gmail.com || http://a.janke.googlepages.com/)
Canberra->Australia    +61 (402) 700 883


 6  2009-01-20  Andrew L Janke <a.janke at gmail.com>
 7    * Updated version in CMakeLists.txt
 8    * Note that with the bugfix in ParseArgv all other MINC
 9       programs that link against this will have to be
 10       rebuilt.
 11    * CMakeLists.txt: updated version
 12
 13    Warning cleanups below
 14    * conversion/dcm2mnc/minc_file.c: fixed printf type
 15    * conversion/dcm2mnc/siemens_to_dicom.c: fixed printf type
 16    * conversion/ecattominc/machine_indep.c: added string.h and fixed
 17        2 fprintf missing format args
 18    * conversion/micropet/upet2mnc.c: fixed two fprintf format args
 19    * conversion/minctoecat/ecat_write.c: added string.h
 20    * conversion/minctoecat/minctoecat.c: added missing argument to fprintf
 21    * conversion/nifti1/mnc2nii.c: fixed incorrect printf type
 22    * progs/mincview/invert_raw_image.c: added fwrite checking
 23
 24
 25 2009-01-03  Steve M. Robbins  <smr at sumost.ca>
 26
 27    * testdir/run_test_progs.sh: New.  Test that programs like
 28    mincheader and mincdiff work properly.
 29
 30    * configure.in: Bump to version 2.0.17.
 31
 32    * libsrc/ParseArgv.c (ParseArgv): Change ARGV_CONSTANT to treat
 33    src and dst and pointer to integer, as documented.  Reverts change
 34    6.9 of this file.
 35
 36    * testdir/test_arg_parse.c: New. Test program for argument parsing
 37    (ParseArgv.[ch]).
 38    * testdir/run_test_arg_parse.sh: New. Test driver for above.
 39    * testdir/Makefile.am (TESTS): Add run_test_arg_parse.sh.
 40
 41    * libsrc2/Makefile.am: Remove; the only content was SUBDIRS = test.
 42    * Makefile.am: Change SUBDIRS from libsrc2 to libsrc2/test.
 43    * configure.in: Remove libsrc2/Makefile output.
 44
 45    * testdir/xfmconcat_01.sh:
 46    * testdir/xfmconcat_02.sh: Add -clobber to output-generating commands.
 47
 48    * libsrc2/test/testminctools.sh: Add "set -e" to exit on any error.
 49
 50    * configure.in: Remove AC_PROG_RANLIB, obsoleted by use of
 51    AC_PROG_LIBTOOL.
 52
 53    2008-10-12  Steve M. Robbins  <smr at sumost.ca>
 54
 55    * conversion/dcm2mnc/dcm2mnc.man1:
 56    * conversion/ecattominc/ecattominc.man1:
 57    * conversion/micropet/upet2mnc.man1:
 58    * conversion/minctoecat/minctoecat.man1:
 59    * conversion/nifti1/mnc2nii.man1:
 60    * conversion/nifti1/nii2mnc.man1:
 61    * conversion/vff2mnc/vff2mnc.man1:
 62    * progs/mincgen/mincgen.man1: Fix errors, mainly removing trailing
 63    TAB characters.


More information about the MINC-users mailing list