diff options
author | Henrik Nord <henrik@erlang.org> | 2023-04-12 10:49:18 +0200 |
---|---|---|
committer | Henrik Nord <henrik@erlang.org> | 2023-04-12 10:49:18 +0200 |
commit | 5fab0495653a1649c903937597897a18c50751c9 (patch) | |
tree | f10f319971595c6485b8458b93564d0041421afa /lib/ssh/doc/src | |
parent | ec70a31cea573358086b95e1c6a87d37cf42d922 (diff) | |
download | erlang-5fab0495653a1649c903937597897a18c50751c9.tar.gz |
Revert "Prepare release"
This reverts commit d4e4511b19f4126d9271a6e3a8fa2eb716da7e85.
Diffstat (limited to 'lib/ssh/doc/src')
-rw-r--r-- | lib/ssh/doc/src/notes.xml | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/lib/ssh/doc/src/notes.xml b/lib/ssh/doc/src/notes.xml index d63bc60fe5..b445e649f8 100644 --- a/lib/ssh/doc/src/notes.xml +++ b/lib/ssh/doc/src/notes.xml @@ -30,43 +30,6 @@ <file>notes.xml</file> </header> -<section><title>Ssh 5.0</title> - - <section><title>Improvements and New Features</title> - <list> - <item> - <p> - The ssh_cli has been updated to work with the changes - introduced in the new Erlang shell implementation.</p> - <p> - Own Id: OTP-18231 Aux Id: OTP-17932 PR-6144 </p> - </item> - <item> - <p> - Typing <c>Ctrl+L</c> in a shell now clears the screen and - redraws the current line instead of only redrawing the - current line. To only redraw the current line, you must - now type <c>Alt+L</c>. This brings the behaviour of - <c>Ctrl+L</c> closer to how bash and other shells work.</p> - <p> - *** POTENTIAL INCOMPATIBILITY ***</p> - <p> - Own Id: OTP-18285 Aux Id: PR-6262 </p> - </item> - <item> - <p> The implementation has been fixed to use - <c>proc_lib:init_fail/2,3</c> where appropriate, instead - of <c>proc_lib:init_ack/1,2</c>. </p> - <p> - *** POTENTIAL INCOMPATIBILITY ***</p> - <p> - Own Id: OTP-18490 Aux Id: OTP-18471, GH-6339, PR-6843 </p> - </item> - </list> - </section> - -</section> - <section><title>Ssh 4.15.3</title> <section><title>Fixed Bugs and Malfunctions</title> |