From 8f9bf8a8c35e03fecfa8a035076772983ad0dc71 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Mon, 17 Jun 2019 16:50:25 +0200 Subject: Prepare release --- lib/common_test/doc/src/notes.xml | 31 +++++++++++++++++++++++++++++++ lib/common_test/vsn.mk | 2 +- lib/kernel/doc/src/gen_udp.xml | 8 ++++---- lib/kernel/doc/src/inet.xml | 6 +++--- lib/kernel/doc/src/notes.xml | 16 ++++++++++++++++ lib/kernel/vsn.mk | 2 +- lib/public_key/doc/src/notes.xml | 15 +++++++++++++++ lib/public_key/vsn.mk | 2 +- lib/ssl/doc/src/notes.xml | 16 ++++++++++++++++ lib/ssl/vsn.mk | 2 +- lib/stdlib/doc/src/notes.xml | 17 +++++++++++++++++ lib/stdlib/vsn.mk | 2 +- 12 files changed, 107 insertions(+), 12 deletions(-) (limited to 'lib') diff --git a/lib/common_test/doc/src/notes.xml b/lib/common_test/doc/src/notes.xml index 9c74146d73..7cf043eccd 100644 --- a/lib/common_test/doc/src/notes.xml +++ b/lib/common_test/doc/src/notes.xml @@ -33,6 +33,37 @@ notes.xml +
Common_Test 1.17.2.1 + +
Fixed Bugs and Malfunctions + + +

+ If a ct hook is installed in the suite/0 function + in a test suite, then the hook's terminate/1 + function would be called several times without it's + init/2 function being called first. This is now + corrected.

+

+ Own Id: OTP-15863 Aux Id: ERIERL-370

+
+ +

+ If init_per_testcase fails, the test itself is + skipped. According to the documentation, it should be + possible to change the result to failed in a hook + function. The only available hook function in this case + is post_init_per_testcase, but changing the return + value there did not affect the test case result. This is + now corrected.

+

+ Own Id: OTP-15869 Aux Id: ERIERL-350

+
+
+
+ +
+
Common_Test 1.17.2
Fixed Bugs and Malfunctions diff --git a/lib/common_test/vsn.mk b/lib/common_test/vsn.mk index 73a442a29c..138387173d 100644 --- a/lib/common_test/vsn.mk +++ b/lib/common_test/vsn.mk @@ -1 +1 @@ -COMMON_TEST_VSN = 1.17.2 +COMMON_TEST_VSN = 1.17.2.1 diff --git a/lib/kernel/doc/src/gen_udp.xml b/lib/kernel/doc/src/gen_udp.xml index 6c0d072fed..6ffcfd9af3 100644 --- a/lib/kernel/doc/src/gen_udp.xml +++ b/lib/kernel/doc/src/gen_udp.xml @@ -213,7 +213,7 @@ - + Send a packet.

@@ -242,7 +242,7 @@ - + Send a packet.

@@ -265,7 +265,7 @@ - + Send a packet.

@@ -284,7 +284,7 @@ - + Send a packet.

diff --git a/lib/kernel/doc/src/inet.xml b/lib/kernel/doc/src/inet.xml index adaa2684d8..86f76fc07f 100644 --- a/lib/kernel/doc/src/inet.xml +++ b/lib/kernel/doc/src/inet.xml @@ -118,7 +118,7 @@ fe80::204:acff:fe17:bf38 - +

A general address format on the form {Family, Destination} @@ -130,7 +130,7 @@ fe80::204:acff:fe17:bf38 - +

@@ -142,7 +142,7 @@ fe80::204:acff:fe17:bf38 - +

diff --git a/lib/kernel/doc/src/notes.xml b/lib/kernel/doc/src/notes.xml index 906e86e8ac..fffac91308 100644 --- a/lib/kernel/doc/src/notes.xml +++ b/lib/kernel/doc/src/notes.xml @@ -31,6 +31,22 @@

