diff options
author | Erlang/OTP <[email protected]> | 2018-02-28 12:13:56 +0100 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2018-02-28 12:13:56 +0100 |
commit | d3aae0f9f4835f17c9d02ba5ef906aabab3c55cf (patch) | |
tree | 1deff6e7cc8f5e972004b4ee6944dee95411c1b0 /lib/ssh | |
parent | ab3c8919df9cbcf58b7e285d04ff0fb19a25891a (diff) | |
download | otp-d3aae0f9f4835f17c9d02ba5ef906aabab3c55cf.tar.gz otp-d3aae0f9f4835f17c9d02ba5ef906aabab3c55cf.tar.bz2 otp-d3aae0f9f4835f17c9d02ba5ef906aabab3c55cf.zip |
Prepare release
Diffstat (limited to 'lib/ssh')
-rw-r--r-- | lib/ssh/doc/src/notes.xml | 16 | ||||
-rw-r--r-- | lib/ssh/vsn.mk | 2 |
2 files changed, 17 insertions, 1 deletions
diff --git a/lib/ssh/doc/src/notes.xml b/lib/ssh/doc/src/notes.xml index becceb0603..b62731d496 100644 --- a/lib/ssh/doc/src/notes.xml +++ b/lib/ssh/doc/src/notes.xml @@ -30,6 +30,22 @@ <file>notes.xml</file> </header> +<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.1</title> <section><title>Fixed Bugs and Malfunctions</title> diff --git a/lib/ssh/vsn.mk b/lib/ssh/vsn.mk index a3cb2c5fe7..8249bf4837 100644 --- a/lib/ssh/vsn.mk +++ b/lib/ssh/vsn.mk @@ -1,5 +1,5 @@ #-*-makefile-*- ; force emacs to enter makefile-mode -SSH_VSN = 4.4.2.1 +SSH_VSN = 4.4.2.2 APP_VSN = "ssh-$(SSH_VSN)" |