summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2004-09-07 18:16:44 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2004-09-07 18:16:44 (GMT)
commit068639ae747cb11f9c600753f23b6e3a31f0ec4d (patch)
tree3632f1e7c9d780a48b5a683e5a528b027585292e /release_docs
parent9abba8efdf4fbd7a5d3899e7db15b48e0fd9fae4 (diff)
downloadhdf5-068639ae747cb11f9c600753f23b6e3a31f0ec4d.zip
hdf5-068639ae747cb11f9c600753f23b6e3a31f0ec4d.tar.gz
hdf5-068639ae747cb11f9c600753f23b6e3a31f0ec4d.tar.bz2
[svn-r9215] Purpose:
added a nore about the get_native_integer 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 8701d43..d7869d2 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -180,6 +180,10 @@ Bug Fixes since HDF5-1.6.0 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