This document describes the changes made to the Kernel application.

+
Kernel 6.3.1.2 + +
Improvements and New Features + + +

+ The possibility to send ancillary data, in particular the + TOS field, has been added to gen_udp:send/4,5.

+

+ Own Id: OTP-15747 Aux Id: ERIERL-294

+
+
+
+ +
+
Kernel 6.3.1.1
Fixed Bugs and Malfunctions diff --git a/lib/kernel/vsn.mk b/lib/kernel/vsn.mk index 10562a563b..72c2e95713 100644 --- a/lib/kernel/vsn.mk +++ b/lib/kernel/vsn.mk @@ -1 +1 @@ -KERNEL_VSN = 6.3.1.1 +KERNEL_VSN = 6.3.1.2 diff --git a/lib/public_key/doc/src/notes.xml b/lib/public_key/doc/src/notes.xml index d83dd24f41..834cebb507 100644 --- a/lib/public_key/doc/src/notes.xml +++ b/lib/public_key/doc/src/notes.xml @@ -35,6 +35,21 @@ notes.xml +
Public_Key 1.6.6.1 + +
Fixed Bugs and Malfunctions + + +

+ Support Pasword based encryption with AES

+

+ Own Id: OTP-15870 Aux Id: ERL-952

+
+
+
+ +
+
Public_Key 1.6.6
Improvements and New Features diff --git a/lib/public_key/vsn.mk b/lib/public_key/vsn.mk index c68806d856..0912367006 100644 --- a/lib/public_key/vsn.mk +++ b/lib/public_key/vsn.mk @@ -1 +1 @@ -PUBLIC_KEY_VSN = 1.6.6 +PUBLIC_KEY_VSN = 1.6.6.1 diff --git a/lib/ssl/doc/src/notes.xml b/lib/ssl/doc/src/notes.xml index bada69921d..0449e83177 100644 --- a/lib/ssl/doc/src/notes.xml +++ b/lib/ssl/doc/src/notes.xml @@ -27,6 +27,22 @@

This document describes the changes made to the SSL application.

+
SSL 9.2.3.3 + +
Fixed Bugs and Malfunctions + + +

+ Correct handshake handling, might cause strange symptoms + such as ASN.1 certificate decoding issues.

+

+ Own Id: OTP-15879 Aux Id: ERL-968

+
+
+
+ +
+
SSL 9.2.3.2
Fixed Bugs and Malfunctions diff --git a/lib/ssl/vsn.mk b/lib/ssl/vsn.mk index d96885b5f9..453735710b 100644 --- a/lib/ssl/vsn.mk +++ b/lib/ssl/vsn.mk @@ -1 +1 @@ -SSL_VSN = 9.2.3.2 +SSL_VSN = 9.2.3.3 diff --git a/lib/stdlib/doc/src/notes.xml b/lib/stdlib/doc/src/notes.xml index e456878695..129b6539a1 100644 --- a/lib/stdlib/doc/src/notes.xml +++ b/lib/stdlib/doc/src/notes.xml @@ -31,6 +31,23 @@

This document describes the changes made to the STDLIB application.

+
STDLIB 3.8.2.2 + +
Fixed Bugs and Malfunctions + + +

Fix a bug that could cause a loop when formatting + terms using the control sequences p or P + and limiting the output with the option + chars_limit.

+

+ Own Id: OTP-15875 Aux Id: ERL-967

+
+
+
+ +
+
STDLIB 3.8.2.1
Fixed Bugs and Malfunctions diff --git a/lib/stdlib/vsn.mk b/lib/stdlib/vsn.mk index c07f0aec50..15469b3539 100644 --- a/lib/stdlib/vsn.mk +++ b/lib/stdlib/vsn.mk @@ -1 +1 @@ -STDLIB_VSN = 3.8.2.1 +STDLIB_VSN = 3.8.2.2 -- cgit v1.2.3