forked from erlang/otp
-
Notifications
You must be signed in to change notification settings - Fork 1
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
[pull] master from erlang:master #214
Merged
Merged
Conversation
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
…OTP-19388' into maint-25 * kuba/maint-25/ssh/fix_connection_info_spec/ERIERL-1165/OTP-19388: ssh: fix connection_info result typespec
… maint-25 * alexandrejbr/ssh-accept-userauth-banner/OTP-19392: ssh: avoid protocol error on userauth banner
…arlier_for_maint26_and_25/ERIERL-1166/OTP-19385' into maint-25 * michal/common_test/fix_compatiblity_between_otp27_and_earlier_for_maint26_and_25/ERIERL-1166/OTP-19385: Don't crash when test summary contains more values than we want
…to maint-25 * kuba/maint-25/ssh/sftp_large_transfer_fix/OTP-19435: ssh: remove adjust_window call from ssh_connection
…t-25 * rickard/global-restart-connect-fix/OTP-19381: [kernel] global: Fix restart of connect after double init_connect [kernel] global: Fix cleanup prior to restart of connect
…1177/OTP-19462' into maint-25 * john/erts/disable-unsafe-bs_append-optimization/ERIERL-1177/OTP-19462: erts: Disable unsafe optimization in bs_append
…into maint-26 * ingela/maint-26/public_key/ext-key-usage-ca/OTP-19240: public_key: Adjust certificate key usage compatible check
…t-26 * rickard/global-restart-connect-fix/OTP-19381: [kernel] global: Fix restart of connect after double init_connect [kernel] global: Fix cleanup prior to restart of connect
…6' into maint-26 * john/erts/disable-unsafe-bs_append-optimization/merge-26: erts: Disable unsafe optimization in bs_append
* maint-26: Updated OTP version Prepare release Update copyright year
* maint: Updated OTP version Prepare release Update copyright year
…wording' into maint * Olivier-Boudeville/doc/improve-bitstring-default-match-wording: Respect hard word-wrap at column 80 Clarify default type of matched values in bit strings
* maint-25: Updated OTP version Prepare release Update copyright year
* maint: Updated OTP version Prepare release Update copyright year
Reviewer's Guide by SourceryThis pull request updates the documentation release notes across multiple components by adding new sections that describe fixed bugs and improvements. The changes target ERTS, Kernel, SSH, Common_Test, and Public_Key release notes, as well as clarifying content in the reference manual. No diagrams generated as the changes look simple and do not need a visual representation. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
See Commits and Changes for more details.
Created by
pull[bot] (v2.0.0-alpha.1)
Can you help keep this open source service alive? 💖 Please sponsor : )
Summary by Sourcery
Update several libraries to fix bugs and inconsistencies, and improve compatibility. Update documentation to reflect the changes.
Bug Fixes:
global
's internal state inconsistent when a connection was reconnected.ssh:connection_info/1,2
functions to include{error, term()}
return value.Enhancements:
Ei
in a bit string construction is a value whose default type isinteger
.