summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
Commit message (Collapse)AuthorAgeFilesLines
* Replace H5E_ATOM major error category with H5E_ID (#121)Dana Robinson2020-11-301-0/+20
| | | | | | | | | | * Renames H5I_ATOM to H5I_ID, among other related changes * Java has been updated. * Fortran is failing on my VM, even though I don't touch that. * Adds a RELEASE.txt note for H5E_ATOM to H5E_ID changes * Fixes typos in comments
* FreeBSD autotools changes (#142)Dana Robinson2020-11-301-0/+14
| | | | | | | | | | | | | | | | * Updates to allow autotools builds on recent FreeBSD * Switches the default C compiler to cc from gcc (this may need a version string check if we want to support FreeBSD 9 and earlier. FreeBSD 10 was released in 2014) * Makes the default C++ compiler c++ (no previous setting) * Both of these resolve to Clang on FreeBSD 10+ * Added a note about flang being unsuitable on FreeBSD (the port uses an ancient build of flang that lacks Fortran 2003 support) * Autotools only - CMake appears to use different CPP flags which cause compilation errors * Adds a RELEASE.txt note for new FreeBSD autotools changes
* Minor/solaris gcc fix (#126)Dana Robinson2020-11-251-0/+13
| | | | | | | * Adds gnu99 as the standard when building with gcc on Solaris * Adds a note to RELEASE.txt and improves comments For Solaris + gcc fix (HDFFV-11191)
* Adds a configure/CMake option to control -Werror behavior (#119)Dana Robinson2020-11-251-0/+22
| | | | | * Works in both Autotools and CMake * OFF by default * Reverts "always on" -Werror behavior released in 1.10.7
* Update release text files (#109)Allen Byrne2020-11-231-1258/+394
| | | | | | | * Update release text files * spelling correction * Update list
* Set doxygen default to normally disabled.Allen Byrne2020-11-091-0/+1
|
* Doxygen correct typosAllen Byrne2020-11-041-2/+2
|
* Doxygen add new files and update docsAllen Byrne2020-11-031-1/+11
|
* CMake: Add an option to opt-out static libgccMichel Zou2020-10-311-0/+7
| | | | | With sjlj exception model, statically link to libgcc/libstdc++ prevents exceptions to be caught from other dynamic libraries.
* CMake: Add an option to opt-out MSVC naming conventionMichel Zou2020-10-301-0/+7
| | | | | We might want to keep the default mingw import name, see: https://github.com/msys2/MINGW-packages/blob/master/mingw-w64-hdf5/hdf5-default-import-suffix.patch
* HDFFV-10868 - add noteAllen Byrne2020-10-281-0/+9
|
* More info for building plugins with libraryAllen Byrne2020-09-281-3/+9
|
* OESS-98 add release note for optionAllen Byrne2020-09-271-3/+12
|
* Merge pull request #2882 in HDFFV/hdf5 from ↵Allen Byrne2020-09-251-0/+10
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ~BYRN/hdf5_adb:feature/cmakeV2-clang-format to develop * commit '571a5e9250ca69adb54ef956361a5cf77059f67c': Add h5ls test plugin format target Fix manifest Add code owners file Update actions - split push/pull-request commits Change to executable Change to based on LLVM format Fix comment formatting due to tabs conversion Disable formatting for file File changes to affect formatting CMake and script changes for clang-format
| * CMake and script changes for clang-formatAllen Byrne2020-09-041-0/+10
| |
* | Add release note for new H5Ssel_iter_reset functionJordan Henderson2020-09-181-0/+10
|/
* Adds RELEASE.txt note about HDFS VFD stubs being removedDana Robinson2020-08-271-0/+34
|
* Merge pull request #2771 in HDFFV/hdf5 from ↵Binh-Minh Ribler2020-08-161-0/+10
|\ | | | | | | | | | | | | | | | | ~BMRIBLER/hdf5_bmr:hdf5_bmr_HDFFV-10933 to develop Fixed HDFFV-10933 * commit '16349c5fddce8a74644e18d01d7ea8186aaaa255': Fixed HDFFV-10933
| * Fixed HDFFV-10933Binh-Minh Ribler2020-08-141-0/+10
| | | | | | | | | | | | | | | | | | | | | | Description: Updated the original fix by Kent Y. in commit 200a77d8c3e51663c375aafffff607ae9b438f4e - used internal functions instead of public API - moved some code into the subroutine for a cleaner look. - added test to dsets.c Platforms tested: Linux/64 (jelly)
* | HDFFV-9984 Add options to merge/prune external links during repackAllen Byrne2020-08-141-0/+11
|/
* Merge pull request #2753 in HDFFV/hdf5 from ~EPOURMAL/hdf5_ep:develop to developElena Pourmal2020-08-141-2/+6
|\ | | | | | | | | | | | | * commit 'c6248cfb6975a6ecadf0259390247ce05dc13c4b': Addresseda Dana's comments from the pull request. Fixed several typos in the comments found by Larry during the review. The H5DSis_scale function was updated to return "not a dimension scale" (0) instead of failing (-1), when CLASS or DIMENSION_SCALE attributes are not written according to Dimension Scales Specification (HDFFV-10436).
| * The H5DSis_scale function was updated to return "not a dimension scale" (0)Elena2020-08-121-2/+6
| | | | | | | | | | instead of failing (-1), when CLASS or DIMENSION_SCALE attributes are not written according to Dimension Scales Specification (HDFFV-10436).
* | spellingAllen Byrne2020-08-131-1/+1
| |
* | HDFFV-11127 - force RTLD_LOCAL in dlopenAllen Byrne2020-08-121-3/+12
|/
* Renames BEST-EFFORT to BEST_EFFORT for file locking env varDana Robinson2020-08-061-3/+3
|
* Squash merge of file locking fixesDana Robinson2020-08-031-1/+110
|
* Merge pull request #2711 in HDFFV/hdf5 from bmr-HDFFV-11120 to developBinh-Minh Ribler2020-07-291-0/+11
|\ | | | | | | | | | | | | | | Fix HDFFV-11120 and HDFFV-11121 (CVE-2018-13870 and CVE-2018-13869) * commit '707e30c6be1954c0027374124207e46caae68cbc': Fixed typos in error messages. Fix HDFFV-11120 and HDFFV-11121 (CVE-2018-13870 and CVE-2018-13869)
| * Fix HDFFV-11120 and HDFFV-11121 (CVE-2018-13870 and CVE-2018-13869)Binh-Minh Ribler2020-07-221-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | Description: When a buffer overflow occurred because a name length was corrupted and became very large, h5dump produced a segfault on one file and a memcpy parameter overlap on another file. This commit added checks that detect a read pass the end of the buffer to prevent these error conditions. Platforms tested: Linux/64 (jelly) SunOS 5.11 (emu)
* | Merge pull request #2714 in HDFFV/hdf5 from ↵Dana Robinson2020-07-281-0/+15
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | ~DEROBINS/hdf5_der:h5s_set_extent_none to develop * commit 'e4603ff8a171e82de6373ba6eddcf59d5eeab5aa': Updated the Java tests to deal with H5Sset_extent_none changes Fixed additional typos in tselect.c comments. Fixes typo in tselect.c Updates H5Sset_extent_none() to set H5S_NULL
| * | Updates H5Sset_extent_none() to set H5S_NULLDana Robinson2020-07-281-0/+15
| |/ | | | | | | | | | | | | | | The API call used to set the internal H5S_NO_CLASS value which produced errors when such a dataspace was passed to many other API calls. Fixes HDFFV-11027
* | Add release notes for toolsAllen Byrne2020-07-201-2/+38
|/
* Fix for jira issue HDFFV-11080:vchoi2020-07-141-0/+14
| | | | | (1) Patch up the file pointer when reading attribute of variable length datatype (2) Test to verify the fix when doing multiple threads
* HDFFV-11116 Add option for install location of Fortran MOD filesAllen Byrne2020-07-091-3/+28
|
* Lib files needed are now copied to a subdirectory in the java/testLarry Knox2020-07-021-0/+8
| | | | | | 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
* - added comment to explain a klugeBinh-Minh Ribler2020-06-291-1/+9
| | | | - added the associated entry to release notes
* Added note for HDFFV-10591.Binh-Minh Ribler2020-06-191-0/+12
|
* OESS-65 add option to use AEC library in place of SZipAllen Byrne2020-04-221-0/+10
|
* Merge branch 'develop' of ↵Jacob Smith2020-04-071-0/+39
|\ | | | | | | https://bitbucket.hdfgroup.org/scm/~jake.smith/hdf5 into feature/vfd_splitter_mirror_a
| * Move intel warnings to subfolder, update autotools filesAllen Byrne2020-04-061-1/+3
| |
| * Corrected noteAllen Byrne2020-04-061-3/+3
| |
| * Update release note for CMake warningsAllen Byrne2020-04-031-0/+2
| |
| * TRILAB-192 add comparable clang flagsAllen Byrne2020-03-271-0/+2
| |
| * TRILAB-24 use CHECK_STRUCT_HAS_MEMBERAllen Byrne2020-03-241-0/+7
| |
| * TRILAB-192 add release noteAllen Byrne2020-03-241-0/+15
| |
| * Fixed the RELEASE.txt note for HDFFV-11057Dana Robinson2020-03-181-9/+8
| |
| * Fix shutdown errors when using the HDF5_VOL_CONNECTOR environmentDana Robinson2020-03-181-0/+12
| | | | | | | | | | variable to set a dynamically loaded plugin as the default VOL connector. Fixes HDFFV-11057
* | Add Splitter VFD to library.Jacob Smith2020-03-131-0/+14
|/ | | | | | | | | | | | | | | * "Simultaneous and equivalent" Read-Write and Write-Only channels for file I/O. * Only supports drivers with the H5FD_FEAT_DEFAULT_VFD_COMPATIBLE flag for now, preventing issues with multi-file drivers. Add Mirror VFD to library. * Write-only operations over a network. * Uses TCP/IP sockets. * Server and auxiliary server-shutdown programs provided in a new directory, `utils/mirror_vfd`. * Automated testing via loopback ("remote" of localhost).
* Update examples and fix old version references.Allen Byrne2020-02-261-1/+1
|
* Update Windows platformsAllen Byrne2020-02-241-5/+1
|
* HDFFV-11036 add release noteAllen Byrne2020-02-241-1/+8
|