summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorHDF Admin <hdfadmin@ncsa.uiuc.edu>2005-07-25 01:10:09 (GMT)
committerHDF Admin <hdfadmin@ncsa.uiuc.edu>2005-07-25 01:10:09 (GMT)
commit3158f56b461f0d6e6dae34a6167226fba0764089 (patch)
tree38ebefa6cbe97e7275a484a70436dcd247584bc0 /doc
parentfe594c5dd8b811f4c843c1816cd584603706c2b2 (diff)
downloadhdf5-3158f56b461f0d6e6dae34a6167226fba0764089.zip
hdf5-3158f56b461f0d6e6dae34a6167226fba0764089.tar.gz
hdf5-3158f56b461f0d6e6dae34a6167226fba0764089.tar.bz2
[svn-r11150] Snapshot version 1.6 release 4 (post6)
Diffstat (limited to 'doc')
-rw-r--r--doc/html/ADGuide/RELEASE.txt13
1 files changed, 12 insertions, 1 deletions
diff --git a/doc/html/ADGuide/RELEASE.txt b/doc/html/ADGuide/RELEASE.txt
index 17c3aca..1e81930 100644
--- a/doc/html/ADGuide/RELEASE.txt
+++ b/doc/html/ADGuide/RELEASE.txt
@@ -1,4 +1,4 @@
-HDF5 version 1.6.4-post5 released on Sun Jul 17 17:58:20 CDT 2005
+HDF5 version 1.6.4-post6 released on Sun Jul 24 20:08:54 CDT 2005
================================================================================
INTRODUCTION
@@ -72,6 +72,17 @@ Bug Fixes since HDF5-1.6.4 release
Library
-------
+ - Fixed a bug with named datatypes where a copy of a named datatype
+ used to create a dataset would accidentally use the original
+ named datatype for the dataset's datatype. QAK - 2005/07/23
+ - Made H5Fget_name() be consistent and always return name of actual
+ file the ID is in. (Instead of the name of the top file in a
+ file mounting hierarchy). QAK - 2005/07/19
+ - Reworked internal file mounting semantics to hopefully eliminate
+ mounting problems. We now require that files that are mounting
+ together all have the same "file close degree". QAK - 2005/07/19
+ - More bug fixes on holding open files that are mounted and have
+ IDs open. QAK - 2005/07/14
- More bug fixes on holding open files that are mounted and have
IDs open. QAK - 2005/07/14
- Dataset sieve buffer cache was inadvertantly disabled - re-enable