summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2009-10-08 14:11:32 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2009-10-08 14:11:32 (GMT)
commit047ac8f136c58c373dbb0bf04963382ed8930334 (patch)
tree7eb980012a1238926d8772694df8010c4de333c7 /release_docs
parentd612aa916b0da818d288cdf4f7e6b39174b3bd61 (diff)
downloadhdf5-047ac8f136c58c373dbb0bf04963382ed8930334.zip
hdf5-047ac8f136c58c373dbb0bf04963382ed8930334.tar.gz
hdf5-047ac8f136c58c373dbb0bf04963382ed8930334.tar.bz2
[svn-r17615] Updated with H5Pget_preserve fix information.
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 7ab8067..ee899ea 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -191,6 +191,7 @@ Bug Fixes since HDF5-1.8.0 release
Library
-------
+ - Fixed incorrect return value for H5Pget_preserve. AKC - 2009/10/08 - 1628
- Fixed an assertion failure that occurred when H5Ocopy was called on a
dataset using a vlen inside a compound. (NAF - 2009/10/02 - 1597)
- Fixed incorrect return value for H5Pget_filter_by_id1/2 in H5Ppublic.h.