diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2011-02-18 20:18:01 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2011-02-18 20:18:01 (GMT) |
commit | 13edfb217585eee6fe9f9f20d0b3198c1bb5af98 (patch) | |
tree | 411d76b3e9e3d121d7c3380276b578b0fc697517 /release_docs | |
parent | c620068cb6bc26edf4f37feb41e825dac3c9a9ce (diff) | |
download | hdf5-13edfb217585eee6fe9f9f20d0b3198c1bb5af98.zip hdf5-13edfb217585eee6fe9f9f20d0b3198c1bb5af98.tar.gz hdf5-13edfb217585eee6fe9f9f20d0b3198c1bb5af98.tar.bz2 |
[svn-r20125] Bug 1586 - the datatype handler created with H5Tencode/decode had the reference count 0. I fixed it by changing the APP_REF parameter of H5I_register from FALSE to TRUE and added a test case in dtypes.c. The changes to configture.in, tools/misc, tools/lib, config, c++/test, Makefile.am, and fortran are only property changes when I merged from the trunk.
Tested on jam. But I tested the same fix in the trunk with h5committest.
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 2871ac4..f842c34 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -112,7 +112,9 @@ Bug Fixes since HDF5-1.8.6 Library ------- - - None + - The datatype handler created with H5Tencode/decode used to have the + reference count 0 (zero). I have fixed it. It is 1 (one) now. + (SLU - 2011/2/18) Parallel Library ---------------- |