summaryrefslogtreecommitdiffstats
path: root/release_docs
Commit message (Collapse)AuthorAgeFilesLines
* Update release date in RELEASE.txt (#2440)hdf5-1_8_23hdf5_1_8_23Larry Knox2023-02-091-1/+1
|
* Updates to known problem, release date, and cherry-picks of latest changes ↵Larry Knox2023-02-071-1/+8
| | | | | | | | | to hdf5_1_8. (#2430) --------- Co-authored-by: Allen Byrne <50328838+byrnHDF@users.noreply.github.com>
* Removed 2 issues from "Known Problems" that have been fixed. (#2421)Larry Knox2023-01-301-98/+36
| | | | | | | | | * Removed 2 issues from "Known Problems" that have been fixed. Removed empty subsections from New Features and Bugs Fixed sections. * Update bin/release script and add release date to README.txt and RELEASE.txt. * Fix permissions on 2 cmake script files.
* Initial updates hdf5 1 8 23 (#2420)Larry Knox2023-01-291-149/+94
| | | | | | | | | | | | * Initial updates for HDF5 1.8.23 release Update so numbers for release Set version to 1.8.23 Switch default build mode to production for release in configure.ac Set HDF5_GENERATE_HEADERS to OFF in src/CMakeLists.txt Commit Makefile.ins and other generated files for release except ...~ files and autom4te.cache. * Update platforms tested.
* Fix for HDFFV-10840: Instead of using fill->buf for datatype conversion ↵vchoi-hdfgroup2023-01-031-0/+13
| | | | | | | | | | | (#2153) (#2326) * Fix for HDFFV-10840: Instead of using fill->buf for datatype conversion if it is large enough, a buffer is allocated regardless so that the element in fill->buf can later be reclaimed. Valgrind is run on test/set_extent.c and there is no memory leak. * Add information of this fix to release notes.
* 1.8 Correct requires setting for pkgconfig files #2280 (#2285)Allen Byrne2022-12-121-0/+7
| | | | | * Correct requires setting for pkgconfig files #2280 * Change macos for CI
* Fix problem with variable length attributes being accessed through multiple ↵Neil Fortner2022-11-081-0/+10
| | | | | | | | | | | | | | | file handles (merge to 1.8) (#2235) * Fix problem with variable length attributes being accessed through multiple file handle (merge to 1.8) * Fix problem with variable length attributes being accessed through multiple file handles (#2181) (#2207) * Fix bug in merge of vlen attr fix (#2181) from 1.12 * Committing clang-format changes * Add fix that was mistakenly left out of previous commit Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
* Merge #2198 CMake MPI link (#2217)Allen Byrne2022-11-081-0/+8
|
* 1.8 Merge #2175 Implement option for using CMake GNUInstallDirs (#2224)Allen Byrne2022-11-082-1/+28
| | | | | * Merge #2175 Implement option for using CMake GNUInstallDirs * 1.8 only revert mod dir because of windows
* Update examples reference to single-source version 2.0.1 (#2110)Allen Byrne2022-10-012-8/+8
| | | Also fix github URL refs
* Fix bug in attribute type conversion wiith compound types - merge to 1.8 (#2097)Neil Fortner2022-09-161-0/+9
| | | | | * Fix bug in attribute type conversion wiith compound types - merge to 1.10 (#2069) * Fix mistake in merge.
* 1.8 fortran module folder from GH#1411 #1922 (#1944)Allen Byrne2022-07-282-0/+28
|
* Change TestExpress #1722 (#1778)Allen Byrne2022-05-202-2/+2
|
* SZ plugin changes from develop #1456 (#1527)Allen Byrne2022-03-271-1/+1
|
* 1.8 Fix release check version logic #1438 (#1495)Allen Byrne2022-03-141-1/+17
|
* 1.8 Update HDF5_ROOT usage (#1488)Allen Byrne2022-03-143-17/+30
|
* 1.8 Add -showconfig to h5cc scripts to dump libhdf5.settings file (#1484)Allen Byrne2022-03-141-0/+7
| | | | | * Merge Add -showconfig to h5cc scripts to dump libhdf5.settings file * Fix comments
* Merge Fixed HL_test_packet, incorrect length assignment (#1103)Allen Byrne2021-10-271-1/+5
|
* 1.8 Merge cmake and flag changes from develop (#1119)Allen Byrne2021-10-221-3/+3
| | | | | | | * Merge cmake and flag changes from develop * Committing clang-format changes Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
* Merge delete the noerror- variants of the compiler flags files #1033 (#1093)Allen Byrne2021-10-191-0/+7
|
* Merge Corrected path searched by CMake find_package command #1041 (#1044)Allen Byrne2021-10-012-8/+52
|
* 1.8 Merge HDFFV-11266 - add option to build HL tools #1018 (#1022)Allen Byrne2021-09-172-0/+9
| | | | | | | * Merge HDFFV-11266 - add option to build HL tools #1018 * Update configure and Makefile.ins with bin/reconfigure. Co-authored-by: Larry Knox <lrknox@hdfgroup.org>
* 1.8 Update examples version because of HDFFV-11269 (#1001)Allen Byrne2021-09-161-0/+1
| | | | | * Update examples version because of HDFFV-11269 * Correct plugin version
* Rework of PR #826 (#972) (#979)Larry Knox2021-08-311-1/+5
| | | | | | | | * H5Fget_name_f fixed to handle correctly trailing whitespaces and newly allocated buffers. Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Scot Breitenfeld <brtnfld@hdfgroup.org> Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
* Hdf5 1 8 Release Note (#787)Allen Byrne2021-06-231-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update supported platforms * Merge PR#3 changes from develop * # WARNING: head commit changed in the meantime Merge gcc 10 diagnostics option from develop Merge CMake changes from develop Merge warnings from develop Merge #318 OSX changes from develop Merge tools changes from develop Merge test macros from develop * Format updates * Fix missing semicolon and format fix * Format update * Correct actions, remove java option * Update autotools build files * Add testfiles * Fix configure issue with make flags * Init fapls to default * Update generated files and fix h5repack id closure * update format * Merges from develop #358 patches from vtk #361 fix header guard spelling * Merges from develop #340 clang -Wformat-security warnings #360 Fixed uninitialized warnings header guard underscore cleanup whitespace cleanup tools sync * format alignment * initialize vars * revert H5private change * Merge #380 from develop * Split format source and commit changes on repo push * Change windows TS to use older VS. * HDFFV-11229 merge dev changes for long double display in tools * Committing clang-format changes * Update unsupported types with precision * Add "option" command for clang options * CMake merges from develop h5cc scripts * Updates from develop and printf formatters * Committing clang-format changes * Issue #669 remove version from pkgcfg filename * remove version from h5cc script * doxygen changes merged from develop * Committing clang-format changes * Enable fortran for gcc action * Refactor Fortran CMake config tests and CMake test args * Update code owners * Add known problem Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
* Hdf5 1 8 merges from develop and format specifier updates (#670)Allen Byrne2021-05-253-13/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update supported platforms * Merge PR#3 changes from develop * # WARNING: head commit changed in the meantime Merge gcc 10 diagnostics option from develop Merge CMake changes from develop Merge warnings from develop Merge #318 OSX changes from develop Merge tools changes from develop Merge test macros from develop * Format updates * Fix missing semicolon and format fix * Format update * Correct actions, remove java option * Update autotools build files * Add testfiles * Fix configure issue with make flags * Init fapls to default * Update generated files and fix h5repack id closure * update format * Merges from develop #358 patches from vtk #361 fix header guard spelling * Merges from develop #340 clang -Wformat-security warnings #360 Fixed uninitialized warnings header guard underscore cleanup whitespace cleanup tools sync * format alignment * initialize vars * revert H5private change * Merge #380 from develop * Split format source and commit changes on repo push * Change windows TS to use older VS. * HDFFV-11229 merge dev changes for long double display in tools * Committing clang-format changes * Update unsupported types with precision * Add "option" command for clang options * CMake merges from develop h5cc scripts * Updates from develop and printf formatters * Committing clang-format changes * Issue #669 remove version from pkgcfg filename * remove version from h5cc script Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
* 18 copying update (#565)Larry Knox2021-04-221-13/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * close #195. (#196) * Update HDF5PluginMacros.cmake * Update HDF5PluginMacros.cmake * Restores maintainer mode in the autotools (#200) Maintainer mode should be enabled in development branches. Also adds helpful commenting. Add script bin/switch_maint_mode. Add file changes generated by bin reconfigure in src/H5Edefin.h src/H5Einit.h src/H5Epubgen.h src/H5Eterm.h * Update MANIFEST for switch_maint_mode. * Update so numbers to match 1.8.22 release. * Updated configure with reconfigure. * Updates and corrections following HDF5 1.8.22 release. * Commit Makefile.ins with so version numbers updated by bin/reconfigure. * Fix undefined left shifting of negative numbers (#338) Undefined Bahavior Sanitizer errored here about left shifting negative numbers. * Update top-level COPYING file and remove COPYING files from subdirectories. * Update top-level COPYING file and remove COPYING files from subdirectories (#561) * Modify temporary rpath for testing in java example scripts. * Update URL in source file Copyright headers for web copy of COPYING (license) file. * Add release_docs/code-conventions.md file. * Add script to test h5py. * Fix script error. * Add file h5pytest.yml. * Test declaration of counter variables in for loops. * Committing clang-format changes * Committing clang-format changes * Added [] to line 126 of H5LTanalyze.l. Ran bin/genparser with flex v2.6.4 and Bison v3.0.4 on jelly. * Revert "Added [] to line 126 of H5LTanalyze.l." This reverts commit e4a9cee441efa75b16a8ee030c86189e186dd266. * Revert extra commits to match canonical develop. * Update top-level COPYING file and remove COPYING files from subdirectories. * Remove subdirectory COPYING files from MANIFEST. Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> * Remove non-existant file from MANIFEST. Co-authored-by: H. Joe Lee <hyoklee@hdfgroup.org> Co-authored-by: Dana Robinson <43805+derobins@users.noreply.github.com> Co-authored-by: Sean McBride <sean@rogue-research.com> Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
* 1 8 Merge dev changes for long double and cmake (#548)Allen Byrne2021-04-202-1/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update supported platforms * Merge PR#3 changes from develop * # WARNING: head commit changed in the meantime Merge gcc 10 diagnostics option from develop Merge CMake changes from develop Merge warnings from develop Merge #318 OSX changes from develop Merge tools changes from develop Merge test macros from develop * Format updates * Fix missing semicolon and format fix * Format update * Correct actions, remove java option * Update autotools build files * Add testfiles * Fix configure issue with make flags * Init fapls to default * Update generated files and fix h5repack id closure * update format * Merges from develop #358 patches from vtk #361 fix header guard spelling * Merges from develop #340 clang -Wformat-security warnings #360 Fixed uninitialized warnings header guard underscore cleanup whitespace cleanup tools sync * format alignment * initialize vars * revert H5private change * Merge #380 from develop * Split format source and commit changes on repo push * Change windows TS to use older VS. * HDFFV-11229 merge dev changes for long double display in tools * Committing clang-format changes * Update unsupported types with precision Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
* 1 8 Merges from develop (#432)Allen Byrne2021-03-051-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update supported platforms * Merge PR#3 changes from develop * # WARNING: head commit changed in the meantime Merge gcc 10 diagnostics option from develop Merge CMake changes from develop Merge warnings from develop Merge #318 OSX changes from develop Merge tools changes from develop Merge test macros from develop * Format updates * Fix missing semicolon and format fix * Format update * Correct actions, remove java option * Update autotools build files * Add testfiles * Fix configure issue with make flags * Init fapls to default * Update generated files and fix h5repack id closure * update format * Merges from develop #358 patches from vtk #361 fix header guard spelling * Merges from develop #340 clang -Wformat-security warnings #360 Fixed uninitialized warnings header guard underscore cleanup whitespace cleanup tools sync * format alignment * initialize vars * revert H5private change * Merge #380 from develop
* HDF5 1 8 merge of recent changes and tools (#353)Allen Byrne2021-02-221-20/+188
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update supported platforms * Merge PR#3 changes from develop * # WARNING: head commit changed in the meantime Merge gcc 10 diagnostics option from develop Merge CMake changes from develop Merge warnings from develop Merge #318 OSX changes from develop Merge tools changes from develop Merge test macros from develop * Format updates * Fix missing semicolon and format fix * Format update * Correct actions, remove java option * Update autotools build files * Add testfiles * Fix configure issue with make flags * Init fapls to default * Update generated files and fix h5repack id closure * update format
* Hdf5 1 8 (#328)Larry Knox2021-02-092-435/+895
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * close #195. (#196) * Update HDF5PluginMacros.cmake * Update HDF5PluginMacros.cmake * Restores maintainer mode in the autotools (#200) Maintainer mode should be enabled in development branches. Also adds helpful commenting. Add script bin/switch_maint_mode. Add file changes generated by bin reconfigure in src/H5Edefin.h src/H5Einit.h src/H5Epubgen.h src/H5Eterm.h * Update MANIFEST for switch_maint_mode. * Update so numbers to match 1.8.22 release. * Updated configure with reconfigure. * Updates and corrections following HDF5 1.8.22 release. * Commit Makefile.ins with so version numbers updated by bin/reconfigure. Co-authored-by: H. Joe Lee <hyoklee@hdfgroup.org> Co-authored-by: Dana Robinson <43805+derobins@users.noreply.github.com>
* Update supported platforms (#302)Allen Byrne2021-02-021-6/+12
|
* Improve performance of multiple calls to H5Sget_select_elem_pointlist (#270) ↵Neil Fortner2021-01-221-0/+9
| | | | | | | | | | | (#277) * Cache the pointer to the next point to process after the last call to H5S__get_select_elem_pointlist. This allows the normal process of iterating over the points in batches to be much more efficient, as the library does not need to traverse the entirety of the preceding points every time the funciton is re-entered. * Update RELEASE.txt for point selection iteration performance fix.
* Stat st blocks fix 18 (#250)Larry Knox2021-01-111-5/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * close #195. (#196) * Update HDF5PluginMacros.cmake * Update HDF5PluginMacros.cmake * Restores maintainer mode in the autotools (#200) Maintainer mode should be enabled in development branches. Also adds helpful commenting. Add script bin/switch_maint_mode. Add file changes generated by bin reconfigure in src/H5Edefin.h src/H5Einit.h src/H5Epubgen.h src/H5Eterm.h * Update MANIFEST for switch_maint_mode. * Update so numbers to match 1.8.22 release. * Fixes Autotools detection of the st_blocks field in stat (#246) * Fixes Autotools detection of the st_blocks field in stat The Autotools and CMake will now both correctly determine if the stat struct has the st_blocks field and set H5_HAVE_STAT_ST_BLOCKS appropriately. * Fixes a typo in configure.ac Co-authored-by: H. Joe Lee <hyoklee@hdfgroup.org> Co-authored-by: Dana Robinson <43805+derobins@users.noreply.github.com>
* Update version to 1.8.23-1.Larry Knox2020-12-171-1/+1
|
* Update version to 1.8.23-0 after creating release branch for 1.8.22.Larry Knox2020-12-171-1/+1
|
* Partial changes to RELEASE.txt for release. (#185)Larry Knox2020-12-161-78/+95
| | | | | * Partial changes to RELEASE.txt for release. * Update supported and tested platforms.
* OESS-98 Update plugin build option (#171)Allen Byrne2020-12-151-35/+54
|
* Update HDF5 1.8 copyright headers with updated copyright URL (#148)Larry Knox2020-12-041-1/+1
| | | | | | | * Update URL for COPYING file in copyright headers. * Make fortran copyright headers uniformly spaced. * Update url for Copyright file in c++/src/footer.html.
* hdf5 1 8 release text (#113)Allen Byrne2020-11-233-3843/+3845
| | | | | | | | | * Multiple changes to bring branch up-to-date Correct TARGET variable and CMake config file location. Add option to allow filter plugins to be built inline. Update CMake tools macros. * release text updates - mostly whitespace
* Multiple changes to bring branch up-to-date (#87)Allen Byrne2020-11-203-8/+151
| | | | | Correct TARGET variable and CMake config file location. Add option to allow filter plugins to be built inline. Update CMake tools macros.
* URL and options correctionsAllen Byrne2020-10-191-71/+71
|
* Snapshot 1.8.22-snap11. Update version to 1.8.22-snap12.Larry Knox2020-10-141-1/+1
|
* Merge clang-format changes from developAllen Byrne2020-10-011-0/+9
|
* Snapshot 1.8.22-snap10. Update version to 1.8.22-snap11.hdftest2020-08-311-1/+1
|
* spellingAllen Byrne2020-08-131-1/+1
|
* HDFFV-11127 - force RTLD_LOCAL in dlopenAllen Byrne2020-08-121-8/+17
|
* Fixed typoBinh-Minh Ribler2020-08-041-1/+1
|
* Fix HDFFV-11120 and HDFFV-11121 (CVE-2018-13870 and CVE-2018-13869)Binh-Minh Ribler2020-08-021-0/+11
| | | | | | | | | | | Description: When a buffer overflow occurred because a name length was corrupted and became very large, h5dump produced a segfault on one file and a memcpy parameter overlap on another file. This commit added checks that detect a read pass the end of the buffer to prevent these error conditions. Platforms tested: Linux/64 (jelly)
* Merge pull request #2708 in HDFFV/hdf5 from ↵Vailin Choi2020-07-231-0/+14
|\ | | | | | | | | | | | | ~VCHOI/my_third_fork:bugfix/18_HDFFV-11080-heap-use-after-free-by-the-call to hdf5_1_8 * commit '2d7a23887a6c5121b4dac858a50792a18087c5bf': Incorporate pull request #2693 from develop for the fix to HDFFV-11080: (1) Patch up the file pointer when reading attribute of variable length datatype (2) Test to verify the fix when doing multiple threads (3) Update MANIFEST (4) Add new test to Cmake