summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2009-08-20 19:18:07 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2009-08-20 19:18:07 (GMT)
commit5fc9bd9a5efe450e6a9394a2c5e8baa17338b79e (patch)
treec34393c11a19ef61356ab346574bf0ad5ed20f7d /release_docs
parent7a91bd45d43beff7d4919ed97b22dddeb6ade423 (diff)
downloadhdf5-5fc9bd9a5efe450e6a9394a2c5e8baa17338b79e.zip
hdf5-5fc9bd9a5efe450e6a9394a2c5e8baa17338b79e.tar.gz
hdf5-5fc9bd9a5efe450e6a9394a2c5e8baa17338b79e.tar.bz2
[svn-r17395] Description:
Update release notes with note about fixing Bz#1473.
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 6676fa4..3e65e95 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -100,7 +100,10 @@ Bug Fixes since HDF5-1.8.3
Library
-------
- - Fixed a bug where H5Pget_fitler_by_id would succeed when called for a
+ - 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
- Fixed an issue with committed compound datatypes containing a vlen. Also
fixed memory leaks involving committed datatypes. NAF - 2009/06/10 - 1593