diff options
author | Mike McGreevy <mamcgree@hdfgroup.org> | 2008-12-15 17:39:20 (GMT) |
---|---|---|
committer | Mike McGreevy <mamcgree@hdfgroup.org> | 2008-12-15 17:39:20 (GMT) |
commit | 379b5a7b01a2ba97e754b0d85da8ae014b715c42 (patch) | |
tree | 98771de2e0f20703a2bfeb90ebfcec8c9a82236d /release_docs | |
parent | 8b971620b4a8d65cbdd6d9703f999b12f4c92698 (diff) | |
download | hdf5-379b5a7b01a2ba97e754b0d85da8ae014b715c42.zip hdf5-379b5a7b01a2ba97e754b0d85da8ae014b715c42.tar.gz hdf5-379b5a7b01a2ba97e754b0d85da8ae014b715c42.tar.bz2 |
[svn-r16194] 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')
-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 1c17b96..2ecb540 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -131,6 +131,9 @@ Bug Fixes since HDF5-1.8.0 release 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) - H5Ovisit and H5Ovisit_by_name will now properly terminate when the |