diff options
author | Mike McGreevy <mamcgree@hdfgroup.org> | 2008-12-15 17:43:11 (GMT) |
---|---|---|
committer | Mike McGreevy <mamcgree@hdfgroup.org> | 2008-12-15 17:43:11 (GMT) |
commit | 327484d5031e566b9c4c12a26e6d5576b32262d6 (patch) | |
tree | 2cf18d9c90c54e15b1462ff62dc3cfd926877936 /release_docs/RELEASE.txt | |
parent | 0c86f4cd9ca6df258220a8a4849c40b499904f6f (diff) | |
download | hdf5-327484d5031e566b9c4c12a26e6d5576b32262d6.zip hdf5-327484d5031e566b9c4c12a26e6d5576b32262d6.tar.gz hdf5-327484d5031e566b9c4c12a26e6d5576b32262d6.tar.bz2 |
[svn-r16195] Purpose:
Bug Fix
Description:
Resolved issues with broken sanity checks that were failing when the 'b2'
debugging package was enabled (v2 b-tree debugging):
- Fixed outdated assertions that would not compile. They now compile
and function correctly.
- Removed too far outdated assertions that would require too much
unnecessary refactoring of code in order to satisfy their
initial purpose.
- Re-enabled b2 debugging package when "--enable-debug=all" is
specified on the configure line.
Tested:
jam, smirom, linew
Diffstat (limited to 'release_docs/RELEASE.txt')
-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 428ab95..652e797 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -102,6 +102,9 @@ Bug Fixes since HDF5-1.8.2 Library ------- + - Fixed up some old v2 btree assertions that get run in debug mode that + were previously failing on compilation, and removed some of the + more heavily outdated and non-rewritable ones. MAM - 2008/12/15 - Fixed a bug that could cause problems when "automatically" unmounting multiple files. NAF - 2008/11/17 |