summaryrefslogtreecommitdiffstats
path: root/release_docs
Commit message (Collapse)AuthorAgeFilesLines
* CMake updates:Allen Byrne2020-07-152-0/+33
| | | | | | Add build folder as Include for generated files Add install option for copying Fortran mod files to include folder Add PRI defines to win32defs file Exclude mingw from extra flags
* Merge pull request #2679 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to ↵Larry Knox2020-07-071-1/+7
|\ | | | | | | | | | | | | | | | | hdf5_1_10 * commit 'c0702f601eb4e0b4116a7ed02999746c20420cad': Change load path in libhdf5_java.dylib to unversioned libhdf5.dylib for junit tests on Macs. Merge pull request #2667 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to develop Merge pull request #2670 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to develop
| * Merge pull request #2670 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to developLarry Knox2020-07-061-1/+7
| | | | | | | | | | * commit 'fc69de0e8ae30e80c1c3c542b156226a75444525': Lib files needed are now copied to a subdirectory in the java/test directory, and on Macs the loader path for libhdf5.xxxs.so is changed in the temporary copy of libhdf5_java.dylib. Fix for HDFFV-11063
* | Fix HDFFV-10591Binh-Minh Ribler2020-07-051-0/+12
|/ | | | | | | | | | | Description: h52gif produced a segfault when a buffer overflow occurred because the data size was corrupted and became very large. This commit added a check on the data size against the buffer size to prevent the segfault. It also added error reporting to h52gif to display an error message instead of silently exiting when the failure occurred. Platforms tested: Linux/64 (jelly)
* Removed trailing whitespace from source files.Dana Robinson2020-05-265-3087/+3087
|
* Added a RELEASE.txt note for the 0-size dataset fix.Dana Robinson2020-05-201-0/+4
|
* OESS-65 Fix packagingAllen Byrne2020-05-081-0/+1
|
* Merged HDFFV-10792 parallel compression fix from develop.Dana Robinson2020-04-301-0/+14
| | | | This was a manual cherry pick.
* Correct cmake version in textAllen Byrne2020-04-271-2/+2
|
* OESS-65 replace szip with aec szipAllen Byrne2020-04-273-1/+20
|
* Snapshot version 1.10 release 7 (snap0)hdftest2020-04-261-1/+1
| | | | Update version to 1.10.7-1
* TRILAB-192 - merge changes from developAllen Byrne2020-04-071-3/+5
| | | | Single source, config files, for warnings for both autotools and CMake. Update CMake libraries, tools, tests to use correct flags.
* Update release note for CMake warningsAllen Byrne2020-04-031-0/+2
|
* Correct extra flags and merge TRILAB-24Allen Byrne2020-04-011-0/+7
|
* TRILAB-192 merging warnings changes from developAllen Byrne2020-03-301-0/+17
|
* Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_10)Allen Byrne2020-03-011-0/+7
|\ | | | | | | | | | | | | | | * commit '42106363903e7a7d4a0c2cd1b38aad9a54f2eeff': Fixed configure issue when building HDF5 with NAG Fortran 7.0. Fixed issue building HDF5 with NAG Fortran 7.0. revert type cast Merge pull request #2244 in HDFFV/hdf5 from ~KMU/hdf5:bugfix/intel_warnings to develop
| * Fixed configure issue when building HDF5 with NAG Fortran 7.0.M. Scot Breitenfeld2020-02-281-0/+7
| | | | | | | | | | HDF5 now accounts for the addition of half-precision floating-point in NAG 7.0 with a KIND=16.
* | Fix gif2h5 tool build on windowsAllen Byrne2020-02-281-5/+1
| |
* | Merge CMake and tools changes from developAllen Byrne2020-02-276-170/+184
|/
* update HDFFV-11029M. Scot Breitenfeld2020-02-181-1/+3
|
* Merge from dev, sanitizer, fortran, warnings and tools idsAllen Byrne2020-02-111-2/+27
|
* HDFFV-11014, fix the h5repack issue that misses a few attributes during the ↵Muqun Yang2020-02-101-0/+10
| | | | repacking. The flag that checks the object reference attribute is not updated properly. The fix is trivial. Just need to move the flag update line into the inner loop. Tested at Jelly. Also update the release.txt.
* Added new CMake options for testsAllen Byrne2020-01-191-0/+20
|
* Update HISTORY-1_10.txt with RELEASE.txt from HDF5 1.10.6 release.Larry Knox2019-12-261-0/+583
|
* Add missing noteAllen Byrne2019-12-191-0/+12
|
* Update version for HDF5_1_10Larry Knox2019-12-111-1/+1
|
* Latest date first in RELEASE.txtChris Hogan2019-12-101-6/+6
|
* Update RELEASE.txt with performance improvementsChris Hogan2019-12-101-0/+6
|
* Add fix of Jira 10934 to RELEASE.txtChris Hogan2019-12-091-0/+6
|
* HDFFV-10962 add VS2019 supportAllen Byrne2019-11-184-33/+30
|
* Snapshot version 1.10 release 6 (snap3)Larry Knox2019-11-121-1/+1
| | | | Update version to 1.10.6-snap4
* HDFFV-10408,10918 add noteAllen Byrne2019-10-021-4/+11
|
* Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_10)Allen Byrne2019-09-191-0/+11
|\ | | | | | | | | * commit 'fb05ff4c4a392d38a45e79fe461bc690dea6f325': Added MPICH_SKIP_MPICXX and OMPI_SKIP_CXX to H5public.h to avoid inadvertant linking to the deprecated MPI C++ wrappers. Fixes HDFFV-10893.
| * Merge pull request #1928 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:1_10_minor_pr ↵Dana Robinson2019-09-181-0/+11
| |\ | | | | | | | | | | | | | | | | | | to hdf5_1_10 * commit '71c80267ba0db1c1b439d39e4bd7c27b82510c92': Added MPICH_SKIP_MPICXX and OMPI_SKIP_CXX to H5public.h to avoid inadvertant linking to the deprecated MPI C++ wrappers. Fixes HDFFV-10893.
| | * Added MPICH_SKIP_MPICXX and OMPI_SKIP_CXX to H5public.h to avoid inadvertantDana Robinson2019-09-171-0/+11
| | | | | | | | | | | | linking to the deprecated MPI C++ wrappers. Fixes HDFFV-10893.
* | | HDFFV-10903 merge dev changes to 1.10Allen Byrne2019-09-182-3/+11
| | |
* | | Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_10)Allen Byrne2019-09-181-1/+1
|\ \ \ | |/ / | | | | | | | | | * commit '2ca63e3890ebdaee7dc835e5d995ff03a182940f': Snapshot version 1.10 release 6 (snap2) Update version to 1.10.6-snap3
| * | Merge branch 'hdf5_1_10' of ↵hdftest2019-09-171-0/+22
| |\ \ | | |/ | | | | | | ssh://bitbucket.hdfgroup.org:7999/~hdftest/hdf5_hft into hdf5_1_10
| * | Snapshot version 1.10 release 6 (snap2)hdftest2019-09-171-1/+1
| | | | | | | | | | | | Update version to 1.10.6-snap3
* | | Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_10)Allen Byrne2019-09-171-0/+22
|\ \ \ | | |/ | |/| | | | | | | * commit '406890277cbe92be1d68721a6fa115441ab1a726': Fixed a bug where we incorrectly pass a lock struct to fcntl for file locking instead of a pointer. (HDFFV-10892)
| * | Fixed a bug where we incorrectly pass a lock struct to fcntlDana Robinson2019-09-161-0/+22
| |/ | | | | | | for file locking instead of a pointer. (HDFFV-10892)
* | Merge S3 code from develop to 1.10Allen Byrne2019-09-131-1/+24
|/
* Merge pull request #1892 in HDFFV/hdf5 from ↵Vailin Choi2019-08-261-0/+14
| | | | | | | ~VCHOI/my_third_fork:bugfix/HDFFV-10873-assertion-v-oh--nmesgs-failed to develop * commit '021919206df7764f951037ae76ccae006b2eea99': Fixed the assertion failure for HDFFV-10873.
* Snapshot version 1.10 release 6 (snap1)hdftest2019-08-261-1/+1
| | | | Update version to 1.10.6-snap2
* Merge pull request #1865 in HDFFV/hdf5 from ↵Vailin Choi2019-08-161-0/+17
| | | | | | | | ~VCHOI/my_third_fork:bugfix/HDFFV-10813-swmr-test-fails-on-jelly-with to develop * commit '538f743c145fbbfa7b1119693efd2ff61b34efae': Changes based on PR feedback. Fix for HDFFV-10813 H5Fset_metadata_read_retry_info() test fails on jelly with PGI/19.
* Use a STRING option for API versionAllen Byrne2019-08-122-13/+21
|
* Add contents of HDF5 1.10.5 RELEASE.txt to HISTORY-1_10.txt file.Larry Knox2019-08-022-400/+712
| | | | | Remove 1.10.5 entries from current RELEASE.txt and update version numbers.
* Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_10)Allen Byrne2019-07-311-0/+16
|\ | | | | | | | | | | * commit '803ae1d1a87bb962a7d887a958bbd9ac8adf3da3': Changes based on PR review. Bring pull request #1772 from develop to 1.10. Fails file creation when non-default free-space info is set in fcpl and the library version high bound is less than v110 because free-space info message is introduced in library release v110.
| * Bring pull request #1772 from develop to 1.10.Vailin Choi2019-07-221-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fails file creation when non-default free-space info is set in fcpl and the library version high bound is less than v110 because free-space info message is introduced in library release v110. Merge pull request #1772 in HDFFV/hdf5 from ~VCHOI/my_third_fork:bugfix/HDFFV-10808-h5pset_file_space_strategy-succeeds to develop * commit '3768566139df18928aa29ece0eff3010b224633b': Add release notes. Correct hid_t error value to H5I_INVALID_HID in tests related to libver_bounds. Fix for HDFFV-10808 H5Pset_file_space_strategy succeeds when using H5Pset_libver_bounds v18,v18. Fails file creation when non-default free-space info is set in fcpl and the library version high bound is less than v110 because free-space info message is introduced in library release v110. Conflicts: test/tfile.c
* | HDFFV-10845, 10529 and CMake changes from developAllen Byrne2019-07-241-2/+23
| |