diff options
author | Neil Fortner <nfortne2@hdfgroup.org> | 2009-09-25 19:08:41 (GMT) |
---|---|---|
committer | Neil Fortner <nfortne2@hdfgroup.org> | 2009-09-25 19:08:41 (GMT) |
commit | 2f3d788b2ca469d89a5b082b61bd70aef5174e14 (patch) | |
tree | 582d79078c9813bff3ed1831677777d5469e07bf | |
parent | 260d1d3873cacd366ed062cb2b562fffd8825fbf (diff) | |
download | hdf5-2f3d788b2ca469d89a5b082b61bd70aef5174e14.zip hdf5-2f3d788b2ca469d89a5b082b61bd70aef5174e14.tar.gz hdf5-2f3d788b2ca469d89a5b082b61bd70aef5174e14.tar.bz2 |
[svn-r17534] Add note to RELEASE.txt for changes in r17530
-rw-r--r-- | release_docs/RELEASE.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 190763f..1ee8915 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -183,6 +183,8 @@ Bug Fixes since HDF5-1.8.0 release Library ------- + - Fixed a bug where properties weren't being compared with the registered + compare callback. (NAF - 2009/09/25 - 1555) - Fixed a bug where H5Pget_fitler_by_id would succeed when called for a filter that wasn't present. (NAF - 2009/06/25 - 1250) - Fixed an issue with committed compound datatypes containing a vlen. |