summaryrefslogtreecommitdiffstats
path: root/release_docs
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | 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
| |
* | Merge branch 'hdf5_1_10_4' into 1.10/masterhdf5-1_10_4Larry Knox2018-10-157-435/+1365
|\ \
| * | Commit version string changes for HDF5 1.10.4 release.Larry Knox2018-10-151-1/+1
| | |
| * | Merge hdf5_1_10 changes to hdf5_1_10_4.Larry Knox2018-10-052-3/+79
| | |
| * | Merge in changes from hdf5_1_10.Larry Knox2018-10-032-7/+43
| | |
| * | Commit release date change.Larry Knox2018-09-101-1/+1
| | |
| * | Update RELEASE.txt for HDF5 1.10.4 release.Larry Knox2018-09-101-60/+7
| | |
| * | Add notes about unsupported optionsAllen Byrne2018-09-103-52/+80
| | |
| * | 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.
| * | Switch maintainer mode to disable, build mode to production, version toLarry Knox2018-09-071-1/+1
| |/ | | | | | | 1.10.4, and commit files generated by autogen.sh for release branch hdf5_1_10_4.
| * 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.
| * Merge pull request #1197 in HDFFV/hdf5 from ~BYRN/hdf5_merge_adb:hdf5_1_10 ↵Larry Knox2018-08-161-2/+2
| |\ | | | | | | | | | | | | | | | | | | | | | | | | to hdf5_1_10 * commit '09b74727d32a931744b125cb105c61734a0270b8': Corrected comment Fix JIRA number format HDFFV-10552 fix makevers script and undeprecate 1.10 functions
| | * Fix JIRA number formatAllen Byrne2018-08-161-2/+2
| | |
| * | Revise release notes for H5Oget_info (HDFFV-10180).Vailin Choi2018-08-161-7/+1
| | |
| * | Modify release notes for H5Oget_info (HDFFV-10180).Vailin Choi2018-08-161-3/+13
| | |
| * | Add release notes for HDFFV-10180.Vailin Choi2018-08-161-0/+15
| |/
| * Add release notes for HDFFV-10469.Vailin Choi2018-08-141-0/+10
| |
| * Rearrange issues by date orderJordan Henderson2018-08-091-10/+35
| | | | | | | | | | Update version. Update .so versions to match 1.10.3.
| * Merge pull request #1178 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to developLarry Knox2018-08-071-47/+62
| | | | | | | | | | | | * commit 'a3385675b3cdc2102457a9f91877cc27778ab29a': Reorder bugfix release notes from latest to earliest, and miscellaneous format cleanup. Add RELEASE.txt entry for HDFFV-10475
| * HDFFV-10544 Improve JNI exception handlingAllen Byrne2018-08-061-1/+15
| |
* | squash! Commit version with new release date.hdf5-1_10_3Larry Knox2018-08-237-1490/+1614
|\ \ | | | | | | | | | Merge branch 'hdf5_1_10_3' into 1.10/master
| * | Commit version with new release date.Larry Knox2018-08-221-1/+1
| | |
| * | Merge pull request #1207 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to ↵Allen Byrne2018-08-172-0/+11
| | | | | | | | | | | | | | | | | | | | | hdf5_1_10 * commit 'aab40090f0227bec4150f322aee40c1aa4dbd21e': HDFFV-10552 Add missing HDF5_USE_110_API_DEFAULT option
| * | Commit version with new release date.Larry Knox2018-08-171-1/+1
| | | | | | | | | | | | Commit new generated H5version.h including #defines for H5_USE_110_API.