diff options
author | Erlang/OTP <otp@erlang.org> | 2023-05-15 12:36:07 +0200 |
---|---|---|
committer | Erlang/OTP <otp@erlang.org> | 2023-05-15 12:36:07 +0200 |
commit | 2f361f653d649d002a26d1d2a5c8c3efd1303832 (patch) | |
tree | a1ed8c18d01f94f53ed73d7f12a7de8aaa71aac6 /lib/ssh/doc/src | |
parent | 47dc52e1189de34f148ca389a7810800a1d9240c (diff) | |
download | erlang-2f361f653d649d002a26d1d2a5c8c3efd1303832.tar.gz |
Prepare release
Diffstat (limited to 'lib/ssh/doc/src')
-rw-r--r-- | lib/ssh/doc/src/notes.xml | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/lib/ssh/doc/src/notes.xml b/lib/ssh/doc/src/notes.xml index b445e649f8..4736255a26 100644 --- a/lib/ssh/doc/src/notes.xml +++ b/lib/ssh/doc/src/notes.xml @@ -30,6 +30,50 @@ <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> + Deprecates <c>dbg:stop_clear/0</c> because it is simply a + function alias to <c>dbg:stop/0</c></p> + <p> + Own Id: OTP-18478 Aux Id: GH-6903 </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> |