summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
Commit message (Collapse)AuthorAgeFilesLines
* HDFFV-10568 fix hdf5_java library dependencyAllen Byrne2018-09-011-0/+9
|
* Update RELEASE.txt with suggested changesJordan Henderson2018-08-271-1/+46
|
* Add fix for HDFFV-10501Jordan Henderson2018-08-261-0/+18
| | | | | Add test for HDFFV-10501 fix Add release note for HDFFV-10501 fix
* Update fortran windows 10 versionAllen Byrne2018-08-201-2/+2
|
* HDFFV-10552 Add missing HDF5_USE_110[2]_API_DEFAULT optionAllen Byrne2018-08-171-0/+10
|
* HDFFV-10536 callback crash fixed by using stack structureAllen Byrne2018-08-171-0/+10
|
* Fix JIRA number formatAllen Byrne2018-08-161-2/+2
|
* Added notes about CVE issues.Binh-Minh Ribler2018-08-141-0/+33
|
* Rearrange issues by date orderJordan Henderson2018-08-091-22/+21
|
* RELEASE.txt changes for MPI updatesJordan Henderson2018-08-091-0/+29
|
* Reorder bugfix release notes from latest to earliest, and miscellaneousLarry Knox2018-08-071-55/+59
| | | | format cleanup.
* Add RELEASE.txt entry for HDFFV-10475Larry Knox2018-08-071-3/+14
|
* HDFFV-10544 add release noteAllen Byrne2018-08-061-0/+14
|
* HDFFV-10508 rework sentenceAllen Byrne2018-07-311-2/+2
|
* HDFFV-10508 clarify library differencesAllen Byrne2018-07-311-6/+8
|
* HDFFV-10508 spelling and grammerAllen Byrne2018-07-311-4/+3
|
* HDFFV-10508 Document binary diffsAllen Byrne2018-07-301-0/+35
|
* HDFFV-10534 add noteAllen Byrne2018-07-301-1/+7
|
* RELEASE.txt updates for HDFFV-10467 and HDFFV-10509Jordan Henderson2018-07-251-0/+38
|
* Entered entries for HDFFV-10150, HDFFV-10458, HDFFV-1047Binh-Minh Ribler2018-07-231-2/+61
|
* Fix for HDFFV-9277: update the ainfo message after removing an attribute.Vailin Choi2018-07-201-0/+10
|
* TRILAB-31 add noteAllen Byrne2018-07-161-1/+7
|
* Merge pull request #1129 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:develop to ↵Vailin Choi2018-07-131-0/+11
|\ | | | | | | | | | | | | | | | | | | | | develop * commit '08de02c838c05993fea5febb9c320a679e7f841a': Changes based on feedback from pull request. Fix test_misc33() in test/tmisc.c Open the test file read-only so that it can be accessed for testing. Modifications made based on feedback from pull request. Fix for HDFFV-10333: 1) Check for valid object header version for a refcount messge 2) Check for invalid fill value size 3) Check for invalid dimension size in a layout message 4) Add --enable-error-stack option to h5stat 5) Add error checks to h5stat.c 6) Add tests to h5stat and h5dump Fix daily test failure.
| * Modifications made based on feedback from pull request.Vailin Choi2018-07-111-0/+11
| |
* | HDFFV-10519 add JNI noteAllen Byrne2018-07-021-1/+7
| |
* | Revert "Merge pull request #1116 in HDFFV/hdf5 from ↵hdftest2018-06-241-19/+12
| | | | | | | | | | | | | | ~HDFTEST/hdf5_hft:hdf5_1_10 to develop" This reverts commit e9f476dad47ce593f13dacb77b1cc664d1f24e7b, reversing changes made to 2ff00b1b937ebe36ac6ddf590c16a4c27fc0b053.
* | Snapshot version 1.10 release 3 (snap3)hdftest2018-06-241-1/+1
| |
* | Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_10)hdftest2018-06-161-0/+13
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '87829e06189cd9b29583b5ca8065b52b1f4cd523': (30 commits) HDFFV-10405: Using h5fget_obj_count_f with a file id of H5F_OBJ_ALL_F does not work properly HDFFV-10405: Using h5fget_obj_count_f with a file id of H5F_OBJ_ALL_F does not work properly HDFFV-10405: Using h5fget_obj_count_f with a file id of H5F_OBJ_ALL_F does not work properly Cleaned up H5Fmount/unmount code. Normalization with vol_integration branch. Add fortran MPI to test and example Add mpi include folders for fortran C objects Normalization with the vol_integration branch. Fixed MANIFEST Fix usage of compression lib in shared tests Fix jni function call version Fix the error found after earlier checkin. H5O_info fixes for java and examples Added a RELASE.txt entry for HDFFV-10505. Changed 'deprecated' to indicate 'no longer supported' in the --enable-debug/production configure flags. (1) Made the change according to the pull request feedback. (2) Removed the performance test form test/th5o.c: will decide on what needs to be done to show speedup via HDFFV-10463. Normalize with vol_integration. Removed unused H5MF functions and updated FUNC_ENTER macros and naming in H5MFsection.c. Restored some unused #defines to the deprecated section of H5Dpublic.h. Changes made based on feedback from pull request #1039. ...
| * \ Merge pull request #1111 in HDFFV/hdf5 from hdf5_1_10.sync to hdf5_1_10Scot Breitenfeld2018-06-151-0/+13
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '57f64b92d19fed2879ee9bafe1d29bfac865d54c': (30 commits) HDFFV-10405: Using h5fget_obj_count_f with a file id of H5F_OBJ_ALL_F does not work properly HDFFV-10405: Using h5fget_obj_count_f with a file id of H5F_OBJ_ALL_F does not work properly HDFFV-10405: Using h5fget_obj_count_f with a file id of H5F_OBJ_ALL_F does not work properly Cleaned up H5Fmount/unmount code. Normalization with vol_integration branch. Add fortran MPI to test and example Add mpi include folders for fortran C objects Normalization with the vol_integration branch. Fixed MANIFEST Fix usage of compression lib in shared tests Fix jni function call version Fix the error found after earlier checkin. H5O_info fixes for java and examples Added a RELASE.txt entry for HDFFV-10505. Changed 'deprecated' to indicate 'no longer supported' in the --enable-debug/production configure flags. (1) Made the change according to the pull request feedback. (2) Removed the performance test form test/th5o.c: will decide on what needs to be done to show speedup via HDFFV-10463. Normalize with vol_integration. Removed unused H5MF functions and updated FUNC_ENTER macros and naming in H5MFsection.c. Restored some unused #defines to the deprecated section of H5Dpublic.h. Changes made based on feedback from pull request #1039. ...
| | * \ Merge branch 'develop' into hdf5_1_10.syncM. Scot Breitenfeld2018-06-041-0/+13
| | |\ \ | | | |/
| | | * Added a RELASE.txt entry for HDFFV-10505.Dana Robinson2018-05-311-0/+13
| | | |
* | | | Snapshot version 1.10 release 3 (snap2)hdftest2018-06-041-1/+1
|/ / /
* | | Updated version to 1.10.3-snap2hdftest2018-05-291-1/+1
|/ /
* | Merge branch 'develop' into hdf5_1_10.syncM. Scot Breitenfeld2018-05-221-9/+21
|\ \ | |/
| * fix typoAllen Byrne2018-05-221-1/+1
| |
| * Add release noteAllen Byrne2018-05-221-1/+10
| |
| * Fix typoAllen Byrne2018-05-171-1/+1
| |
| * Update current windows test machinesAllen Byrne2018-05-161-9/+2
| |
| * HDFFV-9739 Add release noteAllen Byrne2018-05-161-0/+10
| |
* | Merge branch 'develop' into hdf5_1_10.syncM. Scot Breitenfeld2018-05-101-4/+16
|\ \ | |/
| * Correct sentence punctuation.Allen Byrne2018-05-081-1/+1
| |
| * Add release note.Allen Byrne2018-05-081-4/+16
| |
* | Merge branch 'develop' into hdf5_1_10.syncM. Scot Breitenfeld2018-05-081-35/+46
|\ \ | |/
| * Update RELEASE.txt, HISTORY-1_10.txt and INSTALL files with changes fromlrknox2018-04-031-688/+47
| | | | | | | | HDF5-1.10.2 release.
* | Updated version to 1.10.3-snap1hdftest2018-04-301-1/+1
| |
* | Typos/omissions.lrknox2018-04-031-1/+1
| |
* | Clear RELEASE.txt after HDF5 1.10.2 releaselrknox2018-04-031-886/+41
| | | | | | | | | | | | Bring README.txt and INSTALL* updates from hdf5_1_10_2 branch to hdf5_1_10 branch. Bring bin/release changes to hdff5_1_10 branch.
* | Merge pull request #990 in HDFFV/hdf5 from develop to hdf5_1_10Larry Knox2018-03-211-0/+16
|\ \ | |/ | | | | | | | | * commit 'e79f9a73feb1b18c52a1608336aff612d2732d5b': Couple fixes to the test routine for HDFFV-10425. Add test and release info for the fix to HDFFV-10425 test failure with H5DOwrite_chunk.
| * Add test and release info for the fix to HDFFV-10425 test failure with ↵Vailin Choi2018-03-211-0/+16
| | | | | | | | H5DOwrite_chunk.
* | Merge pull request #983 in HDFFV/hdf5 from develop to hdf5_1_10Larry Knox2018-03-201-6/+43
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '6a1627f2967099039e11b9e86cf347f6482bdf3c': Fix for HDFFV-10425 test failure with H5DOwrite_chunk and latest format Fix date. Correct the date in RELEASE.txt for H5DOread_chunk. Add release info for H5DOread_chunk. Updated RELEASE.txt Description: Wrappers for H5Tencode and H5Tdecode No code change. Fixed HDFFV-10151 Description: Added a document to the HDF5 C++ API Reference Manual to show the mapping from a C API to C++ wrappers. Fix memory leak simply by capturing allocation in var Change max value Chnage values so test will fail when new latest is added Exception changed Exception type changed Correct constant var names Java constants for new lib verbounds values