summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2013-02-11 02:18:24 (GMT)
committerScot Breitenfeld <brtnfld@hdfgroup.org>2013-02-11 02:18:24 (GMT)
commitb37820aecbe7e94fcf4bb1b1757322393e5b01c4 (patch)
treeaeae58e9264e344857ec3d39e43701dd14f45a7b
parent871b69723e764114578c2c88f125d8ce6ce57597 (diff)
downloadhdf5-b37820aecbe7e94fcf4bb1b1757322393e5b01c4.zip
hdf5-b37820aecbe7e94fcf4bb1b1757322393e5b01c4.tar.gz
hdf5-b37820aecbe7e94fcf4bb1b1757322393e5b01c4.tar.bz2
[svn-r23242] Added info. about changed behavior of H5DSgetscale_name (HDFFV-7596)
-rw-r--r--release_docs/RELEASE.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index a5ff940..0ac9c3f 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -975,7 +975,10 @@ Bug Fixes since HDF5-1.8.0 release
High-Level APIs:
------
-
+ - Fixed problem with H5DSget_scale_name including the NULL terminator in
+ the size calculation returned by the function. The API does not
+ include the NULL terminator in the size returned (MSB- 2013/2/10)
+
- Fixed problem with H5TBdelete_record destroying all data following the deletion
of a row. (MSB- 2012/7/26)