summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorHDF Admin <hdfadmin@ncsa.uiuc.edu>2003-11-02 08:07:05 (GMT)
committerHDF Admin <hdfadmin@ncsa.uiuc.edu>2003-11-02 08:07:05 (GMT)
commitfd7fc53c9d9030efc2665a35c9ff5d2da00dc7c6 (patch)
tree31cb749ee177665b271fd6dc49575b2563a34c7e /doc
parent7b05686f05fca6f8d050a5baf778893380cabdfd (diff)
downloadhdf5-fd7fc53c9d9030efc2665a35c9ff5d2da00dc7c6.zip
hdf5-fd7fc53c9d9030efc2665a35c9ff5d2da00dc7c6.tar.gz
hdf5-fd7fc53c9d9030efc2665a35c9ff5d2da00dc7c6.tar.bz2
[svn-r7807] Snapshot version 1.7 release 9
Diffstat (limited to 'doc')
-rw-r--r--doc/html/ADGuide/RELEASE.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/html/ADGuide/RELEASE.txt b/doc/html/ADGuide/RELEASE.txt
index 060c1f3..6465896 100644
--- a/doc/html/ADGuide/RELEASE.txt
+++ b/doc/html/ADGuide/RELEASE.txt
@@ -1,4 +1,4 @@
-HDF5 version 1.7.8 released on Sun Oct 26 02:00:42 CST 2003
+HDF5 version 1.7.9 released on Sun Nov 2 03:05:37 CST 2003
================================================================================
@@ -41,6 +41,8 @@ New Features
Library:
--------
+ - New function H5Iget_file_id() was added. It returns file ID given
+ an object(dataset, group, or attribute) ID. SLU 2003/10/29
- Added new fields to the H5G_stat_t for more information about an
object's object header. QAK 2003/10/06
- Added new H5Fget_freespace() routine to query the free space in a
@@ -80,6 +82,10 @@ Bug Fixes since HDF5-1.6.0 release
Library
-------
+ - Fixed problems with MPI datatypes that caused ASCI Q machine to
+ hang. QAK - 2003/10/28
+ - Removed HDF5_MPI_PREFER_DERIVED_TYPES environment variable support,
+ since it had no benefit. QAK - 2003/10/28
- Single hyperslab selections (which were set with only one call to
H5Sselect_hyperslab) that had dimensions that could be "flattened"
but were interspersed with dimensions that could not be flattened