diff options
author | Erlang/OTP <otp@erlang.org> | 2015-07-01 15:54:27 +0200 |
---|---|---|
committer | Erlang/OTP <otp@erlang.org> | 2015-07-01 15:54:27 +0200 |
commit | 899f9602d44a7e6e9b7f7be389d905f5663c51bd (patch) | |
tree | ec855371b80ed3c5d450c4ce1525a39707ec2df1 /lib/ssh | |
parent | 73da9471177f9b5b67f063cd88f029f687864c50 (diff) | |
download | otp-899f9602d44a7e6e9b7f7be389d905f5663c51bd.tar.gz otp-899f9602d44a7e6e9b7f7be389d905f5663c51bd.tar.bz2 otp-899f9602d44a7e6e9b7f7be389d905f5663c51bd.zip |
Prepare releasemaint-r15
Diffstat (limited to 'lib/ssh')
-rw-r--r-- | lib/ssh/doc/src/notes.xml | 15 | ||||
-rw-r--r-- | lib/ssh/vsn.mk | 2 |
2 files changed, 16 insertions, 1 deletions
diff --git a/lib/ssh/doc/src/notes.xml b/lib/ssh/doc/src/notes.xml index 6e7d76c137..a952e28d05 100644 --- a/lib/ssh/doc/src/notes.xml +++ b/lib/ssh/doc/src/notes.xml @@ -29,6 +29,21 @@ <file>notes.xml</file> </header> +<section><title>Ssh 2.0.9.1</title> + + <section><title>Improvements and New Features</title> + <list> + <item> + <p> + Backport of ssh-3.0 to solve process leak (OTP-11363)</p> + <p> + Own Id: OTP-12884</p> + </item> + </list> + </section> + +</section> + <section><title>Ssh 2.1.2.1</title> <section><title>Improvements and New Features</title> diff --git a/lib/ssh/vsn.mk b/lib/ssh/vsn.mk index c5584712dc..223a081eee 100644 --- a/lib/ssh/vsn.mk +++ b/lib/ssh/vsn.mk @@ -1,5 +1,5 @@ #-*-makefile-*- ; force emacs to enter makefile-mode -SSH_VSN = 2.1.2.1.1 +SSH_VSN = 2.0.9.1 APP_VSN = "ssh-$(SSH_VSN)" |