From f8b20b4a995727f0339074d23a0fae50712683d2 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Mon, 19 Sep 2011 12:24:34 +0200 Subject: Prepare release --- erts/doc/src/notes.xml | 18 ++++++++++++++++++ erts/vsn.mk | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml index 824ad6d94e..09950e865b 100644 --- a/erts/doc/src/notes.xml +++ b/erts/doc/src/notes.xml @@ -30,6 +30,24 @@

This document describes the changes made to the ERTS application.

+
Erts 5.7.5.2 + +
Known Bugs and Problems + + +

+ Two bugs in gen_sctp has been corrected: getopts/setopts + hence also send could only be called from socket owner, + and options 'linger', 'rcvbuf' and 'sndbuf' was read from + wrong protocol layer hence read wrong values by getopts.

+

+ Own Id: OTP-9544

+
+
+
+ +
+
Erts 5.7.5.1
Fixed Bugs and Malfunctions diff --git a/erts/vsn.mk b/erts/vsn.mk index 14c6a3e4dd..4e6571c70b 100644 --- a/erts/vsn.mk +++ b/erts/vsn.mk @@ -17,7 +17,7 @@ # %CopyrightEnd% # -VSN = 5.7.5.1 +VSN = 5.7.5.2 SYSTEM_VSN = R13B04 # Port number 4365 in 4.2 -- cgit v1.2.3 From b69adb23ccc7e05ca3e15f4c765d20da5225b337 Mon Sep 17 00:00:00 2001 From: Sverker Eriksson Date: Fri, 30 Sep 2011 19:49:19 +0200 Subject: Touch crypto to provoke patch release (again) --- lib/crypto/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/crypto/Makefile b/lib/crypto/Makefile index 2a8fc6acfd..6db5b03912 100644 --- a/lib/crypto/Makefile +++ b/lib/crypto/Makefile @@ -36,4 +36,4 @@ SPECIAL_TARGETS = include $(ERL_TOP)/make/otp_subdir.mk -# touched by patch 1176 +# touched by patch 1178 -- cgit v1.2.3 From 7a087c36e29cc1d12c856054a94772e86b95ee06 Mon Sep 17 00:00:00 2001 From: Sverker Eriksson Date: Mon, 3 Oct 2011 11:31:00 +0200 Subject: [ssl] Step version for patch 1178 No source change. Building with dynamic linking towards OpenSSL v0.9.8 --- lib/ssl/src/ssl.appup.src | 3 ++- lib/ssl/vsn.mk | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/ssl/src/ssl.appup.src b/lib/ssl/src/ssl.appup.src index 29674f30da..6b4b62abc2 100644 --- a/lib/ssl/src/ssl.appup.src +++ b/lib/ssl/src/ssl.appup.src @@ -1,6 +1,7 @@ %% -*- erlang -*- {"%VSN%", [ + {"4.1.5.1", [{restart_application, ssl}]}, {"4.1.5", [{restart_application, ssl}]}, {"4.1.4", [{restart_application, ssl}]}, {"4.1.3", [{restart_application, ssl}]}, @@ -10,7 +11,7 @@ {"4.0.1", [{restart_application, ssl}]} ], [ - {"4.1.5", [{restart_application, ssl}]}, + {"4.1.5.1", [{restart_application, ssl}]}, {"4.1.4", [{restart_application, ssl}]}, {"4.1.3", [{restart_application, ssl}]}, {"4.1.2", [{restart_application, ssl}]}, diff --git a/lib/ssl/vsn.mk b/lib/ssl/vsn.mk index 64a7603c44..deb554d73d 100644 --- a/lib/ssl/vsn.mk +++ b/lib/ssl/vsn.mk @@ -1 +1 @@ -SSL_VSN = 4.1.5.1 +SSL_VSN = 4.1.5.2 -- cgit v1.2.3 From 9102b1733eb4e71333a521763aeff32a59de9672 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Tue, 4 Oct 2011 11:07:10 +0200 Subject: Prepare release --- lib/crypto/doc/src/notes.xml | 17 +++++++++++++++++ lib/crypto/vsn.mk | 2 +- lib/ssl/doc/src/notes.xml | 19 ++++++++++++++++++- 3 files changed, 36 insertions(+), 2 deletions(-) diff --git a/lib/crypto/doc/src/notes.xml b/lib/crypto/doc/src/notes.xml index 55f8cc90ca..d9398783ee 100644 --- a/lib/crypto/doc/src/notes.xml +++ b/lib/crypto/doc/src/notes.xml @@ -30,6 +30,23 @@

This document describes the changes made to the Crypto application.

+
Crypto 2.0.3.2 + +
Fixed Bugs and Malfunctions + + +

+ Changed crypto and ssl to be dynamically linked to + OpenSSL and use version 0.9.8 of OpenSSL (instead of + 0.9.7) on PowerPC.

+

+ Own Id: OTP-9603 Aux Id: seq11912

+
+
+
+ +
+
Crypto 2.0.3.1
Improvements and New Features diff --git a/lib/crypto/vsn.mk b/lib/crypto/vsn.mk index 547c33c07f..facb68bdd6 100644 --- a/lib/crypto/vsn.mk +++ b/lib/crypto/vsn.mk @@ -1 +1 @@ -CRYPTO_VSN = 2.0.3.1 +CRYPTO_VSN = 2.0.3.2 diff --git a/lib/ssl/doc/src/notes.xml b/lib/ssl/doc/src/notes.xml index b2d17925fd..b7e716ab8c 100644 --- a/lib/ssl/doc/src/notes.xml +++ b/lib/ssl/doc/src/notes.xml @@ -30,7 +30,24 @@

This document describes the changes made to the SSL application.

-
+
SSL 4.1.5.2 + +
Fixed Bugs and Malfunctions + + +

+ Changed crypto and ssl to be dynamically linked to + OpenSSL and use version 0.9.8 of OpenSSL (instead of + 0.9.7) on PowerPC.

+

+ Own Id: OTP-9603 Aux Id: seq11912

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