summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2009-10-08 14:10:15 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2009-10-08 14:10:15 (GMT)
commit6f6a2c726db6570427a4c8a8d7b36961346f37eb (patch)
tree946bfffc8e7721137d9df15d9ad91075063adeaa /release_docs
parentbe6691b33d0402dbaef53256382b45ab02d7fba8 (diff)
downloadhdf5-6f6a2c726db6570427a4c8a8d7b36961346f37eb.zip
hdf5-6f6a2c726db6570427a4c8a8d7b36961346f37eb.tar.gz
hdf5-6f6a2c726db6570427a4c8a8d7b36961346f37eb.tar.bz2
[svn-r17614] 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 c4e8080..05df42c 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -123,6 +123,7 @@ Bug Fixes since HDF5-1.8.3
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.