[svn-r17615] Updated with H5Pget_preserve fix information.

This commit is contained in:
Albert Cheng 2009-10-08 09:11:32 -05:00
parent d612aa916b
commit 047ac8f136

View File

@ -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.