summaryrefslogtreecommitdiff
path: root/lib/ssh/doc/src
diff options
context:
space:
mode:
authorErlang/OTP <otp@erlang.org>2022-05-17 21:29:43 +0200
committerErlang/OTP <otp@erlang.org>2022-05-17 21:29:43 +0200
commitc7c9fbc9b25d69db09115de014e6b1828dafd904 (patch)
tree4a9bf721013261c73832408b8723d23da71a43d0 /lib/ssh/doc/src
parente3b7a62a6cab5485f1c6917ed33329e14c56289e (diff)
downloaderlang-c7c9fbc9b25d69db09115de014e6b1828dafd904.tar.gz
Prepare release
Diffstat (limited to 'lib/ssh/doc/src')
-rw-r--r--lib/ssh/doc/src/notes.xml31
1 files changed, 31 insertions, 0 deletions
diff --git a/lib/ssh/doc/src/notes.xml b/lib/ssh/doc/src/notes.xml
index 4e644e6c0e..fbba305ab1 100644
--- a/lib/ssh/doc/src/notes.xml
+++ b/lib/ssh/doc/src/notes.xml
@@ -30,6 +30,37 @@
<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>
+ <item>
+ <p>
+ Former internal function
+ <c>ssh_file:extract_public_key/1</c> documented publicly.</p>
+ <p>
+ Internally it was previously in ssh_transport.</p>
+ <p>
+ Own Id: OTP-18079 Aux Id: GH-5767 </p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
<section><title>Ssh 4.13.2</title>
<section><title>Fixed Bugs and Malfunctions</title>