summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorHDF Admin <hdfadmin@ncsa.uiuc.edu>2005-08-29 01:59:41 (GMT)
committerHDF Admin <hdfadmin@ncsa.uiuc.edu>2005-08-29 01:59:41 (GMT)
commit9906d747bb82d1e34f6df33f689228a846f99892 (patch)
tree0d131e42356363427274cbc7f3716448656191d5 /doc
parent8ba473742492dcfa3431891c193b895029603dd6 (diff)
downloadhdf5-9906d747bb82d1e34f6df33f689228a846f99892.zip
hdf5-9906d747bb82d1e34f6df33f689228a846f99892.tar.gz
hdf5-9906d747bb82d1e34f6df33f689228a846f99892.tar.bz2
[svn-r11306] Snapshot version 1.6 release 4 (post8)
Diffstat (limited to 'doc')
-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