diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2009-08-20 19:17:51 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2009-08-20 19:17:51 (GMT) |
commit | e6c9d34f58e1865645ddde191a6cb854874a63be (patch) | |
tree | 85508be1a7d67b0d5708b37197ee2da256e84606 /release_docs | |
parent | 75faf535a3d4700af1747649ee3d7123055cfad4 (diff) | |
download | hdf5-e6c9d34f58e1865645ddde191a6cb854874a63be.zip hdf5-e6c9d34f58e1865645ddde191a6cb854874a63be.tar.gz hdf5-e6c9d34f58e1865645ddde191a6cb854874a63be.tar.bz2 |
[svn-r17394] Description:
Update release notes with note about fixing Bz#1473.
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index d696aff..c39553e 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -60,6 +60,9 @@ New Features Library: -------- + - 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) - Separated "factory" free list class from block free lists. These free lists are dynamically created and manage blocks of a fixed size. H5set_free_list_limits() will use the same settings specified for block |