summaryrefslogtreecommitdiffstats
path: root/release_docs
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge pull request #965 in HDFFV/hdf5 from develop to hdf5_1_10Larry Knox2018-03-151-5/+5
|\ \ | |/ | | | | | | | | | | * commit '02a9433fa0aac34ae81ab5f0d5b97a7934881215': Add 2 parallel test files to CHECK-CLEANFILES so that if their tests fail before removing them, make check-clean will remove them. Fixed memory leak Description: Added LinkCreatPropList to initH5cpp to cleaning up resource at exit. Platforms tested: Linux/64 (jelly) Linux/ppc64 (ostrich) HDFFV-10412 add note for new H5error_on Java API
| * HDFFV-10412 add note for new H5error_on Java APIAllen Byrne2018-03-141-7/+15
| |
| * Add info to release notes for:Vailin Choi2018-03-141-0/+38
| | | | | | | | | | | | (1) library version bounds (2) HDFFV-10360 (h5clear) (3) HDFFV-10209 (VDS SWMR test failure)
* | HDFFV-10412 - Add note for new Java wrapperAllen Byrne2018-03-151-0/+8
| |
* | Updated version to 1.10.3-snap0lrknox2018-03-141-1/+1
| |
* | Merge branch 'hdf5_1_10' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 ↵lrknox2018-03-141-2/+2
|\ \ | | | | | | | | | | | | | | | into hdf5_1_10 Resolved RELEASE.txt conflicts.
| * | Remove duplicationAllen Byrne2018-03-141-14/+2
| | |
| * | Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_10)Allen Byrne2018-03-141-2/+48
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'f30873136be7cb444166d019c57d3508ff79fc76': Rework new tests into one macro Added a "won't fix" RELEASE.txt entry for HDFFV-10356. Fix CMake test names Fixed typo Add release note for HDFFFV-10397. Added a fix for HDFFV-10358. Fixed documentation Description: - Updated the description of copy constructor for clarification. - Removed unnecessary comments. Platforms tested: Linux/64 (jelly) Enhancement to the tool h5clear (HDFFV-10360) Fix for HDFFV-10209 VDS SWMR test failure Free the object header when there are chksum retries.
| * \ \ Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_10)Allen Byrne2018-03-124-25/+172
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'cf110b33c825f15e8a101b5772d15ec282ff85bf': (105 commits) Unify the test (t_bigio.c) between hdf5_1_10 and develop Remove comparison to NULL for variables to be freed. Add HDfree of vector, matrix_out and matrix_out1 previously HDmalloced in coll_write_test(). merged from develop merged from develop removed duplicate code Code improvement Description: - Removed memory leaks caused by accidentally invoking p_get_member_type - Added the call to test_lcpl, missed previously Platforms tested: Linux/64 (jelly) Linux/ppc64 (ostrich) Darwin (osx1010test) Updated RELEASE.txt Description: - Wrappers for H5Lcreate_soft, H5Lcreate_hard, H5Lcopy, H5Lmove, H5Ldelete, and H5Lget_info - Class LinkCreatPropList - Fixed typo in source file Platforms tested: Linux/64 (jelly) Updated for H5LcreatProp.[h,cpp] Updated MANIFEST for H5LcreatProp.[h,cpp] HDFFV-10149 continued Description: - Moved the new wrappers committed on Mar 9: 43158f3bb352f374c31556a5d0dc463a09e0b32e to H5Location and renamed some of them for overloading. This is because the loc_id in the C APIs can be file, group, dataset, named datatype, and attribute. Previous implementation was wrong following some inaccurate C API reference manual. Re-factor coding for H5P/Sencode with libver bounds. Removed commented out code from H5FDmpio.c, H5FDprivate.h and H5Fint.c Upated cpp doc. Added C++ wrappers - HDFFV-10149 Description: Added the following wrappers to class H5::Group: + H5Lcreate_soft: // Creates a soft link from link_name to target_name. void newLink(const char *target_name, const char *link_name,...) void newLink(const H5std_string& target_name,...) Improve code Description: Added notes and changed argument to H5Fcreate to clarify the latest situation Platforms tested: Linux/64 (jelly) Resolve compilation errors. Add release note Remove obsolete comments Change CMake min to 3.10 ...
| * | | | Merge changes from developAllen Byrne2018-03-071-0/+6
| | | | |
| * | | | Merge 10414, 10292, VFD fix from developAllen Byrne2018-03-061-2/+2
| | | | |
* | | | | Revised RELEASE.txt.lrknox2018-03-141-19/+21
| | | | |
* | | | | Resolve merge conlicts in RELEASE.txt.lrknox2018-03-141-6/+38
| |_|/ / |/| | |
* | | | Merge pull request #943 in HDFFV/hdf5 from develop to hdf5_1_10Larry Knox2018-03-131-2/+48
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | * commit '9247388c3d14510341ea3f07847ce2cbb6e44a8e': Rework new tests into one macro Added a "won't fix" RELEASE.txt entry for HDFFV-10356. Fix CMake test names Fixed typo Add release note for HDFFFV-10397. Added a fix for HDFFV-10358. Fixed documentation Description: - Updated the description of copy constructor for clarification. - Removed unnecessary comments. Platforms tested: Linux/64 (jelly) Enhancement to the tool h5clear (HDFFV-10360) Fix for HDFFV-10209 VDS SWMR test failure Free the object header when there are chksum retries.
| * | Added a "won't fix" RELEASE.txt entry for HDFFV-10356.Dana Robinson2018-03-131-0/+20
| | |
| * | Merge pull request #945 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:hdffv_10358 to ↵Dana Robinson2018-03-131-0/+17
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | develop * commit 'b877534a330a201e3b5c51d97daa8e01a5c1cd3a': Added a fix for HDFFV-10358.
| | * | Added a fix for HDFFV-10358.Dana Robinson2018-03-131-0/+17
| | | |
| * | | Merge pull request #947 in HDFFV/hdf5 from ↵Larry Knox2018-03-131-1/+5
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ~LRKNOX/hdf5_lrk:HDFFV-10397-testphdf5-has-some-memory-leaks to develop * commit '86890ac84ba74a437f87d98e7d7931dccc0fe856': Add release note for HDFFFV-10397.
| | * | | Add release note for HDFFFV-10397.lrknox2018-03-131-1/+5
| | | | |
| * | | | Fixed typoBinh-Minh Ribler2018-03-131-1/+1
| | | | |
| * | | | Merge branch 'develop' of ↵Binh-Minh Ribler2018-03-133-3/+13
| |\ \ \ \ | | |/ / / | | | | | | | | | | https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5_bmr_cpp3 into develop
| * | | | Fixed documentationBinh-Minh Ribler2018-03-131-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Description: - Updated the description of copy constructor for clarification. - Removed unnecessary comments. Platforms tested: Linux/64 (jelly)
* | | | | Merge branch 'develop' into hdf5_1_10_mergeM. Scot Breitenfeld2018-03-123-4/+70
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge pull request #936 in HDFFV/hdf5 from ~BMRIBLER/hdf5_bmr_cpp3:develop ↵Binh-Minh Ribler2018-03-121-1/+57
| |\ \ \ \ | | |/ / / | | | / / | | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to develop Modified 43158f3bb352f374c31556a5d0dc463a09e0b32e and additional wrappers. * commit 'b638bbd74b79f935a43aa6a804492e035ec315f6': Code improvement Description: - Removed memory leaks caused by accidentally invoking p_get_member_type - Added the call to test_lcpl, missed previously Platforms tested: Linux/64 (jelly) Linux/ppc64 (ostrich) Darwin (osx1010test) Updated RELEASE.txt Description: - Wrappers for H5Lcreate_soft, H5Lcreate_hard, H5Lcopy, H5Lmove, H5Ldelete, and H5Lget_info - Class LinkCreatPropList - Fixed typo in source file Platforms tested: Linux/64 (jelly) Updated for H5LcreatProp.[h,cpp] Updated MANIFEST for H5LcreatProp.[h,cpp] HDFFV-10149 continued Description: - Moved the new wrappers committed on Mar 9: 43158f3bb352f374c31556a5d0dc463a09e0b32e to H5Location and renamed some of them for overloading. This is because the loc_id in the C APIs can be file, group, dataset, named datatype, and attribute. Previous implementation was wrong following some inaccurate C API reference manual.
| | * | Updated RELEASE.txtBinh-Minh Ribler2018-03-121-1/+57
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Description: - Wrappers for H5Lcreate_soft, H5Lcreate_hard, H5Lcopy, H5Lmove, H5Ldelete, and H5Lget_info - Class LinkCreatPropList - Fixed typo in source file Platforms tested: Linux/64 (jelly)
| * | | Add release noteAllen Byrne2018-03-091-0/+10
| | | |
| * | | Change CMake min to 3.10Allen Byrne2018-03-092-3/+3
| |/ /
* | | Merge branch 'develop' into hdf5_1_10_mergeM. Scot Breitenfeld2018-03-091-0/+16
|\ \ \ | |/ /
| * | HDFFV-4359 Add HL C++ and fix install parametersAllen Byrne2018-03-081-0/+10
| | |
| * | Add missing noteAllen Byrne2018-03-071-0/+6
| | |
| * | HDFFV-10414 fix noteAllen Byrne2018-03-071-1/+1
| | |
| * | HDDFV-10414 correct location of error changeAllen Byrne2018-03-071-0/+6
| | |
| * | Merge pull request #920 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to developLarry Knox2018-03-061-21/+23
| |\ \ | | | | | | | | | | | | | | | | * commit 'b3142a85fda8670a5780e6d3d080d54a71e0fc1d': Update install file for configure revisions.
| | * | Update install file for configure revisions.lrknox2018-03-051-21/+23
| | | |
| * | | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2018-03-061-0/+57
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'd8723ac1178a69c4dff7164203d999d61c2159bb': Fix for HDFFV-10357 (CVE-2017-17508). Fix for HDFFV-10355 (CVE-2017-17506). Fix for HDFFV-10354 (CVE-2017-17505).
| | * \ \ Merge branch 'develop' into hdffv_10355Dana Robinson2018-03-063-5/+43
| | |\ \ \
| | | * \ \ Merge branch 'develop' into hdffv_10354Dana Robinson2018-03-053-5/+20
| | | |\ \ \
| | | | * \ \ Merge pull request #911 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:hdffv_10357 to ↵Dana Robinson2018-03-051-0/+15
| | | | |\ \ \ | | | | | |/ / | | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop * commit 'ce005900d6ad539cc7556ab225b771d24632f4f1': Fix for HDFFV-10357 (CVE-2017-17508).
| | | | | * | Fix for HDFFV-10357 (CVE-2017-17508).Dana Robinson2018-02-271-0/+15
| | | | | | |
| | | * | | | Fix for HDFFV-10354 (CVE-2017-17505).Dana Robinson2018-02-261-0/+23
| | | | |/ / | | | |/| |
| | * | | | Fix for HDFFV-10355 (CVE-2017-17506).Dana Robinson2018-02-271-0/+19
| | |/ / /
| * | | | HDFFV-10292 Windows drive letters cause issues in pathsAllen Byrne2018-03-051-1/+2
| | |/ / | |/| |
| * | | Remove option from list in docAllen Byrne2018-02-281-1/+0
| | | |
| * | | Inc CMake min, Add new tests, rework test CMake filesAllen Byrne2018-02-272-2/+2
| | | |
| * | | Update listAllen Byrne2018-02-261-2/+3
| |/ /
| * | HDFFV-10412 moved check back into normal pathAllen Byrne2018-02-211-0/+12
| | |
| * | HDFFV-10384 Add opt arg to helpAllen Byrne2018-02-151-0/+12
| | |
| * | JHDFFV-10398 add noteAllen Byrne2018-02-011-1/+11
| | |
* | | Needs to sync with lib version and Sencode.M. Scot Breitenfeld2018-03-073-23/+88
| |/ |/|
* | Incr CMake min, add missing test, rework test CMake scriptAllen Byrne2018-02-272-4/+5
| |