From ed5ee65e5aca3906b425bad91c67dd68c9a66197 Mon Sep 17 00:00:00 2001 From: Elena Pourmal Date: Wed, 30 May 2018 15:39:47 -0500 Subject: It is my test under Larry's guidance. --- release_docs/RELEASE.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 314a249..e6b0811 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -160,6 +160,7 @@ New Features Support for New Platforms, Languages, and Compilers =================================================== +None Bug Fixes since HDF5-1.8.20 -- cgit v0.12 From 75fa629988e996d7a1684c9b067603c8456b1c97 Mon Sep 17 00:00:00 2001 From: Elena Pourmal Date: Wed, 30 May 2018 16:56:31 -0500 Subject: Modified a section for newly supported systems and compilers (vs. 1.8.20 release); Brought edits for tools bug fixes from 1.10.2 RELEASE.txt as we agreed with Allen. --- release_docs/RELEASE.txt | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index e6b0811..4473d51 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -160,8 +160,7 @@ New Features Support for New Platforms, Languages, and Compilers =================================================== -None - + - Added support for Visual Studio 2017 w/ Intel Fortran 18 on Windows 10 x64. Bug Fixes since HDF5-1.8.20 =========================== @@ -370,9 +369,10 @@ Bug Fixes since HDF5-1.8.20 - h5repack - h5repack failed to handle more then 9 chars for int conversion. + h5repack failed to handle command line parameters for customer filters. - User defined filter parameter conversions would fail for integers + User defined filter parameter conversions would fail whenintegers were + represented on the command line with character string larger then 9 characters. Increased local variable array for storing the current command line parameter to prevent buffer overflows. @@ -380,14 +380,13 @@ Bug Fixes since HDF5-1.8.20 - h5diff - h5diff seg-faulted if comparing VL strings against fixed strings. + h5diff seg faulted if comparing VL strings against fixed strings. Reworked solution for HDFFV-8625 and HDFFV-8639. Implemented the check for string objects of same type in the diff_can_type function by - adding an if(tclass1 == H5T_STRING) block. This if block moves the + adding an if(tclass1 == H5T_STRING) block. This "if block" moves the same check that was added for attributes to this function, which is - used by all object types. This function also handles complex type - structures. + used by all object types. This function handles complex type structures. Also added a new test file in h5diffgenttest for testing this issue and removed the temporary files used in the test scripts. -- cgit v0.12