diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2004-09-07 18:18:48 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2004-09-07 18:18:48 (GMT) |
commit | 1802494959ea4110d336a152c67217091bb35b26 (patch) | |
tree | aa263247e0eabe02c6d8e052626555a273cc2176 | |
parent | 17d65263b926afd5c02850f7129ac2112d7d5920 (diff) | |
download | hdf5-1802494959ea4110d336a152c67217091bb35b26.zip hdf5-1802494959ea4110d336a152c67217091bb35b26.tar.gz hdf5-1802494959ea4110d336a152c67217091bb35b26.tar.bz2 |
[svn-r9216] Purpose:
some text formatting
Description:
Solution:
Platforms tested:
Misc. update:
-rw-r--r-- | release_docs/RELEASE.txt | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index c7ca2a4..b22a840 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -110,6 +110,10 @@ Bug Fixes since HDF5-1.6.2 release Library ------- + - The H5Tget_native_type now determines the native type for integers + based on the precision. This is to avoid cases of wrongly converting + an int to a short in machines that have a short of 8 bytes but with + 32bit precision (e.g Cray SV1). PVN - 2004/09/07 - Changed H5Dread() to not overwrite data in an application's buffer with garbage when accessing a chunked dataset with an undefined fill value and an unwritten chunk is uncountered. QAK - 2004/08/25 @@ -162,11 +166,6 @@ Bug Fixes since HDF5-1.6.2 release file for the raw data for the dataset. QAK - 2004/06/01 - Fixed dtypes "sw long double -> double" failure in QSC class machines. AKC - 2004/4/16 - - The H5Tget_native_type now determines the native type for integers - based on the precision. This is to avoid cases of wrongly converting - an int to a short in machines that have a short of 8 bytes but with - 32bit precision (e.g Cray SV1). PVN - 2004/9/7 - Configuration ------------- |