summaryrefslogtreecommitdiffstats
path: root/doc/html
diff options
context:
space:
mode:
authorHDF Admin <hdfadmin@ncsa.uiuc.edu>2004-09-12 09:05:05 (GMT)
committerHDF Admin <hdfadmin@ncsa.uiuc.edu>2004-09-12 09:05:05 (GMT)
commit147951e4bb7a7967bbec2324b6f5cc66e40260f3 (patch)
tree47eaf632f931ba9e77709edcde68b03a8ec80537 /doc/html
parent78f21976dd85a1d7ba9d9a563c25f7031d1f79dd (diff)
downloadhdf5-147951e4bb7a7967bbec2324b6f5cc66e40260f3.zip
hdf5-147951e4bb7a7967bbec2324b6f5cc66e40260f3.tar.gz
hdf5-147951e4bb7a7967bbec2324b6f5cc66e40260f3.tar.bz2
[svn-r9243] Snapshot version 1.7 release 37
Diffstat (limited to 'doc/html')
-rw-r--r--doc/html/ADGuide/RELEASE.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/html/ADGuide/RELEASE.txt b/doc/html/ADGuide/RELEASE.txt
index 05ddfcd..c605a34 100644
--- a/doc/html/ADGuide/RELEASE.txt
+++ b/doc/html/ADGuide/RELEASE.txt
@@ -1,4 +1,4 @@
-HDF5 version 1.7.36 released on Sun Sep 5 04:05:56 CDT 2004
+HDF5 version 1.7.37 released on Sun Sep 12 04:03:26 CDT 2004
================================================================================
@@ -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