diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2009-03-23 20:06:13 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2009-03-23 20:06:13 (GMT) |
commit | adf47d11b821bbdd40ec7ebc0a4e6a69781e6ca7 (patch) | |
tree | 205480f85805eca01d569958016691a786bf5275 /release_docs | |
parent | a75fb8d89897d86cb6172a61b2d8bf8ce7397299 (diff) | |
download | hdf5-adf47d11b821bbdd40ec7ebc0a4e6a69781e6ca7.zip hdf5-adf47d11b821bbdd40ec7ebc0a4e6a69781e6ca7.tar.gz hdf5-adf47d11b821bbdd40ec7ebc0a4e6a69781e6ca7.tar.bz2 |
[svn-r16599] added the note
Fortran High-Level APIs:
------
- Lite: The h5ltget_dataset_info_f function (gets information about a dataset)
was not correctly returning the dimension array (PVN - 2009/3/23)
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 4d456d3..425b7d5 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -134,6 +134,12 @@ New Features ------ - Table: In version 3.0 of Table, "NROWS" (used to store number of records) was deprecated (PVN - 2008/11/24) + + Fortran High-Level APIs: + ------ + - Lite: The h5ltget_dataset_info_f function (gets information about a dataset) + was not correctly returning the dimension array (PVN - 2009/3/23) + Documentation ------------- |