summaryrefslogtreecommitdiffstats
path: root/doc/html
diff options
context:
space:
mode:
authorHDF Admin <hdfadmin@ncsa.uiuc.edu>2005-02-13 23:18:21 (GMT)
committerHDF Admin <hdfadmin@ncsa.uiuc.edu>2005-02-13 23:18:21 (GMT)
commita0f9d3a64180a001971ba5c1d2fdac62f2ae21bc (patch)
tree834e0d75c57a8c9e1fb025616f83813366330348 /doc/html
parentb7336b42870da04893b8cef4cb083fb6acb607d5 (diff)
downloadhdf5-a0f9d3a64180a001971ba5c1d2fdac62f2ae21bc.zip
hdf5-a0f9d3a64180a001971ba5c1d2fdac62f2ae21bc.tar.gz
hdf5-a0f9d3a64180a001971ba5c1d2fdac62f2ae21bc.tar.bz2
[svn-r9997] Snapshot version 1.6 release 4 (snap7)
Diffstat (limited to 'doc/html')
-rw-r--r--doc/html/ADGuide/RELEASE.txt12
1 files changed, 11 insertions, 1 deletions
diff --git a/doc/html/ADGuide/RELEASE.txt b/doc/html/ADGuide/RELEASE.txt
index d66d537..a948795 100644
--- a/doc/html/ADGuide/RELEASE.txt
+++ b/doc/html/ADGuide/RELEASE.txt
@@ -1,4 +1,4 @@
-HDF5 version 1.6.4-snap6 released on Sun Feb 6 18:54:49 CST 2005
+HDF5 version 1.6.4-snap7 released on Sun Feb 13 18:15:48 CST 2005
================================================================================
@@ -70,6 +70,16 @@ Bug Fixes since HDF5-1.6.3 release
Library
-------
+ - H5Tget_member_value calls for enum datatype didn't return correct
+ value if H5Tenum_valueof was called first. It's fixed. SLU -
+ 2005/02/08
+ - For variable-length string, H5Tget_class returned H5T_STRING as its
+ class. But H5Tdetect_class and H5Tget_member_class considered it
+ as H5T_VLEN. This is fixed to let all these 3 functions treat it
+ as H5T_STRING. SLU - 2005/02/08
+ - The byte order of all 1-byte integer types was fixed as
+ little-endian even on a big-endian machine. It's corrected.
+ SLU - 2005/02/07
- Fix segmentation fault when calling H5Fflush with an attribute that
hasn't had a value written to it open. QAK - 2004/10/18
- Back up supporting bitfield and time types in H5Tget_native_type.