summaryrefslogtreecommitdiffstats
path: root/release_docs
Commit message (Collapse)AuthorAgeFilesLines
* Add test and release info for the fix to HDFFV-10425 test failure with ↵Vailin Choi2018-03-211-0/+16
| | | | H5DOwrite_chunk.
* Fix date.lrknox2018-03-191-1/+1
|
* Correct the date in RELEASE.txt for H5DOread_chunk.Vailin Choi2018-03-191-1/+1
|
* Add release info for H5DOread_chunk.Vailin Choi2018-03-191-0/+10
|
* Updated RELEASE.txtBinh-Minh Ribler2018-03-171-6/+27
| | | | | | Description: Wrappers for H5Tencode and H5Tdecode No code change.
* Fixed HDFFV-10151Binh-Minh Ribler2018-03-161-0/+6
| | | | | | Description: Added a document to the HDF5 C++ API Reference Manual to show the mapping from a C API to C++ wrappers.
* 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)
* 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
| * | 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.
| * | Add release noteAllen Byrne2018-03-091-0/+10
| | |
| * | Change CMake min to 3.10Allen Byrne2018-03-092-3/+3
| | |
* | | 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)
* | 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)
* 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
|
* Update reference files for CMake optionsAllen Byrne2018-01-292-103/+130
|
* HDFFV-10396 typo fixAllen Byrne2018-01-251-1/+1
|
* HDFFV-10396 Add noteAllen Byrne2018-01-251-0/+10
|
* HDFFV-10385 rename vars and macrosAllen Byrne2018-01-191-2/+2
|
* HDFFV-10393 fix incorrect search for name in h5repack object tableAllen Byrne2018-01-181-0/+26
|
* HDFFV-10385 rework java namesAllen Byrne2018-01-171-5/+4
|
* Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2018-01-101-1/+3
|\ | | | | | | | | | | | | * commit '88574bf85618adc96142bebf865ac2caf82c8f09': HDFFV-10361 Correct signatures HDFFV-10361 Update release note for vds prefix HDDFV-10361 combine duplicated prefix utility functions
| * Merge pull request #852 in HDFFV/hdf5 from ↵Allen Byrne2018-01-101-1/+3
| |\ | | | | | | | | | | | | | | | | | | | | | | | | ~BYRN/hdf5_adb:bugfix/HDFFV-10361-hdffv-9724-fix-has-duplicated to develop * commit '9c2a9cec1f708039dbc625bcc6827ab64282e065': HDFFV-10361 Correct signatures HDFFV-10361 Update release note for vds prefix HDDFV-10361 combine duplicated prefix utility functions
| | * HDFFV-10361 Update release note for vds prefixAllen Byrne2018-01-051-1/+3
| | |
* | | HDFFV-10385 - add release noteAllen Byrne2018-01-101-0/+13
| | |