summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorHDF Admin <hdfadmin@ncsa.uiuc.edu>2004-08-30 02:02:51 (GMT)
committerHDF Admin <hdfadmin@ncsa.uiuc.edu>2004-08-30 02:02:51 (GMT)
commit2202352d2840a4abbbd85ab654124194cade2b07 (patch)
treed6529a1fb8afb8f02758ea2d79e3158b17556330 /doc
parent448da32994b196eb720984b33f978bb265a16553 (diff)
downloadhdf5-2202352d2840a4abbbd85ab654124194cade2b07.zip
hdf5-2202352d2840a4abbbd85ab654124194cade2b07.tar.gz
hdf5-2202352d2840a4abbbd85ab654124194cade2b07.tar.bz2
[svn-r9177] Snapshot version 1.6 release 3 (snap5)
Diffstat (limited to 'doc')
-rw-r--r--doc/html/ADGuide/RELEASE.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/html/ADGuide/RELEASE.txt b/doc/html/ADGuide/RELEASE.txt
index 8212622..63fafb8 100644
--- a/doc/html/ADGuide/RELEASE.txt
+++ b/doc/html/ADGuide/RELEASE.txt
@@ -1,4 +1,4 @@
-HDF5 version 1.6.3-snap4 released on Sun Aug 22 20:59:52 CDT 2004
+HDF5 version 1.6.3-snap5 released on Sun Aug 29 20:59:47 CDT 2004
================================================================================
@@ -110,6 +110,9 @@ Bug Fixes since HDF5-1.6.2 release
Library
-------
+ - 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
- Fixed error which could cause a core dump when a type conversion
routine was registered after a compound datatype had been
converted and then an equivalment compound datatype was converted