diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2008-08-19 19:44:20 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2008-08-19 19:44:20 (GMT) |
commit | 99e6360f4b0ab33c38c55b857c3f337a7405fd99 (patch) | |
tree | 018e1254a95b90cbca83f31411f84eab12d343e2 /release_docs | |
parent | a1f3523478a1ae83db99bae92b9d677915abfc48 (diff) | |
download | hdf5-99e6360f4b0ab33c38c55b857c3f337a7405fd99.zip hdf5-99e6360f4b0ab33c38c55b857c3f337a7405fd99.tar.gz hdf5-99e6360f4b0ab33c38c55b857c3f337a7405fd99.tar.bz2 |
[svn-r15491] Description:
Update release notes for last bug fix.
Diffstat (limited to 'release_docs')
-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 2712831..fcc1181 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -104,6 +104,8 @@ Bug Fixes since HDF5-1.8.0 release 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) |