diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2009-09-29 15:21:35 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2009-09-29 15:21:35 (GMT) |
commit | ee5a1e07350f0dcf3ef07d9443aa2f4c073392f4 (patch) | |
tree | c53de6e31b5071d33edf877383d943dc683ad51b /release_docs | |
parent | feed8687714f0f7148475a31d1e815ff78ad452d (diff) | |
download | hdf5-ee5a1e07350f0dcf3ef07d9443aa2f4c073392f4.zip hdf5-ee5a1e07350f0dcf3ef07d9443aa2f4c073392f4.tar.gz hdf5-ee5a1e07350f0dcf3ef07d9443aa2f4c073392f4.tar.bz2 |
[svn-r17547] Description:
Bring r17518:17546 from trunk to revise_chunks branch
Tested on:
FreeBSD/32 6.3 (duty) in debug mode
FreeBSD/64 6.3 (liberty) w/C++ & FORTRAN, in debug mode
Linux/32 2.6 (jam) w/PGI compilers, w/C++ & FORTRAN, w/threadsafe,
in debug mode
Linux/64-amd64 2.6 (smirom) w/Intel compilers w/default API=1.6.x,
w/C++ & FORTRAN, in production mode
Solaris/32 2.10 (linew) w/deprecated symbols disabled, w/C++ & FORTRAN,
w/szip filter, in production mode
Linux/64-ia64 2.6 (cobalt) w/Intel compilers, w/C++ & FORTRAN,
in production mode
Linux/64-ia64 2.4 (tg-login3) w/parallel, w/FORTRAN, in debug mode
Linux/64-amd64 2.6 (abe) w/parallel, w/FORTRAN, in production mode
Mac OS X/32 10.5.8 (amazon) in debug mode
Mac OS X/32 10.5.8 (amazon) w/C++ & FORTRAN, w/threadsafe,
in production mode
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 0fb3eb7..0d9289b 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -1,4 +1,4 @@ -HDF5 version 1.9.46-FA_a4 currently under development +HDF5 version 1.9.47-FA_a4 currently under development ================================================================================ @@ -60,6 +60,16 @@ New Features Library: -------- + - The embedded library information is displayed by H5check_version() if a + version mismatch is detected. Also changed H5check_version() to + suppress the warning message totally if $HDF5_DISABLE_VERSION_CHECK is 2 + or higher. (Old behavior treated 3 or higher the same as 1, that is + print a warning and allows the program to continue. (AKC - 2009/9/28) + - Added a new feature that have the library information in the file + libhdf5.settings embedded in the hdf5 library and statically linked + executables. If a user does not care for the extra library information + in the executable, he may turn it off by --disable-embedded-libinfo + during configure. (AKC - 2009/9/15) - Corrected problem where library would re-write the superblock in a file opened for R/W access, even when no changes were made to the file. (QAK - 2009/08/20, Bz#1473) @@ -183,6 +193,10 @@ Bug Fixes since HDF5-1.8.0 release Library ------- + - Fixed incorrect return value for H5Pget_filter_by_id1/2 in H5Ppublic.h. + (NAF - 2009/09/25 - 1620) + - Fixed a bug where properties weren't being compared with the registered + compare callback. (NAF - 2009/09/25 - 1555) - Fixed a bug where H5Pget_fitler_by_id would succeed when called for a filter that wasn't present. (NAF - 2009/06/25 - 1250) - Fixed an issue with committed compound datatypes containing a vlen. |