changeset 2446:95e7da575e96

* final commit before 2.0.15 release
author rotor <rotor>
date Wed, 20 Feb 2008 04:27:34 +0000
parents e167f557c591
children a684083a191d
files Makefile.am NEWS
diffstat 2 files changed, 12 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.am
+++ b/Makefile.am
@@ -415,7 +415,7 @@
 byte_swap_SOURCES = conversion/image_filters/byte_swap.c
 
 
-libminc2_la_LDFLAGS = -version-info 2:0:1
+libminc2_la_LDFLAGS = -version-info 2:1:1
 libminc2_la_SOURCES = \
 	libsrc/ParseArgv.c \
 	libsrc/dim_conversion.c \
@@ -464,7 +464,7 @@
 	libsrc2/volume.c
 endif
 
-libvolume_io2_la_LDFLAGS = -version-info 2:0:1
+libvolume_io2_la_LDFLAGS = -version-info 2:1:1
 libvolume_io2_la_SOURCES = \
 	volume_io/Geometry/colour.c \
 	volume_io/Geometry/colour_def.c \
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,17 @@
 
 		New in Release 2.0.15
         ---------------------
-
 * Began to aggregate and update all docs for a clean(er) 2.1 release
-
+* Added cubic interpoation in mincresample for x-y slices
+* Fixed a seg-fault with null history strings
+* Changed all global variables to static to avoid linking problems
+   with other libraries (eg: libz)
+* new version of mincedit/mincheader in sh instead of csh
+* Many fixes to remove compile warnings
+* removed all rcsid's in files given that we have a -version argument
+* Added preservation of "patient name" in nii2mnc (where patient name 
+   is the descriptor field in a nifti/analyze file)
+* xfmconcat now records history in the output file
 
 		New in Release 2.0.14
         ---------------------