From 782fbece2e903c09b5293113bcb85f988be6f84c Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Mon, 29 Sep 2014 09:00:20 +0200 Subject: Prepare release --- lib/eldap/doc/src/notes.xml | 31 ++++++++++++++++++++++- lib/erl_interface/doc/src/notes.xml | 15 +++++++++++ lib/erl_interface/vsn.mk | 2 +- lib/jinterface/doc/src/notes.xml | 15 +++++++++++ lib/jinterface/vsn.mk | 2 +- lib/orber/doc/src/notes.xml | 17 ++++++++++++- lib/ose/doc/src/notes.xml | 15 +++++++++++ lib/ose/vsn.mk | 2 +- lib/ssh/doc/src/notes.xml | 50 +++++++++++++++++++++++++++++++++++++ 9 files changed, 144 insertions(+), 5 deletions(-) diff --git a/lib/eldap/doc/src/notes.xml b/lib/eldap/doc/src/notes.xml index 089bb731d4..f92d100757 100644 --- a/lib/eldap/doc/src/notes.xml +++ b/lib/eldap/doc/src/notes.xml @@ -30,7 +30,36 @@

This document describes the changes made to the Eldap application.

-
Eldap 1.0.3 +
Eldap 1.0.4 + +
Fixed Bugs and Malfunctions + + +

+ eldap:open/2 and eldap:open/3 gave wrong + return values for option errors.

+

+ Own Id: OTP-12182

+
+
+
+ + +
Improvements and New Features + + +

+ Nearly all TCP options are possible to give in the + eldap:open/2 call.

+

+ Own Id: OTP-12171

+
+
+
+ +
+ +
Eldap 1.0.3
Fixed Bugs and Malfunctions diff --git a/lib/erl_interface/doc/src/notes.xml b/lib/erl_interface/doc/src/notes.xml index 1056d45ec6..a055e854e3 100644 --- a/lib/erl_interface/doc/src/notes.xml +++ b/lib/erl_interface/doc/src/notes.xml @@ -30,6 +30,21 @@

This document describes the changes made to the Erl_interface application.

+
Erl_Interface 3.7.19 + +
Fixed Bugs and Malfunctions + + +

+ Added a .app file for the application.

+

+ Own Id: OTP-12178

+
+
+
+ +
+
Erl_Interface 3.7.18
Fixed Bugs and Malfunctions diff --git a/lib/erl_interface/vsn.mk b/lib/erl_interface/vsn.mk index 38a13944e7..e39aa4f514 100644 --- a/lib/erl_interface/vsn.mk +++ b/lib/erl_interface/vsn.mk @@ -1,2 +1,2 @@ -EI_VSN = 3.7.18 +EI_VSN = 3.7.19 ERL_INTERFACE_VSN = $(EI_VSN) diff --git a/lib/jinterface/doc/src/notes.xml b/lib/jinterface/doc/src/notes.xml index 8dc7dac64a..46d89f0cdb 100644 --- a/lib/jinterface/doc/src/notes.xml +++ b/lib/jinterface/doc/src/notes.xml @@ -30,6 +30,21 @@

This document describes the changes made to the Jinterface application.

+
Jinterface 1.5.11 + +
Fixed Bugs and Malfunctions + + +

+ Added a .app file for the application.

+

+ Own Id: OTP-12178

+
+
+
+ +
+
Jinterface 1.5.10
Fixed Bugs and Malfunctions diff --git a/lib/jinterface/vsn.mk b/lib/jinterface/vsn.mk index 7df92024bc..eea83c2f3f 100644 --- a/lib/jinterface/vsn.mk +++ b/lib/jinterface/vsn.mk @@ -1 +1 @@ -JINTERFACE_VSN = 1.5.10 +JINTERFACE_VSN = 1.5.11 diff --git a/lib/orber/doc/src/notes.xml b/lib/orber/doc/src/notes.xml index 141d306740..2167a43eee 100644 --- a/lib/orber/doc/src/notes.xml +++ b/lib/orber/doc/src/notes.xml @@ -33,7 +33,22 @@ -
Orber 3.7 +
Orber 3.7.1 + +
Fixed Bugs and Malfunctions + + +

Fixed problem with IPv6 addresses in Service Context + when orber is default configured for IPv4.

+

+ Own Id: OTP-12193

+
+
+
+ +
+ +
Orber 3.7
Fixed Bugs and Malfunctions diff --git a/lib/ose/doc/src/notes.xml b/lib/ose/doc/src/notes.xml index 42d41a7fa1..7e86355f98 100644 --- a/lib/ose/doc/src/notes.xml +++ b/lib/ose/doc/src/notes.xml @@ -30,6 +30,21 @@

This document describes the changes made to the OSE application.

+
Ose 1.0.2 + +
Fixed Bugs and Malfunctions + + +

+ Add missing release notes for the OSE application.

+

+ Own Id: OTP-12177

+
+
+
+ +
+
Ose 1.0.1
Fixed Bugs and Malfunctions diff --git a/lib/ose/vsn.mk b/lib/ose/vsn.mk index ef754cf593..70db2ed69d 100644 --- a/lib/ose/vsn.mk +++ b/lib/ose/vsn.mk @@ -1 +1 @@ -OSE_VSN = 1.0.1 +OSE_VSN = 1.0.2 diff --git a/lib/ssh/doc/src/notes.xml b/lib/ssh/doc/src/notes.xml index 0b587db810..467e2ab27e 100644 --- a/lib/ssh/doc/src/notes.xml +++ b/lib/ssh/doc/src/notes.xml @@ -29,6 +29,56 @@ notes.xml +
Ssh 3.0.6 + +
Fixed Bugs and Malfunctions + + +

+ Gracefully handle bad data from the client when expecting + ssh version exchange.

+

+ Own Id: OTP-12157 Aux Id: seq12706

+
+ +

+ When restarting an ssh daemon, that was stopped with + ssh:stop_listner/ [1,2] new options given shall replace + old ones.

+

+ Own Id: OTP-12168 Aux Id: seq12711

+
+
+
+ + +
Improvements and New Features + + +

+ ssh now has a format_status function to avoid printing + sensitive information in error loggs.

+

+ Own Id: OTP-12030

+
+
+
+ + +
Known Bugs and Problems + + +

+ The option parallel_login didn't work with the + value true. All logins were serial.

+

+ Own Id: OTP-12194

+
+
+
+ +
+
Ssh 3.0.5
Fixed Bugs and Malfunctions -- cgit v1.2.3