summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
diff options
context:
space:
mode:
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r--release_docs/RELEASE.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 385f9fa..8283934 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -98,6 +98,10 @@ Bug Fixes since HDF5-1.8.7
Configuration
-------------
+ - The --enable-h5dump-packed-bits configure option has been removed,
+ as the h5dump code that this option conditionally enabled is now always
+ compiled into h5dump. Please refer to the h5dump reference manual for
+ usage of the packed bits feature. (MAM - 2011/06/23)
- Configure now uses the same flags and symbols in its tests that are
used to build the library.
- On linux we now link to the bsd_compat library, as per the gcc