diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2003-09-10 18:39:36 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2003-09-10 18:39:36 (GMT) |
commit | 14ed172f872826d0084ebbde00cde74eb0c464f4 (patch) | |
tree | 795a6c7ce521b8842ac2d23aa4ab7e6d11f2bcd0 /doc | |
parent | 9c31ce9a7b2b98416c0bfd90bccc277693341083 (diff) | |
download | hdf5-14ed172f872826d0084ebbde00cde74eb0c464f4.zip hdf5-14ed172f872826d0084ebbde00cde74eb0c464f4.tar.gz hdf5-14ed172f872826d0084ebbde00cde74eb0c464f4.tar.bz2 |
[svn-r7459] Purpose:
Increment version info after making snapshot for bug #1021 fix.
Platforms tested:
No testing necessary.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/html/ADGuide/RELEASE.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/html/ADGuide/RELEASE.txt b/doc/html/ADGuide/RELEASE.txt index c5a6a6a..e1422b8 100644 --- a/doc/html/ADGuide/RELEASE.txt +++ b/doc/html/ADGuide/RELEASE.txt @@ -1,4 +1,4 @@ -HDF5 version 1.6.0-post4 released on Sun Sep 7 20:52:51 CDT 2003 +HDF5 version 1.6.0-post5 released on Wed Sep 10 13:34:42 CDT 2003 ================================================================================ @@ -56,6 +56,9 @@ Bug Fixes since HDF5-1.6.0 release Library ------- + - Corrected bug when opening a file twice with read-only permission + for one open and then closing the read-only access file ID would + generate an error. QAK - 2003/09/10 - Corrected bug in repeated calls to H5Pget_access_plist() which would incorrectly manage reference counts of internal information and eventually blow up. QAK - 2003/09/02 |