summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2004-09-07 18:13:34 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2004-09-07 18:13:34 (GMT)
commit17d65263b926afd5c02850f7129ac2112d7d5920 (patch)
tree33e24f6a11c945278e3ec3e6f01bc2b1c523d3b3 /release_docs
parent8798e30eefdda277c41c1ef4ffd2709fc10ea33e (diff)
downloadhdf5-17d65263b926afd5c02850f7129ac2112d7d5920.zip
hdf5-17d65263b926afd5c02850f7129ac2112d7d5920.tar.gz
hdf5-17d65263b926afd5c02850f7129ac2112d7d5920.tar.bz2
[svn-r9214] Purpose:
added a note about the get_native_integer change Description: Solution: Platforms tested: Misc. update:
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 7048062..c7ca2a4 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -162,6 +162,10 @@ 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