diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2009-04-08 21:22:13 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2009-04-08 21:22:13 (GMT) |
commit | 659f3a77ea0f7548ed09a9624de3fe2a183f451c (patch) | |
tree | a9d18fc9c93c5ccc7d14cd4016e404dba974ca64 | |
parent | c62ae38c01b497b8c1139a0be71ea0bbc561fccd (diff) | |
download | hdf5-659f3a77ea0f7548ed09a9624de3fe2a183f451c.zip hdf5-659f3a77ea0f7548ed09a9624de3fe2a183f451c.tar.gz hdf5-659f3a77ea0f7548ed09a9624de3fe2a183f451c.tar.bz2 |
[svn-r16708] added The scale index return value in H5DSiterate_scales was not always
+ incremented. (PVN - 2009/4/8 - 1538)
-rw-r--r-- | release_docs/RELEASE.txt | 21 |
1 files changed, 12 insertions, 9 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index e333f46..2a6d4e6 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -125,20 +125,11 @@ New Features predefined constant, whatever is smaller. This assures that the chunk read fits in the chunk cache. (PVN - 2008/11/21) - - - - High-Level APIs: ------ - 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 ------------- @@ -307,6 +298,18 @@ Bug Fixes since HDF5-1.8.0 release was done incorrectly. Removed printing of attributes when doing binary output. PVN - 2008/06/05 + High-Level APIs: + ------ + - Dimension scales: The scale index return value in H5DSiterate_scales was not always + incremented. (PVN - 2009/4/8 - 1538) + + 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) + + + |