summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorHDF Admin <hdfadmin@ncsa.uiuc.edu>2004-07-04 08:37:15 (GMT)
committerHDF Admin <hdfadmin@ncsa.uiuc.edu>2004-07-04 08:37:15 (GMT)
commit3fa118a4b18ba3444e06079eda0dc359fdfe66fb (patch)
treeaeacf6b6ccdf58229847dd7d92612e1d7f4b1db5 /doc
parent7cac82cf682a8358582dd6f995a018f7a6d1a477 (diff)
downloadhdf5-3fa118a4b18ba3444e06079eda0dc359fdfe66fb.zip
hdf5-3fa118a4b18ba3444e06079eda0dc359fdfe66fb.tar.gz
hdf5-3fa118a4b18ba3444e06079eda0dc359fdfe66fb.tar.bz2
[svn-r8803] Snapshot version 1.7 release 29
Diffstat (limited to 'doc')
-rw-r--r--doc/html/ADGuide/RELEASE.txt11
1 files changed, 10 insertions, 1 deletions
diff --git a/doc/html/ADGuide/RELEASE.txt b/doc/html/ADGuide/RELEASE.txt
index aa88d56..11736aa 100644
--- a/doc/html/ADGuide/RELEASE.txt
+++ b/doc/html/ADGuide/RELEASE.txt
@@ -1,4 +1,4 @@
-HDF5 version 1.7.28 released on Sun Jun 13 03:28:56 CDT 2004
+HDF5 version 1.7.29 released on Sun Jul 4 03:35:47 CDT 2004
================================================================================
@@ -44,6 +44,11 @@ New Features
Library:
--------
+ - A new API function H5Fget_name was added. It returns the name
+ of the file by object(file, group, data set, named data type,
+ attribute) ID. SLU - 2004/06/29
+ - A new API function H5Fget_filesize was added. It returns the
+ actual file size of the opened file. SLU - 2004/06/24
- New Feature of Data transformation is added. AKC - 2004/05/03.
- New exception handler for datatype conversion is put in to
replace the old overflow callback function. This exception
@@ -83,6 +88,10 @@ New Features
field in the H5G_stat_t struct for testing if two objects are the
same within a file. QAK - 2003/08/08
- Switched over to new error API. SLU - 2003/07/25
+ - Added support for user defined identifier types. NF/JL - 2004/06/29
+ - Added support for SZIP without encoder. Added H5Zget_filter_info
+ and changed H5Pget_filter and H5Pget_filter_by_id to support this
+ change.
Parallel Library:
-----------------