From 06da58b10057c16ee9707ec5f74fd1f40383ca4a Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Thu, 15 Jan 2009 14:50:03 +0000 Subject: [PATCH] News for version 1.4.1 added --- NEWS | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/NEWS b/NEWS index 13f694c..0c3c4fb 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,27 @@ +VERSION 1.4.1 +************* + +* Added support for HDF 1.8.1. + +* Added float32 and int64 versions of the H5Block scalar field +read/write functions, using a new naming convention: + + H5Block3dWriteScalarFieldFloat64() (was H5Block3dWriteScalarField()) + H5Block3dWriteScalarFieldFloat32() (new) + H5Block3dWriteScalarFieldInt64() (new) + +The old functions still exist, but may be removed in the future. + +* Modified _write_data() in H5Block to write arbitrary data types. + +* Fixed a bug in the configure script which was preventing compiling +the FORTRAN library on Cray XT4 architectures. + +* Fixed a bug in ./test/H5BlockTestAttributes.c + +VERSION 1.4.0 +************* + Error Handling -------------- Now all functions, in which an error could occure, are returning a