summaryrefslogtreecommitdiffstats
path: root/release_docs
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1493 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to ↵Allen Byrne2019-01-241-0/+15
|\ | | | | | | | | | | | | | | | | | | hdf5_1_10 * commit '217d57d30d2d62f987affcc8859df982dc86d2b3': CMake fix Java html fix and cmake update HDFFV-10686 add note HDFFV-10686 revert H5Oget_info1 to H5Oget_info(H5Ovisit)
| * HDFFV-10686 add noteAllen Byrne2019-01-241-0/+15
| |
* | Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_10)Jordan Henderson2019-01-241-11/+18
|\ \ | |/ | | | | | | | | | | | | * commit 'd26963b180a052ac063907f95596a7ecad08ef8e': Add clear objects to ignore tests Add new clear tests to ignore list Cleanup variable names HDFFV-10685 Always set version flags on OSX
| * HDFFV-10685 Always set version flags on OSXAllen Byrne2019-01-221-11/+18
| |
* | Add RELEASE.txt note for parallel filters test fixJordan Henderson2019-01-221-0/+7
|/
* Fix CMake policy 54 warningsAllen Byrne2019-01-181-0/+6
|
* Merge pull request #1429 in HDFFV/hdf5 from ↵Larry Knox2019-01-141-0/+8
| | | | | | | | | HDFFV-10596-fortran-library-names-differ to develop * commit 'f4c9ec5d41aa53829617274d3286f1e9a45ae57e': Add RELEASE.txt entry for HDFFV-10596. Uninstall should remove the libhdf5_hl_fortran links. Add symlinks named libhdf5_hl_fortran* to libhdf5hl_fortran in Makefile.am to match cmake install and the name pattern for other hl lib files.
* misc. merge clean-upM. Scot Breitenfeld2019-01-111-3/+0
|
* merged:M. Scot Breitenfeld2019-01-101-0/+302
| | | | | HDFFV-10652 HDFFV-10443
* Fortran wrappers for dataset obj header minimization API calls.Dana Robinson2019-01-091-2/+12
|
* Merge pull request #1442 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:hdf5_1_10 to ↵Vailin Choi2019-01-071-0/+13
|\ | | | | | | | | | | | | | | | | | | hdf5_1_10 * commit '1a50622733c14d89b3fd8c6bab684af9205a3b96': Fix for daily test failure: too many arguments to function 'H5Gopen1'. Fix the git merge leftover in RELEASE.txt. Fix the git merge leftovers in RELEASE.txt. Fix for HDFFV-10659: The library aborts with "infinite loop closing library" after deleting attributes in densed storage. The fix: When deleting attribute nodes from the name index v2 B-tree, if an attribute is found in the intermediate B-tree nodes, which may be merged/redistributed in the process, we need to free the dynamically allocated spaces for the intermediate decoded attribute.
| * Fix the git merge leftover in RELEASE.txt.Vailin Choi2019-01-061-0/+1
| |
| * Fix the git merge leftovers in RELEASE.txt.Vailin Choi2019-01-061-5/+0
| |
| * Fix for HDFFV-10659: The library aborts with "infinite loop closing library"Vailin Choi2019-01-061-0/+17
| | | | | | | | | | | | | | | | after deleting attributes in densed storage. The fix: When deleting attribute nodes from the name index v2 B-tree, if an attribute is found in the intermediate B-tree nodes, which may be merged/redistributed in the process, we need to free the dynamically allocated spaces for the intermediate decoded attribute.
* | Merge pull request #1447 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to ↵Allen Byrne2019-01-071-6/+31
|\ \ | | | | | | | | | | | | | | | | | | hdf5_1_10 * commit 'f7d530dd275e176e59b26c1b7363ba16b3ab6c9c': HDFFV-10674, 10664, 10674
| * | HDFFV-10674, 10664, 10674Allen Byrne2019-01-071-6/+31
| |/
* | Merged the rest of the parallel flush test code.Dana Robinson2019-01-071-3/+7
|/
* Merge pull request #1431 in HDFFV/hdf5 from ↵Binh-Minh Ribler2019-01-051-3/+20
|\ | | | | | | | | | | | | | | ~BMRIBLER/hdf5_1_10_bmr:hdf5_1_10 to hdf5_1_10 * commit '82dd54c26b11245c36f65a044e9b717dc2c337e0': Revised text Fixed CVE division-by-zero issues Description: Fixed HDFFV-10577 and similar issues found in H5Dchunk.c. All the occurrences are in: H5D__create_chunk_map_single H5D__create_chunk_file_map_hyper H5D__chunk_allocate H5D__chunk_update_old_edge_chunks H5D__chunk_prune_by_extent H5D__chunk_copy_cb H5D__chunk_collective_fill Also updated RELEASE.txt for the chunk query functions and removed some blank lines in chunk_info.c. Platforms tested: Linux/64 (jelly) Linux/64 (platypus) Darwin (osx1010test)
| * Revised textBinh-Minh Ribler2019-01-041-3/+4
| |
| * Merge branch 'hdf5_1_10' of ↵Binh-Minh Ribler2019-01-042-2/+16
| |\ | | | | | | | | | https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5_1_10_bmr into hdf5_1_10
| * | Fixed CVE division-by-zero issuesBinh-Minh Ribler2019-01-041-3/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Description: Fixed HDFFV-10577 and similar issues found in H5Dchunk.c. All the occurrences are in: H5D__create_chunk_map_single H5D__create_chunk_file_map_hyper H5D__chunk_allocate H5D__chunk_update_old_edge_chunks H5D__chunk_prune_by_extent H5D__chunk_copy_cb H5D__chunk_collective_fill Also updated RELEASE.txt for the chunk query functions and removed some blank lines in chunk_info.c. Platforms tested: Linux/64 (jelly) Linux/64 (platypus) Darwin (osx1010test)
* | | Tweak minimized datset header release info.Jacob Smith2019-01-041-6/+20
| | |
* | | Add dataset header minimization release info.Jacob Smith2019-01-041-0/+11
| |/ |/|
* | Merge of logging framework updates.Dana Robinson2018-12-311-1/+0
| |
* | Replaced all MPI-1 calls with MPI-2 equivalents (from develop).Dana Robinson2018-12-311-1/+7
| |
* | HDFFV-10632 separate stderr and stdout in testsAllen Byrne2018-12-131-0/+9
|/
* HDFVIEW-4 add H5A read/write functions to match H5DAllen Byrne2018-12-131-1/+9
|
* Moved fixes for incorrectly installed header files to 1.10.Dana Robinson2018-12-061-1/+51
|
* Fix for HDFFV-10629Jordan Henderson2018-12-051-0/+10
|
* updated with HDFFV-10511Scot Breitenfeld2018-12-041-0/+9
|
* Renamed h5repart's -family_to_sec2 to -family_to_single.Dana Robinson2018-11-231-1/+11
|
* Snapshot version 1.10 release 5 (snap1)hdftest2018-11-081-1/+1
|
* Merge CMake changes from developAllen Byrne2018-10-231-4/+4
| | | Improved cross-compiling and toolchains
* Fix typos and examples versionsAllen Byrne2018-10-041-1/+1
|
* HDFFV-10575, 10332, 10531, 10594 and TRILAB-21Allen Byrne2018-10-042-1/+76
|
* HDFFV-10594, 10332, 10531Allen Byrne2018-09-261-2/+26
|
* Fix URLAllen Byrne2018-09-181-6/+6
|
* Merge pull request #1239 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to ↵Larry Knox2018-09-102-477/+680
|\ | | | | | | | | | | | | hdf5_1_10 * commit '3110fd53c0b072e6be250235061a6349921765e9': Add contents of HDF5 1.10.3 RELEASE.txt to HISTORY-1_10.txt and update RELEASE.txt for continuing development.
| * Add contents of HDF5 1.10.3 RELEASE.txt to HISTORY-1_10.txt and updateLarry Knox2018-09-102-477/+680
| | | | | | | | RELEASE.txt for continuing development.
* | Add notes about unsupported optionsAllen Byrne2018-09-103-52/+80
|/
* Update versionLarry Knox2018-09-051-1/+1
|
* HDFFV-10568 fix hdf5_java library dependencyAllen Byrne2018-09-011-0/+9
|
* Merge pull request #1224 in HDFFV/hdf5 from ~JHENDERSON/hdf5:develop to developLarry Knox2018-08-281-0/+63
| | | | | | | | * commit '763b95c6b0f027025a5a5bfb203b77317ffa2368': Update RELEASE.txt with suggested changes Update MANIFEST file for new t_coll_md_read.c file Remove now-unused local variable Add fix for HDFFV-10501
* HDFFV-10536 Convert iterator callbacks from global to stack varAllen Byrne2018-08-211-0/+10
|
* Adjust warning flags to match autotools, add configure statusAllen Byrne2018-08-212-0/+499
|
* HDFFV-10552 Add missing HDF5_USE_110_API_DEFAULT optionAllen Byrne2018-08-172-0/+11
|
* Update Inel Fortran version for Windows 10.Larry Knox2018-08-171-3/+5
|
* Merge pull request #1189 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:hdf5_1_10_3 to ↵Scot Breitenfeld2018-08-171-1/+5
| | | | | | | hdf5_1_10_3 * commit '6fde89013a10ebb31aa9e3c2f88a3a9a0d1517c7': updated fortran fixes
* Merge pull request #1190 in HDFFV/hdf5 from ↵Larry Knox2018-08-171-0/+34
| | | | | | | | ~BMRIBLER/hdf5_1_10_3-bmr:hdf5_1_10_3 to hdf5_1_10_3 * commit 'fae6c2fea419eb018414a9eed78a23e133a3660b': Revised entry on CVE issues Added notes about CVE issues
* Merge pull request #1195 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:hdf5_1_10_3 ↵Dana Robinson2018-08-171-0/+34
| | | | | | | | to hdf5_1_10_3 * commit '476072a8b469206e2a2de6eb5ad9fcae36c7bdd6': Updated the H5Dread/write_chunk() release note. Added a release note for the H5Dread/write_chunk() API calls.