summaryrefslogtreecommitdiffstats
path: root/doc/html/ADGuide/RELEASE.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/ADGuide/RELEASE.txt')
-rw-r--r--doc/html/ADGuide/RELEASE.txt9
1 files changed, 7 insertions, 2 deletions
diff --git a/doc/html/ADGuide/RELEASE.txt b/doc/html/ADGuide/RELEASE.txt
index 872f518..71bacb1 100644
--- a/doc/html/ADGuide/RELEASE.txt
+++ b/doc/html/ADGuide/RELEASE.txt
@@ -1,4 +1,4 @@
-HDF5 version 1.6.4-post7 released on Sun Aug 7 17:47:52 CDT 2005
+HDF5 version 1.6.4-post8 released on Sun Aug 28 20:55:28 CDT 2005
================================================================================
INTRODUCTION
@@ -41,6 +41,9 @@ New Features
Library:
--------
+ - Added HSYS_ERROR which retrieves the system error message and pushes
+ it to the error stack. This gives more information of the failed
+ system call. AKC - 2005/08/04
- Added H5F_OBJ_LOCAL flag to H5Fget_obj_count() & H5Fget_obj_ids(), to
allow querying for objects in file that were opened with a particular
file ID, instead of all objects opened in file with any file ID.
@@ -51,6 +54,8 @@ New Features
Tools:
------
+ - Sped up h5dump on files with large numbers of objects.
+ QAK - 2005/08/25
F90 API:
--------
@@ -83,7 +88,7 @@ Bug Fixes since HDF5-1.6.4 release
Library
-------
- - Corrected errors when querying information about a group opened
+ - Corrected errors when performing various operations on a group opened
by dereferencing an object reference. QAK - 2005/07/30
- Fixed a bug with named datatypes where a copy of a named datatype
used to create a dataset would accidentally use the original