diff options
author | Hans Nilsson <[email protected]> | 2018-03-02 12:13:28 +0100 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2018-03-02 12:13:28 +0100 |
commit | 81b7a88884fd4ec36fd08680d04bff01d45e5548 (patch) | |
tree | adcd873533dd9e65df493c7cc9bea6902857d8ca /lib | |
parent | 79f8a5dfff65f06b8975e1765f52ee6a04d85001 (diff) | |
parent | 33521da61673b890bcd05eda02f38fea1fe58a30 (diff) | |
download | otp-81b7a88884fd4ec36fd08680d04bff01d45e5548.tar.gz otp-81b7a88884fd4ec36fd08680d04bff01d45e5548.tar.bz2 otp-81b7a88884fd4ec36fd08680d04bff01d45e5548.zip |
Merge branch 'maint-19' into maint
* maint-19:
Updated OTP version
Prepare release
ssl: Prepare for release
ssl: Backport PR-1709
ssh: Fix cli
ssh: Test for disabled shell
Conflicts:
OTP_VERSION
lib/ssh/doc/src/notes.xml
lib/ssh/src/ssh.erl
lib/ssh/vsn.mk
lib/ssl/doc/src/notes.xml
lib/ssl/vsn.mk
otp_versions.table
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ssh/doc/src/notes.xml | 17 | ||||
-rw-r--r-- | lib/ssl/doc/src/notes.xml | 15 |
2 files changed, 31 insertions, 1 deletions
diff --git a/lib/ssh/doc/src/notes.xml b/lib/ssh/doc/src/notes.xml index c559da911b..df2e04c92a 100644 --- a/lib/ssh/doc/src/notes.xml +++ b/lib/ssh/doc/src/notes.xml @@ -49,7 +49,6 @@ </list> </section> - <section><title>Improvements and New Features</title> <list> <item> @@ -406,6 +405,22 @@ </section> + +<section><title>Ssh 4.4.2.2</title> + <section><title>Improvements and New Features</title> + <list> + <item> + <p> + Default exec is disabled when a user-defined shell is + enabled.</p> + <p> + Own Id: OTP-14881</p> + </item> + </list> + </section> +</section> + + <section><title>Ssh 4.4.2</title> <section><title>Fixed Bugs and Malfunctions</title> diff --git a/lib/ssl/doc/src/notes.xml b/lib/ssl/doc/src/notes.xml index 79176f5edf..bdf8711b2f 100644 --- a/lib/ssl/doc/src/notes.xml +++ b/lib/ssl/doc/src/notes.xml @@ -307,6 +307,21 @@ </section> </section> +<section><title>SSL 8.1.3.1.1</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Fix alert handling so that unexpected messages are logged + and alerted correctly</p> + <p> + Own Id: OTP-14929</p> + </item> + </list> + </section> +</section> + <section><title>SSL 8.1.3.1</title> <section><title>Fixed Bugs and Malfunctions</title> <list> |