diff options
author | Mike McGreevy <mamcgree@hdfgroup.org> | 2010-05-14 18:55:34 (GMT) |
---|---|---|
committer | Mike McGreevy <mamcgree@hdfgroup.org> | 2010-05-14 18:55:34 (GMT) |
commit | 9635cdc24f31a557923d1b789f835fe563533e5f (patch) | |
tree | 55b516f2a7208e67ad9a07c32c26c9259d390d4d | |
parent | 912e7b99ee3b6f6455e02aba93c1563ebe4ae944 (diff) | |
download | hdf5-9635cdc24f31a557923d1b789f835fe563533e5f.zip hdf5-9635cdc24f31a557923d1b789f835fe563533e5f.tar.gz hdf5-9635cdc24f31a557923d1b789f835fe563533e5f.tar.bz2 |
[svn-r18807] Purpose:
RELEASE.txt update
Description:
Reorganize RELEASE.txt
Tested:
None needed.
-rw-r--r-- | release_docs/RELEASE.txt | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index adfcb30..6d5ee10 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -125,10 +125,6 @@ Bug Fixes since HDF5-1.8.4 - Fixed various "strict aliasing" problems, allowing higher levels of compiler optimization (in particular, allowing '-O3' to work with recent versions of GCC). QAK - 2010/04/26 - - Fixed a bug where fractal heap IDs for attributes and shared object - header messages could be incorrectly encoded in the file for files - created on big-endian platforms. Please see: <put URL here> if you - suspect you have a file with this problem. QAK - 2010/02/23 - 1755 Library ------- @@ -149,6 +145,11 @@ Bug Fixes since HDF5-1.8.4 (NAF - 2010/03/05 - 1733) - Fixed a bug where the library, when traversing an external link, would reopen the source file if nothing else worked. (NAF - 2010/03/05) + - Fixed a bug where fractal heap IDs for attributes and shared object + header messages could be incorrectly encoded in the file for files + created on big-endian platforms. + Please see http://www.hdfgroup.org/HDF5/release/known_problems if you + suspect you have a file with this problem. QAK - 2010/02/23 - 1755 - Fixed an intermittent bug in the b-tree code which could be triggered by expanding and shrinking chunked datasets in certain ways. (NAF - 2010/02/16) |