diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2011-02-18 19:01:34 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2011-02-18 19:01:34 (GMT) |
commit | 4f75c8c24bea54dcbdc64fbcbf7c77b8ae797c61 (patch) | |
tree | 4fe0ae2bd3daee51e0240e7fe0926987e14af1e6 /release_docs | |
parent | 40d2ecb45f317bf2a91fbf937e8cc11c45d9898b (diff) | |
download | hdf5-4f75c8c24bea54dcbdc64fbcbf7c77b8ae797c61.zip hdf5-4f75c8c24bea54dcbdc64fbcbf7c77b8ae797c61.tar.gz hdf5-4f75c8c24bea54dcbdc64fbcbf7c77b8ae797c61.tar.bz2 |
[svn-r20121] 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.
Tested on jam, heiwa, and amani.
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 8f437b3..bf96077 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -264,6 +264,9 @@ Bug Fixes since HDF5-1.8.0 release Library ------- + - 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) - Fixed a bug that caused big endian machines to generate corrupt files when using the scale-offset filter with floating point data or fill values. Note that such datasets will no longer be readable |