diff options
-rw-r--r-- | RELEASE.txt | 32 |
1 files changed, 18 insertions, 14 deletions
diff --git a/RELEASE.txt b/RELEASE.txt index 6a9f88f..edc720b 100644 --- a/RELEASE.txt +++ b/RELEASE.txt @@ -33,25 +33,29 @@ CONTENTS Bug Fixes since HDF5-1.4.0 ========================== - Library - ------- - * Fixed bug with contiguous hyperslabs not being detected, causing - slower I/O than necessary. - * Fixed bug where non-aligned hyperslab I/O on chunked datasets was - causing errors during I/O +Library +------- + * Fixed bug with contiguous hyperslabs not being detected, causing + slower I/O than necessary. + * Fixed bug where non-aligned hyperslab I/O on chunked datasets was + causing errors during I/O + * The RCSID string in H5public.h was causing the C++ compiling problem + because when it was included multiple times, C++ did not like multiple + definitions of the same static variable. All occurance of RCSID + definition are removed since we have not used it consistently before. - Configuration - ------------- - * Changed the default value of $NPROCS from 2 to 3 since 3 processes - have a much bigger chance catching parallel errors than just 2. +Configuration +------------- + * Changed the default value of $NPROCS from 2 to 3 since 3 processes + have a much bigger chance catching parallel errors than just 2. - Tools - ----- +Tools +----- - Documentation - ------------- +Documentation +------------- New Features |