summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorNeil Fortner <nfortne2@hdfgroup.org>2009-09-25 19:06:52 (GMT)
committerNeil Fortner <nfortne2@hdfgroup.org>2009-09-25 19:06:52 (GMT)
commitca0268116eb9fcf47719a54414d3803abe0ec6ca (patch)
treeda501f2a84ff9c732b60941aabf600d649d4147f /release_docs
parenta2faf5621f38ff5d745acbc254dfbded02664e28 (diff)
downloadhdf5-ca0268116eb9fcf47719a54414d3803abe0ec6ca.zip
hdf5-ca0268116eb9fcf47719a54414d3803abe0ec6ca.tar.gz
hdf5-ca0268116eb9fcf47719a54414d3803abe0ec6ca.tar.bz2
[svn-r17533] Add note to RELEASE.txt for changes in r17531
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 8797b94..7ec7a5a 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -106,11 +106,13 @@ Bug Fixes since HDF5-1.8.3
Library
-------
+ - Fixed a bug where properties weren't being compared with the registered
+ compare callback. NAF - 2009/09/25 - 1555
- Corrected problem where library would re-write the superblock in a file
opened for R/W access, even when no changes were made to the file.
(QAK - 2009/08/20, Bz#1473)
- Fixed a bug where H5Pget_filter_by_id would succeed when called for a
- ilter that wasn't present. NAF - 2009/06/25 - 1250
+ filter that wasn't present. NAF - 2009/06/25 - 1250
- Fixed an issue with committed compound datatypes containing a vlen. Also
fixed memory leaks involving committed datatypes. NAF - 2009/06/10 - 1593