diff options
author | Erlang/OTP <otp@erlang.org> | 2022-04-11 15:15:13 +0200 |
---|---|---|
committer | Erlang/OTP <otp@erlang.org> | 2022-04-11 15:15:13 +0200 |
commit | a2c8df222e6d02fa518d5d6cbbea75a9dd720d30 (patch) | |
tree | 26beeda3b3b95d359b5cb2f2d545fedddc8e7133 /lib/ssh/doc/src | |
parent | 54332a7919f3188532d72bc4344cc6425424975c (diff) | |
download | erlang-a2c8df222e6d02fa518d5d6cbbea75a9dd720d30.tar.gz |
Prepare release
Diffstat (limited to 'lib/ssh/doc/src')
-rw-r--r-- | lib/ssh/doc/src/notes.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/lib/ssh/doc/src/notes.xml b/lib/ssh/doc/src/notes.xml index 4e644e6c0e..789cfdb64a 100644 --- a/lib/ssh/doc/src/notes.xml +++ b/lib/ssh/doc/src/notes.xml @@ -30,6 +30,28 @@ <file>notes.xml</file> </header> +<section><title>Ssh 4.14</title> + + <section><title>Improvements and New Features</title> + <list> + <item> + <p> + The representation of Edward curves (ed25519 and ed448) + inside ssh had a temporary representation (ed_pri and + ed_pub).</p> + <p> + That is now changed to the public_key form. See the + manual for more information.</p> + <p> + *** POTENTIAL INCOMPATIBILITY ***</p> + <p> + Own Id: OTP-17920</p> + </item> + </list> + </section> + +</section> + <section><title>Ssh 4.13.2</title> <section><title>Fixed Bugs and Malfunctions</title> |