summaryrefslogtreecommitdiffstats
path: root/release_docs
Commit message (Collapse)AuthorAgeFilesLines
* Remove long double conversion work-arounds (#3097)Dana Robinson2023-06-122-1/+22
| | | | | | | | | | | | | | | | | | | | | Several options and public symbols that were provided to paper over non-standard long double conversions between signed/unsigned long and long long values were removed from the Autotools and CMake. These were added twenty years ago, when C99 and 64-bit platforms were less common and are no longer needed. Autotools: --enable-dconv-accuracy CMake: HDF5_WANT_DATA_ACCURACY H5pubconf.h symbols: H5_WANT_DATA_ACCURACY H5_LDOUBLE_TO_LONG_SPECIAL H5_LONG_TO_LDOUBLE_SPECIAL H5_LDOUBLE_TO_LLONG_ACCURATE H5_LLONG_TO_LDOUBLE_CORRECT H5_DISABLE_SOME_LDOUBLE_CONV
* Address memory issues when copying empty enums (#3088)Dana Robinson2023-06-121-0/+11
| | | | | | | | | | When copying an empty enum type (including implicitly, as when an enum is contained in a compound type), the library would allocate 0-size blocks of memory and attempt to memcpy 0 bytes from NULL pointers, which are undefined behavior. In debug mode, the library would raise an assert in H5MM. The library now avoid undefined memory operations when copying empty enum types and a test that copies empty enums has been added.
* Print out the VOL connector being used in the ASYNC test (#3016)Scot Breitenfeld2023-06-051-0/+3
| | | | | * Print out the VOL connector being used in the ASYNC test * Add h5pget_vol_cap_flags_f with test
* API test updates (#3018)jhendersonHDF2023-05-261-1/+33
| | | | | | | | | | | | | | | | | | | | | | | | | * Remove macros from api tests (#2929) * Remove macros and undefined callbacks (#2959) * Remove remaining macros from H5_api_tests_disabled.h (#2968) * Put some vol capability checks in testpar tests and remove remaining warnings (#2995) * API tests datatype generation cleanup * Clean up API tests' random datatype generation and fix bug with enum datatype generation * Init parallel API tests with MPI_THREAD_MULTIPLE * HDF5 API tests - Check VOL connector registration * Determine whether a VOL connector failed to load before running API tests * Cleanup some usages of H5VL_CAP_FLAG_CREATION_ORDER in API tests * Remove some now-unused macros from H5_api_tests_disabled.h * Enable HDF5 API tests by default * Implement CMake option to install HDF5 API tests * Check for invalid AAPL from H5Acreate * Enable building of VOL connectors alongside HDF5 in CMake * Prepend CMake VOL URL option indices with 0s so they come in order * Don't turn on API tests by default yet * Document VOL connector FetchContent functionality * Add release note for API test updates * Only install testing library if API tests are installed * Fix grammar
* Add release note for #2999 (#3009)Dana Robinson2023-05-251-0/+8
|
* Fix plugin cache variable name (#2988)Allen Byrne2023-05-222-10/+16
| | | | * Fix plugin cache variable name * Prefix plugin project local variables
* Fix 'datatype' misspellings ('dataype') (#2984)Dana Robinson2023-05-191-2/+2
|
* Change defaults of standard filters. (#2927)Allen Byrne2023-05-182-9/+16
|
* Remove version specific examples from README_HPC. (#2613) (#2975)Larry Knox2023-05-171-14/+12
|
* Fix CMake generator expression syntax (#2909)Allen Byrne2023-05-051-0/+13
|
* remove obsolete SZIP find module (#2901)metadata_cache_macro_cleanupAllen Byrne2023-05-051-0/+2
|
* Force lowercase Fortran module file names (#2891)Scot Breitenfeld2023-05-041-0/+6
| | | | | * fixed args in execvp for h5fuse * Force lowercase Fortran module file names for Cray compilers
* Add RELEASE.txt entry for API tests (#2889)jhendersonHDF2023-05-031-0/+42
|
* Add Fortran Selection IO APIs (#2864)Scot Breitenfeld2023-05-011-2/+4
| | | new selection IO fortran APIs with tests
* Remove "the the" from comments and docs (#2865)Dana Robinson2023-05-012-3/+3
|
* Implement selection I/O with type conversion (#2823)Neil Fortner2023-04-281-0/+10
| | | | | Initial implementation of selection I/O with type conversion. Allows Parallel collective I/O with type conversion, as long as selection I/O is enabled.
* Fix v1 object header gap bug in H5Ocopy (#2785)jhendersonHDF2023-04-261-0/+12
|
* Add support for CMakePresets and fix example download (#2817)Allen Byrne2023-04-262-2/+105
|
* Allow H5P_DEFAULT in H5Pget_vol_cap_flags and H5Pget_vol_id (#2807)jhendersonHDF2023-04-251-0/+6
|
* Add release note for ROS3 VFD anonymous credential fix (#2801)jhendersonHDF2023-04-241-0/+13
|
* Correct CMake option defaults - deprecate szip for libaec (#2778)Allen Byrne2023-04-232-64/+90
|
* Added Fortran Async APIs (#2715)Scot Breitenfeld2023-04-211-1/+2
| | | H5A, H5D, H5ES, H5G, H5F, H5L and H5O async APIs were added.
* Add no subsets option to h5diff like h5dump #2688 (#2756)Allen Byrne2023-04-181-0/+7
|
* Remove more author/date lines from RELEASE.txt (#2767)Dana Robinson2023-04-171-6/+0
|
* Remove dates and initials from RELEASE.txt entries (#2746)Dana Robinson2023-04-161-19/+13
|
* Fix memory leaks when processing OH cont messages (#2723)Dana Robinson2023-04-141-1/+14
| | | | | | | | | | | Malformed object header continuation messages can result in a too-small buffer being passed to the decode function, which could lead to reading past the end of the buffer. Additionally, errors in processing these malformed messages can lead to allocated memory not being cleaned up. This fix adds bounds checking and cleanup code to the object header continuation message processing. Fixes #2604
* Fix out of bounds in `hdf5/src/H5Fint.c:2859` (#2691)Kobrin Eli2023-04-131-0/+12
|
* Fixed GH-2603, heap-buffer-overflow in H5O__linfo_decode (#2697)bmribler2023-04-131-2/+10
| | | | | | * Fixed GH-2603, heap-buffer-overflow in H5O__linfo_decode Verified with valgrind -v --tool=memcheck --leak-check=full h5dump POV-GH-2603 The several invalid reads shown originally are now gone.
* Add a RELEASE.txt note for GH #2605 (#2724)Dana Robinson2023-04-131-0/+10
|
* Identify some options as advanced (#2717)Allen Byrne2023-04-131-0/+2
| | | | | | | * Identify some options as advanced Add explicit option statement to set default for CMake option * Revert advanced setting for file locks
* Fix for github issue #2599: (#2665)vchoi-hdfgroup2023-04-121-0/+15
| | | | | | | | | | | | | | | * Fix for github issue #2599: As indicated in the description, memory leak is detected when running "./h5dump pov". The problem is: when calling H5O__add_cont_msg() from H5O__chunk_deserialize(), memory is allocated for cont_msg_info->msgs. Eventually, when the library tries to load the continuation message via H5AC_protect() in H5O_protect(), error is encountered due to illegal info in the continuation message. Due to the error, H5O_protect() exits but the memory allocated for cont_msg_info->msgs is not freed. When we figure out how to handle fuzzed files that we didn't generate, a test needs to be added to run h5dump with the provided "pov" file. * Add message to release notes for the fix to github issue #2599.
* Clean up memory allocated when reading messages in H5Dlayout on error ↵glennsong092023-04-111-0/+10
| | | | (#2602) (#2687)
* Fix invalid memory access in H5O__ginfo_decode (#2663)mattjala2023-04-111-0/+8
|
* Add buffer overrun checks to H5O__layout_decode and H5O__sdspace_decode (#2679)jhendersonHDF2023-04-111-0/+8
| | | Co-authored-by: Larry Knox <lrknox@hdfgroup.org>
* Perlmutter was fixed (#2677)Scot Breitenfeld2023-04-111-20/+0
|
* Fix improper include of build directory (#2422, #2621) (#2667)jhendersonHDF2023-04-111-0/+18
|
* Fix a heap buffer overflow during H5D__compact_readvv (GitHub #2606) (#2664)jhendersonHDF2023-04-111-0/+19
|
* Fix #2598 sanitize leak (#2660)Allen Byrne2023-04-071-1/+6
|
* Minor fixes for CMake code and install docs (#2623)Allen Byrne2023-04-038-55/+60
|
* CMake - Match Autotools behavior for library instrumentation (#2648)jhendersonHDF2023-04-011-0/+10
| | | Enable library instrumentation by default for parallel debug builds
* Fix a memory corruption issue in H5S__point_project_simple (#2626)jhendersonHDF2023-03-241-0/+14
|
* Fix minor things noted when doing 1.10 merges (#2610)Dana Robinson2023-03-241-1/+1
| | | | * Duplicated HDF_RESOURCES_DIR from cmake_ext_mod merge * Typos in comments
* Bring new release_docs scheme from 1.14 (#2614)Dana Robinson2023-03-238-21897/+884
|
* Subfiling VFD - fix issues with I/O concentrator selection strategies (#2571)jhendersonHDF2023-03-171-0/+20
| | | | | Fix multiple bugs with the SELECT_IOC_EVERY_NTH_RANK and SELECT_IOC_TOTAL I/O concentrator selection strategies and add a regression test for them
* Change libaec URL to actively maintained repo GH#2552 (#2559)Allen Byrne2023-03-151-3/+3
|
* Update cross compile checks and files (#2497)Allen Byrne2023-03-021-0/+81
|
* Check for overflow when calculating on-disk attribute data size (#2459)Egbert Eich2023-03-021-0/+13
| | | | | | | | | | | | | | | | | * Remove duplicate code Signed-off-by: Egbert Eich <eich@suse.com> * Add test case for CVE-2021-37501 Bogus sizes in this test case causes the on-disk data size calculation in H5O__attr_decode() to overflow so that the calculated size becomes 0. This causes the read to overflow and h5dump to segfault. This test case was crafted, the test file was not directly generated by HDF5. Test case from: https://github.com/ST4RF4LL/Something_Found/blob/main/HDF5_v1.13.0_h5dump_heap_overflow.md
* Add fetchcontent for compression libs and fix cmake config (#2487)Allen Byrne2023-02-262-5/+68
| | | | | | | | | | | | | * Add fetchcontent for compression libs and fix cmake config * MSDOS is a reserved define name * Add release note and update install doc for FetchContent * Add CI test for FetchContent * Use LINK_COMP_LIBS instead of STATIC_LIBRARY for depends * Use general link
* Subfiling VFD - add option to specify config file prefix (#2495)jhendersonHDF2023-02-261-0/+12
|
* Fix issue with collective metadata writes of global heap data (#2480)jhendersonHDF2023-02-201-0/+15
|