-
-
Notifications
You must be signed in to change notification settings - Fork 275
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RELEASE.txt updates #5287
Merged
Merged
RELEASE.txt updates #5287
Changes from all commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
d7d39b5
Update platforms tested details
lrknox 171931c
Merge branch 'hdf5_1_14_6' of https://github.com/HDFGroup/hdf5 into u…
lrknox 7ad956c
Merge branch 'hdf5_1_14_6' of https://github.com/HDFGroup/hdf5 into u…
lrknox 2ca285f
Add HL_FORTRAN_f90_tstlite failure with cce/18.0.1 to known problems.
lrknox 4ab050d
Remove unused NEWSLETTER files.
lrknox 32186b6
Revert "Remove unused NEWSLETTER files."
lrknox 1e2efee
Update test in release_docs/NEWSLETTER.txt for release page description.
lrknox 87a9197
Corrected line in NEWSLETTER.txt for release page.
lrknox File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,22 @@ | ||
HDF5 version 1.14.6-1 currently under development | ||
|
||
Features included for the next major release: | ||
This is a maintenance release with a few changes and updates: | ||
---------------------------------------------------------------------------- | ||
|
||
* The release process now provides signed Windows and Mac installation binaries | ||
in addition to the Debian and rpm installation binaries. The Mac binaries are | ||
built as universal binaries on an ARM-based Mac. | ||
* Reverted a change to the library's handling of UTF-8 file names. A change was | ||
made in the HDF5 1.14.4 release to address some issues with the library's | ||
handling of code pages and file paths on Windows. This change introduced | ||
other issues with handling UTF-8 file names that caused breakage for software | ||
using the 1.14.4 and 1.14.5 releases of HDF5. | ||
|
||
* Added new routines for interacting with error stacks: H5Epause_stack, | ||
H5Eresume_stack, and H5Eis_paused. These routines can be used to indicate | ||
that errors from a call to an HDF5 routine should not be pushed on to an error | ||
stack. | ||
The change has been reverted for this release and will be addressed | ||
differently in a future release. | ||
|
||
If you use 1.14.4 or 1.14.5 and are happy with how UTF-8 file names are | ||
handled in those versions, do not update to 1.14.6. | ||
|
||
* Updated CMake find_package(ZLIB) defaults to find most system zlib installs. | ||
|
||
---------------------------------------------------------------------------- | ||
Please see the full release notes for detailed information regarding this release, | ||
including a detailed list of changes. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file is used by the Release Workflows.