From 899f9602d44a7e6e9b7f7be389d905f5663c51bd Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Wed, 1 Jul 2015 15:54:27 +0200 Subject: Prepare release --- lib/inets/doc/src/notes.xml | 20 +++++++++++++++++++- lib/ssh/doc/src/notes.xml | 15 +++++++++++++++ lib/ssh/vsn.mk | 2 +- lib/ssl/doc/src/notes.xml | 17 ++++++++++++++++- 4 files changed, 51 insertions(+), 3 deletions(-) diff --git a/lib/inets/doc/src/notes.xml b/lib/inets/doc/src/notes.xml index cff2ca427d..7f75f960af 100644 --- a/lib/inets/doc/src/notes.xml +++ b/lib/inets/doc/src/notes.xml @@ -32,7 +32,25 @@ notes.xml -
Inets 5.9.8 +
Inets 5.9.8.1 + +
Fixed Bugs and Malfunctions + + +

+ If a wrapper script is used to open a privileged port + before starting erlang and supplied as a init argument to + erlang it should override the port configured by the + httpd config file. This feature was broken.

+

+ Own Id: OTP-12874 Aux Id: seq12878

+
+
+
+ +
+ +
Inets 5.9.8
Improvements and New Features 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 @@ notes.xml +
Ssh 2.0.9.1 + +
Improvements and New Features + + +

+ Backport of ssh-3.0 to solve process leak (OTP-11363)

+

+ Own Id: OTP-12884

+
+
+
+ +
+
Ssh 2.1.2.1
Improvements and New Features 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)" diff --git a/lib/ssl/doc/src/notes.xml b/lib/ssl/doc/src/notes.xml index 5086ab7da5..7ac41390cd 100644 --- a/lib/ssl/doc/src/notes.xml +++ b/lib/ssl/doc/src/notes.xml @@ -30,7 +30,22 @@

This document describes the changes made to the SSL application.

-
SSL 5.2.1.3 +
SSL 5.2.1.4 + +
Fixed Bugs and Malfunctions + + +

+ Fix broken appup

+

+ Own Id: OTP-12878

+
+
+
+ +
+ +
SSL 5.2.1.3
Improvements and New Features -- cgit v1.2.3