summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2013-02-18 00:55:01 (GMT)
committerScot Breitenfeld <brtnfld@hdfgroup.org>2013-02-18 00:55:01 (GMT)
commita66624ed688f7f4d4e85031b63b3f4688c82c9d2 (patch)
tree6105b09a69a97c4a13447efda0d24c28b070065d /release_docs/RELEASE.txt
parentc3fe96625111e4141ca2f82733a22d43ef757595 (diff)
downloadhdf5-a66624ed688f7f4d4e85031b63b3f4688c82c9d2.zip
hdf5-a66624ed688f7f4d4e85031b63b3f4688c82c9d2.tar.gz
hdf5-a66624ed688f7f4d4e85031b63b3f4688c82c9d2.tar.bz2
[svn-r23292] H5DSget_scale_name changed behavior and fix noted.
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r--release_docs/RELEASE.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 641b985..a8caa19 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -149,6 +149,10 @@ Bug Fixes since HDF5-1.8.10
filter pipeline. The user must be careful with the function and
clearly understand the I/O process of the library. (SLU - 2013/2/11)
+ - Fixed problem with H5DSget_scale_name including the NULL terminator in
+ the size calculation returned by the function. The API was changed to NOT
+ include the NULL terminator in the size of name returned (MSB- 2013/2/10)
+
Fortran High-Level APIs:
------
- None