summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2008-08-19 19:43:56 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2008-08-19 19:43:56 (GMT)
commit9e2496e85c5da6e10133f08139c91ecf33495544 (patch)
treef240444e776f2e76b57edd7049bb38850b2198c4 /release_docs
parent7637f1b521d6f70dbdeb57588cfe79d929d37f98 (diff)
downloadhdf5-9e2496e85c5da6e10133f08139c91ecf33495544.zip
hdf5-9e2496e85c5da6e10133f08139c91ecf33495544.tar.gz
hdf5-9e2496e85c5da6e10133f08139c91ecf33495544.tar.bz2
[svn-r15490] Description:
Update release notes for last bug fix.
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index bac7889..a82d400 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -99,6 +99,8 @@ Bug Fixes since HDF5-1.8.1
Library
-------
+ - Fixed problem where library could cause a segmentation fault when
+ an invalid location ID was given to H5Giterate(). (QAK - 2008/08/19)
- Fixed improper shutdown when objects have reference count > 1. The
library now tracks reference count due to the application separately
from that due to internal library routines. (NAF - 2008/08/19)