summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
Commit message (Collapse)AuthorAgeFilesLines
* Update RELEASE.txt, HISTORY-1_10.txt and INSTALL files with changes fromlrknox2018-04-031-688/+47
| | | | HDF5-1.10.2 release.
* 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-131-0/+10
|\ \ \ | |/ / | | | | | | 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
| | |
* | | 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 branch 'develop' into hdffv_10355Dana Robinson2018-03-061-0/+38
|\
| * Merge branch 'develop' into hdffv_10354Dana Robinson2018-03-051-0/+15
| |\
| | * 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-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
|
* 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
|
* 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
| | |
* | | HDFFV-10385 refactor CMAKE_BUILD_TYPE usageAllen Byrne2018-01-091-4/+21
|/ /
* | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2018-01-081-1/+1
|\ \ | | | | | | | | | | | | * commit '92324bacae5ac697dbdf8e6cf8b3d709f189849a': Snapshot version 1.11 release 2
| * | Snapshot version 1.11 release 2hdftest2018-01-051-1/+1
| | |
* | | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2018-01-051-1/+1
|\ \ \ | |/ / | | / | |/ |/| * commit '994611a2d4320358dc5a1c0c721633670ad4833c': Snapshot version 1.11 release 1
| * Snapshot version 1.11 release 1hdftest2018-01-051-1/+1
| |
* | HDFFV-8745 fix typosAllen Byrne2018-01-041-2/+2
| |
* | HDFFV-8745 update release noteAllen Byrne2018-01-041-0/+15
|/
* HDFFV-9724 Corrected files and verified testsAllen Byrne2017-12-281-2/+30
|
* Revert "Merge pull request #826 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to ↵lrknox2017-12-221-28/+2
| | | | | | | develop" This reverts commit b1223dd653e65e076af92b2dfe236f3704da81c8, reversing changes made to b25f123f5f5e25c1447a6a02861cb7c7265c12f2.
* HDFFV-9724 Remove VDS file cache functionalityAllen Byrne2017-12-201-4/+0
|