From fb7006280f8d5a45459e1fba066fe6f6131e8e86 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Mon, 24 Sep 2018 11:32:41 +0200 Subject: Prepare release --- erts/doc/src/notes.xml | 153 ++++++++++++++++++++++++++++++++++++ erts/vsn.mk | 2 +- lib/asn1/doc/src/notes.xml | 22 ++++++ lib/asn1/vsn.mk | 2 +- lib/common_test/doc/src/notes.xml | 20 +++++ lib/common_test/vsn.mk | 2 +- lib/compiler/doc/src/notes.xml | 52 ++++++++++++ lib/compiler/vsn.mk | 2 +- lib/crypto/doc/src/notes.xml | 111 ++++++++++++++++++++++++++ lib/crypto/vsn.mk | 2 +- lib/debugger/doc/src/notes.xml | 15 ++++ lib/debugger/vsn.mk | 2 +- lib/dialyzer/doc/src/notes.xml | 15 ++++ lib/dialyzer/vsn.mk | 2 +- lib/diameter/doc/src/notes.xml | 20 +++++ lib/edoc/doc/src/notes.xml | 15 ++++ lib/edoc/vsn.mk | 2 +- lib/eldap/doc/src/notes.xml | 15 ++++ lib/eldap/vsn.mk | 2 +- lib/erl_docgen/doc/src/notes.xml | 18 ++++- lib/erl_docgen/vsn.mk | 2 +- lib/erl_interface/doc/src/notes.xml | 47 +++++++++++ lib/erl_interface/vsn.mk | 2 +- lib/et/doc/src/notes.xml | 15 ++++ lib/et/vsn.mk | 2 +- lib/eunit/doc/src/notes.xml | 15 ++++ lib/eunit/vsn.mk | 2 +- lib/ftp/doc/src/notes.xml | 17 +++- lib/ftp/vsn.mk | 2 +- lib/hipe/doc/src/notes.xml | 15 ++++ lib/hipe/vsn.mk | 2 +- lib/inets/doc/src/notes.xml | 37 ++++++++- lib/jinterface/doc/src/notes.xml | 15 ++++ lib/jinterface/vsn.mk | 2 +- lib/kernel/doc/src/notes.xml | 105 +++++++++++++++++++++++++ lib/kernel/vsn.mk | 2 +- lib/megaco/doc/src/notes.xml | 17 +++- lib/megaco/vsn.mk | 2 +- lib/mnesia/doc/src/notes.xml | 50 +++++++++++- lib/mnesia/vsn.mk | 2 +- lib/observer/doc/src/notes.xml | 15 ++++ lib/observer/vsn.mk | 2 +- lib/odbc/doc/src/notes.xml | 17 +++- lib/odbc/vsn.mk | 2 +- lib/os_mon/doc/src/notes.xml | 15 ++++ lib/os_mon/vsn.mk | 2 +- lib/otp_mibs/doc/src/notes.xml | 15 ++++ lib/otp_mibs/vsn.mk | 2 +- lib/parsetools/doc/src/notes.xml | 15 ++++ lib/parsetools/vsn.mk | 2 +- lib/public_key/doc/src/notes.xml | 35 +++++++++ lib/public_key/vsn.mk | 2 +- lib/reltool/doc/src/notes.xml | 17 +++- lib/reltool/vsn.mk | 2 +- lib/runtime_tools/doc/src/notes.xml | 17 ++++ lib/runtime_tools/vsn.mk | 2 +- lib/sasl/doc/src/notes.xml | 15 ++++ lib/sasl/vsn.mk | 2 +- lib/snmp/doc/src/notes.xml | 41 +++++++++- lib/ssh/doc/src/notes.xml | 39 +++++++++ lib/ssh/vsn.mk | 2 +- lib/ssl/doc/src/notes.xml | 117 +++++++++++++++++++++++++++ lib/ssl/vsn.mk | 2 +- lib/stdlib/doc/src/notes.xml | 35 +++++++++ lib/stdlib/vsn.mk | 2 +- lib/syntax_tools/doc/src/notes.xml | 38 +++++++++ lib/syntax_tools/vsn.mk | 2 +- lib/tftp/doc/src/notes.xml | 17 +++- lib/tftp/vsn.mk | 2 +- lib/tools/doc/src/notes.xml | 22 ++++++ lib/tools/vsn.mk | 2 +- lib/wx/doc/src/notes.xml | 15 ++++ lib/wx/vsn.mk | 2 +- lib/xmerl/doc/src/notes.xml | 15 ++++ lib/xmerl/vsn.mk | 2 +- 75 files changed, 1316 insertions(+), 45 deletions(-) diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml index b6fb2570a8..fb3bd18a53 100644 --- a/erts/doc/src/notes.xml +++ b/erts/doc/src/notes.xml @@ -31,6 +31,159 @@

This document describes the changes made to the ERTS application.

+
Erts 10.1 + +
Fixed Bugs and Malfunctions + + +

+ Fix the seq_trace token to not be cleared when a process + receives messages sent by erts. Some examples of when + this could happen is all port BIFs, i.e. + open_port, port_command etc etc.

+

+ Fix so that messages sent by nifs can be traced using + normal and seq_trace tracing.

+

+ Own Id: OTP-15038 Aux Id: ERL-602

+
+ +

+ Fixed specs and documentation for process_info + item monitored_by to include port identifiers and + nif resources as possible types.

+

+ Own Id: OTP-15180 Aux Id: ERL-648

+
+ +

+ Fix bug in generation of erl_crash.dump, which could + cause VM to crash.

+

+ Bug exist since erts-9.2 (OTP-20.2).

+

+ Own Id: OTP-15181

+
+ +

+ Fix bug where ctrl-break or ctrl-c would not trigger the + break mode properly on Windows. This bug was introduced + in erts-10.0 (OTP-21).

+

+ Own Id: OTP-15205

+
+ +

+ Fix a performance bug for reception of UDP packages, + where a memory buffer would be reallocated when it should + not have been.

+

+ Introduce a limit on the maximum automatic increase of + the UDP user-space buffer to the theoretical max of the + network PATH, i.e. 65535.

+

+ Own Id: OTP-15206

+
+ +

+ Fix alignment of erts allocator state internally in erts. + With the improper alignment the emulator would refuse to + start when compiled with clang on 32-bit systems.

+

+ Own Id: OTP-15208 Aux Id: PR-1897 ERL-677

+
+ +

+ Fix bug where too many concurrent calls to + erlang:open_port({spawn,"cmd"},...) would result + in the emulator terminating with the reason "Failed to + write to erl_child_setup: ". After this fix the + open_port call will throw an emfile + exception instead.

+

+ Own Id: OTP-15210

+
+ +

+ Upgraded the ERTS internal PCRE library from version 8.41 + to version 8.42. See http://pcre.org/original/changelog.txt + for information about changes made to PCRE. This library + implements major parts of the re regular + expressions module.

+

+ Own Id: OTP-15217

+
+ +

+ Fix open_port({fd,X,Y}, ...) to release the file + descriptors from the pollset when closing the port. + Without this fix the same file descriptor number could + not be reused when doing multiple open_port and + port_close sequences.

+

+ Own Id: OTP-15236 Aux Id: ERL-692

+
+ +

+ Fixed bug in float_to_list/2 and + float_to_binary/2 with options + [{decimals,0},compact] causing totally wrong + results. Bug exists since OTP-21.0.

+

+ Own Id: OTP-15276 Aux Id: PR-1920

+
+ +

+ Fixed bug in erlang:memory causing ets to + report too much. This small false memory leak (16 bytes + each time) can only happen when a specific race condition + occurs between scheduler threads on a table with option + write_concurrency.

+

+ Own Id: OTP-15278

+
+ +

+ Minor configure test fixes

+

+ Own Id: OTP-15282

+
+ +

+ Improved robustness of distribution connection setup. In + OTP-21.0 a truly asynchronous connection setup was + introduced. This is further improvement on that work to + make the emulator more robust and also be able to recover + in cases when involved Erlang processes misbehave.

+

+ Own Id: OTP-15297 Aux Id: OTP-15279, OTP-15280

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

+ The socket options recvtos, recvttl, + recvtclass and pktoptions have been + implemented in the socket modules. See the documentation + for the gen_tcp, gen_udp and inet + modules. Note that support for these in the runtime + system is platform dependent. Especially for + pktoptions which is very Linux specific and + obsoleted by the RFCs that defined it.

+

+ Own Id: OTP-15145 Aux Id: ERIERL-187

+
+
+
+ +
+
Erts 10.0.8
Fixed Bugs and Malfunctions diff --git a/erts/vsn.mk b/erts/vsn.mk index e28716c37f..5b187b1f4d 100644 --- a/erts/vsn.mk +++ b/erts/vsn.mk @@ -18,7 +18,7 @@ # %CopyrightEnd% # -VSN = 10.0.8 +VSN = 10.1 # Port number 4365 in 4.2 # Port number 4366 in 4.3 diff --git a/lib/asn1/doc/src/notes.xml b/lib/asn1/doc/src/notes.xml index c86fa79c2c..086b5f38c6 100644 --- a/lib/asn1/doc/src/notes.xml +++ b/lib/asn1/doc/src/notes.xml @@ -32,6 +32,28 @@

This document describes the changes made to the asn1 application.

+
Asn1 5.0.7 + +
Fixed Bugs and Malfunctions + + +

A bug in ASN.1 BER decoding has been fixed. When + decoding a recursively enclosed term the length was not + propagated to that term decoding, so if the length of the + enclosed term was longer than the enclosing that error + was not detected.

A hard coded C stack limitation + for decoding recursive ASN.1 terms has been introduced. + This is currently set to 8 kWords giving a nesting depth + of about 1000 levels. Deeper terms can not be decoded, + which should not be much of a real world limitation.

+

+ Own Id: OTP-14440 Aux Id: ERIERL-220

+
+
+
+ +
+
Asn1 5.0.6
Improvements and New Features diff --git a/lib/asn1/vsn.mk b/lib/asn1/vsn.mk index 30cbca3773..970479cc44 100644 --- a/lib/asn1/vsn.mk +++ b/lib/asn1/vsn.mk @@ -1 +1 @@ -ASN1_VSN = 5.0.6 +ASN1_VSN = 5.0.7 diff --git a/lib/common_test/doc/src/notes.xml b/lib/common_test/doc/src/notes.xml index c8005d8f79..118dcd88bd 100644 --- a/lib/common_test/doc/src/notes.xml +++ b/lib/common_test/doc/src/notes.xml @@ -33,6 +33,26 @@ notes.xml +
Common_Test 1.16.1 + +
Fixed Bugs and Malfunctions + + +

+ The Logger handler cth_log_redirect earlier called the + report callback (report_cb) before calling the logger + formatter. In some cases this would fail, since + cth_log_redirect could not handle report callbacks with + two arguments. This is now corrected, so only the + formatter will call the report callback.

+

+ Own Id: OTP-15307

+
+
+
+ +
+
Common_Test 1.16
Improvements and New Features diff --git a/lib/common_test/vsn.mk b/lib/common_test/vsn.mk index 2dc1965878..fd5d4a57aa 100644 --- a/lib/common_test/vsn.mk +++ b/lib/common_test/vsn.mk @@ -1 +1 @@ -COMMON_TEST_VSN = 1.16 +COMMON_TEST_VSN = 1.16.1 diff --git a/lib/compiler/doc/src/notes.xml b/lib/compiler/doc/src/notes.xml index 440b50d509..b175669bd8 100644 --- a/lib/compiler/doc/src/notes.xml +++ b/lib/compiler/doc/src/notes.xml @@ -32,6 +32,58 @@

This document describes the changes made to the Compiler application.

+
Compiler 7.2.5 + +
Fixed Bugs and Malfunctions + + +

Fixed a bug that prevented certain variable-sized + binary comprehensions from compiling.

+

+ Own Id: OTP-15186 Aux Id: ERL-665

+
+ +

When compiling from Core Erlang, funs created in + certain expressions that were only used for their + side-effects were subtly broken.

+

+ Own Id: OTP-15188 Aux Id: ERL-658

+
+ +

There could be an internal consistency failure when a + receive was nested in a + try/catch.

+

+ Own Id: OTP-15218 Aux Id: ERL-684

+
+ +

In rare circumstances, the matched out tail of a + binary could be the entire original binary.

+

+ Own Id: OTP-15219 Aux Id: ERL-689

+
+ +

When is_map_key/2 was used in a guard together + with the not/1 or or/2 operators, the error + behavior could be wrong when is_map_key/2 was + passed a non-map as the second argument.

+

In rare circumstances, compiling code that uses + is_map_key/2 could cause an internal consistency + check failure.

+

+ Own Id: OTP-15227 Aux Id: ERL-699

+
+ +

The compiler could crash when compiling a function + with multiple receives in multiple clauses.

+

+ Own Id: OTP-15235 Aux Id: ERL-703

+
+
+
+ +
+
Compiler 7.2.4
Fixed Bugs and Malfunctions diff --git a/lib/compiler/vsn.mk b/lib/compiler/vsn.mk index bb6ee00cd7..c7e7fb6754 100644 --- a/lib/compiler/vsn.mk +++ b/lib/compiler/vsn.mk @@ -1 +1 @@ -COMPILER_VSN = 7.2.4 +COMPILER_VSN = 7.2.5 diff --git a/lib/crypto/doc/src/notes.xml b/lib/crypto/doc/src/notes.xml index 9207d09821..d81a8ddd87 100644 --- a/lib/crypto/doc/src/notes.xml +++ b/lib/crypto/doc/src/notes.xml @@ -31,6 +31,117 @@

This document describes the changes made to the Crypto application.

+
Crypto 4.3.3 + +
Fixed Bugs and Malfunctions + + +

+ The RSA options rsa_mgf1_md, rsa_oaep_md, + and rsa_oaep_label were always disabled. They will + now be enabled when a suitable cryptolib is used.

+

+ They are still experimental and may change without prior + notice.

+

+ Own Id: OTP-15212 Aux Id: ERL-675, PR1899, PR838

+
+ +

+ The ciphers aes_ige256 and blowfish_cbc had + naming issues in crypto:next_iv/2.

+

+ Own Id: OTP-15283

+
+ +

+ the RSA_SSLV23_PADDING is disabled if LibreSSL is + used as cryptlib. This is due to compilation problems.

+

+ This will be investigated further in the future.

+

+ Own Id: OTP-15303

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

+ The supported named elliptic curves are now reported in + crypto:supports/0 in a new entry tagged by + 'curves'.

+

+ The function crypto:ec_curves/0 is kept for + compatibility.

+

+ Own Id: OTP-14717 Aux Id: OTP-15244

+
+ +

+ The typing in the CRYPTO and PUBLIC_KEY applications are + reworked and a few mistakes are corrected.

+

+ The documentation is now generated from the typing and + some clarifications are made.

+

+ A new chapter on Algorithm Details such as key sizes and + availability is added to the CRYPTO User's Guide.

+

+ Own Id: OTP-15134

+
+ +

+ Support for SHA3 both as a separate hash and in HMAC is + now available if OpenSSL 1.1.1 or higher is used as + cryptolib.

+

+ Available lengths are reported in the 'hashs' + entry in crypto:supports/0 as sha3_*.

+

+ Own Id: OTP-15153

+
+ +

+ The mac algorithm poly1305 and the cipher + algorithm chacha20 are now supported if OpenSSL + 1.1.1 or higher is used as cryptolib.

+

+ Own Id: OTP-15164 Aux Id: OTP-15209

+
+ +

+ The key exchange Edward curves x25519 and + x448 are now supported if OpenSSL 1.1.1 or higher + is used as cryptolib.

+

+ Own Id: OTP-15240 Aux Id: OTP-15133

+
+ +

+ The supported RSA options for sign/verify and + encrypt/decrypt are now reported in + crypto:supports/0 in a new entry tagged by + 'rsa_opts'.

+

+ The exakt set is still experimental and may change + without prior notice.

+

+ Own Id: OTP-15260

+
+ +

+ The cipher aes_ccm is added.

+

+ Own Id: OTP-15286

+
+
+
+ +
+
Crypto 4.3.2
Fixed Bugs and Malfunctions diff --git a/lib/crypto/vsn.mk b/lib/crypto/vsn.mk index d262492668..64d593f64a 100644 --- a/lib/crypto/vsn.mk +++ b/lib/crypto/vsn.mk @@ -1 +1 @@ -CRYPTO_VSN = 4.3.2 +CRYPTO_VSN = 4.3.3 diff --git a/lib/debugger/doc/src/notes.xml b/lib/debugger/doc/src/notes.xml index 9f7214ac69..395b69973d 100644 --- a/lib/debugger/doc/src/notes.xml +++ b/lib/debugger/doc/src/notes.xml @@ -33,6 +33,21 @@

This document describes the changes made to the Debugger application.

+
Debugger 4.2.6 + +
Fixed Bugs and Malfunctions + + +

+ Improved documentation.

+

+ Own Id: OTP-15190

+
+
+
+ +
+
Debugger 4.2.5
Fixed Bugs and Malfunctions diff --git a/lib/debugger/vsn.mk b/lib/debugger/vsn.mk index d62e5915a7..a3cbb497f8 100644 --- a/lib/debugger/vsn.mk +++ b/lib/debugger/vsn.mk @@ -1 +1 @@ -DEBUGGER_VSN = 4.2.5 +DEBUGGER_VSN = 4.2.6 diff --git a/lib/dialyzer/doc/src/notes.xml b/lib/dialyzer/doc/src/notes.xml index 4ec72eecd9..3cf776e566 100644 --- a/lib/dialyzer/doc/src/notes.xml +++ b/lib/dialyzer/doc/src/notes.xml @@ -32,6 +32,21 @@

This document describes the changes made to the Dialyzer application.

+
Dialyzer 3.3.1 + +
Improvements and New Features + + +

Optimize Dialyzer's handling of left-associative use + of andalso and orelse in guards.

+

+ Own Id: OTP-15268 Aux Id: ERL-680

+
+
+
+ +
+
Dialyzer 3.3
Improvements and New Features diff --git a/lib/dialyzer/vsn.mk b/lib/dialyzer/vsn.mk index 7240b66fb5..98ab533a58 100644 --- a/lib/dialyzer/vsn.mk +++ b/lib/dialyzer/vsn.mk @@ -1 +1 @@ -DIALYZER_VSN = 3.3 +DIALYZER_VSN = 3.3.1 diff --git a/lib/diameter/doc/src/notes.xml b/lib/diameter/doc/src/notes.xml index 3232c3380a..4bfc98de40 100644 --- a/lib/diameter/doc/src/notes.xml +++ b/lib/diameter/doc/src/notes.xml @@ -43,6 +43,26 @@ first.

+
diameter 2.1.6 + +
Fixed Bugs and Malfunctions + + +

+ Fix function_clause when sending an outgoing request + after DPA has been sent in response to an incoming DPR. + The caused the diameter_peer_fsm gen_server associated + with the peer connection to fail, which could then result + in the transport connection being reset before the peer + closed it upon reception of DPA.

+

+ Own Id: OTP-15198 Aux Id: ERIERL-213

+
+
+
+ +
+
diameter 2.1.5
Fixed Bugs and Malfunctions diff --git a/lib/edoc/doc/src/notes.xml b/lib/edoc/doc/src/notes.xml index 2ef941b06d..e818887eb8 100644 --- a/lib/edoc/doc/src/notes.xml +++ b/lib/edoc/doc/src/notes.xml @@ -32,6 +32,21 @@

This document describes the changes made to the EDoc application.

+
Edoc 0.9.4 + +
Fixed Bugs and Malfunctions + + +

+ Improved documentation.

+

+ Own Id: OTP-15190

+
+
+
+ +
+
Edoc 0.9.3
Fixed Bugs and Malfunctions diff --git a/lib/edoc/vsn.mk b/lib/edoc/vsn.mk index bea9277e1f..0b3636f030 100644 --- a/lib/edoc/vsn.mk +++ b/lib/edoc/vsn.mk @@ -1 +1 @@ -EDOC_VSN = 0.9.3 +EDOC_VSN = 0.9.4 diff --git a/lib/eldap/doc/src/notes.xml b/lib/eldap/doc/src/notes.xml index ef7dda510c..07c2b0a3e8 100644 --- a/lib/eldap/doc/src/notes.xml +++ b/lib/eldap/doc/src/notes.xml @@ -31,6 +31,21 @@

This document describes the changes made to the Eldap application.

+
Eldap 1.2.5 + +
Fixed Bugs and Malfunctions + + +

+ Improved documentation.

+

+ Own Id: OTP-15190

+
+
+
+ +
+
Eldap 1.2.4
Improvements and New Features diff --git a/lib/eldap/vsn.mk b/lib/eldap/vsn.mk index f2b3cd47f2..6e8951aba4 100644 --- a/lib/eldap/vsn.mk +++ b/lib/eldap/vsn.mk @@ -1 +1 @@ -ELDAP_VSN = 1.2.4 +ELDAP_VSN = 1.2.5 diff --git a/lib/erl_docgen/doc/src/notes.xml b/lib/erl_docgen/doc/src/notes.xml index 7a09b62351..97c842a324 100644 --- a/lib/erl_docgen/doc/src/notes.xml +++ b/lib/erl_docgen/doc/src/notes.xml @@ -31,7 +31,23 @@

This document describes the changes made to the erl_docgen application.

-
Erl_Docgen 0.8 +
Erl_Docgen 0.8.1 + +
Fixed Bugs and Malfunctions + + +

+ Indexing for the online search function has been + corrected for CREF documents.

+

+ Own Id: OTP-14406

+
+
+
+ +
+ +
Erl_Docgen 0.8
Improvements and New Features diff --git a/lib/erl_docgen/vsn.mk b/lib/erl_docgen/vsn.mk index 0b24604daa..3b2f6db6a1 100644 --- a/lib/erl_docgen/vsn.mk +++ b/lib/erl_docgen/vsn.mk @@ -1 +1 @@ -ERL_DOCGEN_VSN = 0.8 +ERL_DOCGEN_VSN = 0.8.1 diff --git a/lib/erl_interface/doc/src/notes.xml b/lib/erl_interface/doc/src/notes.xml index 1438317d8d..07ddd82718 100644 --- a/lib/erl_interface/doc/src/notes.xml +++ b/lib/erl_interface/doc/src/notes.xml @@ -31,6 +31,53 @@

This document describes the changes made to the Erl_interface application.

+
Erl_Interface 3.10.4 + +
Fixed Bugs and Malfunctions + + +

+ Make ei_connect and friends also accept state + ok_simultaneous during handshake, which means the + other node has initiated a connection setup that will be + cancelled in favor of this connection.

+

+ Own Id: OTP-15161 Aux Id: ERIERL-191

+
+ +

+ Fixed bug in ei_receive_msg, + ei_xreceive_msg, ei_receive_msg_tmo and + ei_xreceive_msg_tmo. The x->index was + set to entire buffer size instead of the number of bytes + actually received.

+

+ Own Id: OTP-15171

+
+ +

+ Fixed bug in ei_connect_init which could be + provoked if called by concurrent threads. + ei_connect_init called posix interface + gethostbyname which is documented as not thread + safe.

+

+ Own Id: OTP-15191

+
+ +

+ Fixed bug in erl_compare_ext() ignoring the tail of lists + of otherwise equal content. Example: [a | b] and + [a | c] compared equal and {[a], b} and + {[a], c} compared equal.

+

+ Own Id: OTP-15277 Aux Id: PR-1929

+
+
+
+ +
+
Erl_Interface 3.10.3
Fixed Bugs and Malfunctions diff --git a/lib/erl_interface/vsn.mk b/lib/erl_interface/vsn.mk index 586b23c5b3..06ef907d6c 100644 --- a/lib/erl_interface/vsn.mk +++ b/lib/erl_interface/vsn.mk @@ -1,2 +1,2 @@ -EI_VSN = 3.10.3 +EI_VSN = 3.10.4 ERL_INTERFACE_VSN = $(EI_VSN) diff --git a/lib/et/doc/src/notes.xml b/lib/et/doc/src/notes.xml index e7cec937b3..110d3b2110 100644 --- a/lib/et/doc/src/notes.xml +++ b/lib/et/doc/src/notes.xml @@ -37,6 +37,21 @@ one section in this document. The title of each section is the version number of Event Tracer (ET).

+
ET 1.6.3 + +
Fixed Bugs and Malfunctions + + +

+ Improved documentation.

+

+ Own Id: OTP-15190

+
+
+
+ +
+
ET 1.6.2
Improvements and New Features diff --git a/lib/et/vsn.mk b/lib/et/vsn.mk index 08ded8b6f1..9563a38000 100644 --- a/lib/et/vsn.mk +++ b/lib/et/vsn.mk @@ -1 +1 @@ -ET_VSN = 1.6.2 +ET_VSN = 1.6.3 diff --git a/lib/eunit/doc/src/notes.xml b/lib/eunit/doc/src/notes.xml index 0d2d61d553..67a9ae5fcb 100644 --- a/lib/eunit/doc/src/notes.xml +++ b/lib/eunit/doc/src/notes.xml @@ -33,6 +33,21 @@

This document describes the changes made to the EUnit application.

+
Eunit 2.3.7 + +
Fixed Bugs and Malfunctions + + +

+ Improved documentation.

+

+ Own Id: OTP-15190

+
+
+
+ +
+
Eunit 2.3.6
Improvements and New Features diff --git a/lib/eunit/vsn.mk b/lib/eunit/vsn.mk index 054e21f6ad..46ef5eea3c 100644 --- a/lib/eunit/vsn.mk +++ b/lib/eunit/vsn.mk @@ -1 +1 @@ -EUNIT_VSN = 2.3.6 +EUNIT_VSN = 2.3.7 diff --git a/lib/ftp/doc/src/notes.xml b/lib/ftp/doc/src/notes.xml index 50f38941e5..01c1f88cf1 100644 --- a/lib/ftp/doc/src/notes.xml +++ b/lib/ftp/doc/src/notes.xml @@ -33,7 +33,22 @@ notes.xml -
FTP 1.0 +
Ftp 1.0.1 + +
Fixed Bugs and Malfunctions + + +

+ Improved documentation.

+

+ Own Id: OTP-15190

+
+
+
+ +
+ +
FTP 1.0
First released version diff --git a/lib/ftp/vsn.mk b/lib/ftp/vsn.mk index 3099144a6e..d5d6c45b28 100644 --- a/lib/ftp/vsn.mk +++ b/lib/ftp/vsn.mk @@ -19,6 +19,6 @@ # %CopyrightEnd% APPLICATION = ftp -FTP_VSN = 1.0 +FTP_VSN = 1.0.1 PRE_VSN = APP_VSN = "$(APPLICATION)-$(FTP_VSN)$(PRE_VSN)" diff --git a/lib/hipe/doc/src/notes.xml b/lib/hipe/doc/src/notes.xml index f47868296a..d9f58382bc 100644 --- a/lib/hipe/doc/src/notes.xml +++ b/lib/hipe/doc/src/notes.xml @@ -31,6 +31,21 @@

This document describes the changes made to HiPE.

+
Hipe 3.18.1 + +
Fixed Bugs and Malfunctions + + +

+ Improved documentation.

+

+ Own Id: OTP-15190

+
+
+
+ +
+
Hipe 3.18
Improvements and New Features diff --git a/lib/hipe/vsn.mk b/lib/hipe/vsn.mk index b081cb0c26..b51f17aff0 100644 --- a/lib/hipe/vsn.mk +++ b/lib/hipe/vsn.mk @@ -1 +1 @@ -HIPE_VSN = 3.18 +HIPE_VSN = 3.18.1 diff --git a/lib/inets/doc/src/notes.xml b/lib/inets/doc/src/notes.xml index c5105dcba2..fdcb394108 100644 --- a/lib/inets/doc/src/notes.xml +++ b/lib/inets/doc/src/notes.xml @@ -33,7 +33,42 @@ notes.xml -
Inets 7.0.1 +
Inets 7.0.2 + +
Fixed Bugs and Malfunctions + + +

+ Enhance error handling, that is mod_get will return 403 + if a path is a directory and not a file.

+

+ Own Id: OTP-15192

+
+ +

+ Do not use chunked-encoding with 1xx, 204 and 304 + responses when using mod_esi. Old behavior was not + compliant with HTTP/1.1 RFC and could cause clients to + hang when they received 1xx, 204 or 304 responses that + included an empty chunked-encoded body.

+

+ Own Id: OTP-15241

+
+ +

+ Add robust handling of chunked-encoded HTTP responses + with an empty body (1xx, 204, 304). Old behavior could + cause the client to hang when connecting to a faulty + server implementation.

+

+ Own Id: OTP-15242

+
+
+
+ +
+ +
Inets 7.0.1
Fixed Bugs and Malfunctions diff --git a/lib/jinterface/doc/src/notes.xml b/lib/jinterface/doc/src/notes.xml index 9aaa8a0840..75a2364384 100644 --- a/lib/jinterface/doc/src/notes.xml +++ b/lib/jinterface/doc/src/notes.xml @@ -31,6 +31,21 @@

This document describes the changes made to the Jinterface application.

+
Jinterface 1.9.1 + +
Fixed Bugs and Malfunctions + + +

+ Improved documentation.

+

+ Own Id: OTP-15190

+
+
+
+ +
+
Jinterface 1.9
Improvements and New Features diff --git a/lib/jinterface/vsn.mk b/lib/jinterface/vsn.mk index f527a83092..a8dc815145 100644 --- a/lib/jinterface/vsn.mk +++ b/lib/jinterface/vsn.mk @@ -1 +1 @@ -JINTERFACE_VSN = 1.9 +JINTERFACE_VSN = 1.9.1 diff --git a/lib/kernel/doc/src/notes.xml b/lib/kernel/doc/src/notes.xml index c766c18233..8188ede6a2 100644 --- a/lib/kernel/doc/src/notes.xml +++ b/lib/kernel/doc/src/notes.xml @@ -31,6 +31,111 @@

This document describes the changes made to the Kernel application.

+
Kernel 6.1 + +
Fixed Bugs and Malfunctions + + +

+ The values all and none are documented as + valid value for the Kernel configuration parameter + logger_level, but would cause a crash during node + start. This is now corrected.

+

+ Own Id: OTP-15143

+
+ +

+ Fix some potential buggy behavior in how ticks are sent + on inter node distribution connections. Tick is now sent + to c-node even if there are unsent buffered data, as + c-nodes need ticks in order to send reply ticks. The + amount of sent data was also calculated wrongly when + ticks were suppressed due to unsent buffered data.

+

+ Own Id: OTP-15162 Aux Id: ERIERL-191

+
+ +

+ Non semantic change in dist_util.erl to silence dialyzer + warning.

+

+ Own Id: OTP-15170

+
+ +

+ Fixed net_kernel:connect_node(node()) to return + true (and do nothing) as it always has before + OTP-21.0. Also documented this successful "self connect" + as the expected behavior.

+

+ Own Id: OTP-15182 Aux Id: ERL-643

+
+ +

+ The single_line option on logger_formatter would in some + cases add an unwanted comma after the association arrows + in a map. This is now corrected.

+

+ Own Id: OTP-15228

+
+ +

+ Improved robustness of distribution connection setup. In + OTP-21.0 a truly asynchronous connection setup was + introduced. This is further improvement on that work to + make the emulator more robust and also be able to recover + in cases when involved Erlang processes misbehave.

+

+ Own Id: OTP-15297 Aux Id: OTP-15279, OTP-15280

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

+ A new macro, ?LOG(Level,...), is added. This is + equivalent to the existing ?LOG_<LEVEL>(...) + macros.

+

+ A new variant of Logger report callback is added, which + takes an extra argument containing options for size + limiting and line breaks. Module proc_lib in + STDLIB uses this for crash reports.

+

+ Logger configuration is now checked a bit more for + errors.

+

+ Own Id: OTP-15132

+
+ +

+ The socket options recvtos, recvttl, + recvtclass and pktoptions have been + implemented in the socket modules. See the documentation + for the gen_tcp, gen_udp and inet + modules. Note that support for these in the runtime + system is platform dependent. Especially for + pktoptions which is very Linux specific and + obsoleted by the RFCs that defined it.

+

+ Own Id: OTP-15145 Aux Id: ERIERL-187

+
+ +

+ Add logger:set_application_level/2 for setting the + logger level of all modules in one application.

+

+ Own Id: OTP-15146

+
+
+
+ +
+
Kernel 6.0.1
Fixed Bugs and Malfunctions diff --git a/lib/kernel/vsn.mk b/lib/kernel/vsn.mk index fe22e2af98..df95174c9f 100644 --- a/lib/kernel/vsn.mk +++ b/lib/kernel/vsn.mk @@ -1 +1 @@ -KERNEL_VSN = 6.0.1 +KERNEL_VSN = 6.1 diff --git a/lib/megaco/doc/src/notes.xml b/lib/megaco/doc/src/notes.xml index 54e048a172..b697c3f631 100644 --- a/lib/megaco/doc/src/notes.xml +++ b/lib/megaco/doc/src/notes.xml @@ -37,7 +37,22 @@ section is the version number of Megaco.

-
Megaco 3.18.3 +
Megaco 3.18.4 + +
Fixed Bugs and Malfunctions + + +

+ Improved documentation.

+

+ Own Id: OTP-15190

+
+
+
+ +
+ +
Megaco 3.18.3
Fixed Bugs and Malfunctions diff --git a/lib/megaco/vsn.mk b/lib/megaco/vsn.mk index a4f7de7f07..f4c82c537a 100644 --- a/lib/megaco/vsn.mk +++ b/lib/megaco/vsn.mk @@ -19,6 +19,6 @@ # %CopyrightEnd% APPLICATION = megaco -MEGACO_VSN = 3.18.3 +MEGACO_VSN = 3.18.4 PRE_VSN = APP_VSN = "$(APPLICATION)-$(MEGACO_VSN)$(PRE_VSN)" diff --git a/lib/mnesia/doc/src/notes.xml b/lib/mnesia/doc/src/notes.xml index b4816f9fa4..29c35d221c 100644 --- a/lib/mnesia/doc/src/notes.xml +++ b/lib/mnesia/doc/src/notes.xml @@ -39,7 +39,55 @@ thus constitutes one section in this document. The title of each section is the version number of Mnesia.

-
Mnesia 4.15.4 +
Mnesia 4.15.5 + +
Fixed Bugs and Malfunctions + + +

+ Fixed type spec for mnesia:change_config/2.

+

+ Own Id: OTP-15201 Aux Id: PR-1881

+
+ +

+ When master node is set do not force a load from + ram_copies replica when there are no available + disc_copies, since that would load an empty table. Wait + until a disk replica is available or until user + explicitly force_loads the table.

+

+ Own Id: OTP-15221 Aux Id: ERIERL-217

+
+ +

+ Allow to add replicas even if all other replicas are down + when the other replicas are not stored on disk.

+

+ Own Id: OTP-15226 Aux Id: ERIERL-221

+
+ +

+ Fixed mnesia:delete_object/1 bug, where + delete_object was deleting the record if it was written + in the same transaction even if it was written to a + different value.

+

+ Own Id: OTP-15231 Aux Id: PR-1858

+
+ +

+ Fixed a bug where the bag table index data was not + deleted when objects were deleted.

+

+ Own Id: OTP-15243

+
+
+
+ +
+ +
Mnesia 4.15.4
Improvements and New Features diff --git a/lib/mnesia/vsn.mk b/lib/mnesia/vsn.mk index aaa1c3006f..1cfb35c774 100644 --- a/lib/mnesia/vsn.mk +++ b/lib/mnesia/vsn.mk @@ -1 +1 @@ -MNESIA_VSN = 4.15.4 +MNESIA_VSN = 4.15.5 diff --git a/lib/observer/doc/src/notes.xml b/lib/observer/doc/src/notes.xml index 67bba37e39..4d1a9a4f55 100644 --- a/lib/observer/doc/src/notes.xml +++ b/lib/observer/doc/src/notes.xml @@ -32,6 +32,21 @@

This document describes the changes made to the Observer application.

+
Observer 2.8.1 + +
Fixed Bugs and Malfunctions + + +

+ Improved documentation.

+

+ Own Id: OTP-15190

+
+
+
+ +
+
Observer 2.8
Fixed Bugs and Malfunctions diff --git a/lib/observer/vsn.mk b/lib/observer/vsn.mk index bf6fd2a421..21c8f4e6c9 100644 --- a/lib/observer/vsn.mk +++ b/lib/observer/vsn.mk @@ -1 +1 @@ -OBSERVER_VSN = 2.8 +OBSERVER_VSN = 2.8.1 diff --git a/lib/odbc/doc/src/notes.xml b/lib/odbc/doc/src/notes.xml index f39e11507a..dba7663bb9 100644 --- a/lib/odbc/doc/src/notes.xml +++ b/lib/odbc/doc/src/notes.xml @@ -32,7 +32,22 @@

This document describes the changes made to the odbc application.

-
ODBC 2.12.1 +
ODBC 2.12.2 + +
Fixed Bugs and Malfunctions + + +

+ Improved documentation.

+

+ Own Id: OTP-15190

+
+
+
+ +
+ +
ODBC 2.12.1
Fixed Bugs and Malfunctions diff --git a/lib/odbc/vsn.mk b/lib/odbc/vsn.mk index 3f7677a71d..bb21016fad 100644 --- a/lib/odbc/vsn.mk +++ b/lib/odbc/vsn.mk @@ -1 +1 @@ -ODBC_VSN = 2.12.1 +ODBC_VSN = 2.12.2 diff --git a/lib/os_mon/doc/src/notes.xml b/lib/os_mon/doc/src/notes.xml index 4a878dd704..0910b3c0f3 100644 --- a/lib/os_mon/doc/src/notes.xml +++ b/lib/os_mon/doc/src/notes.xml @@ -31,6 +31,21 @@

This document describes the changes made to the OS_Mon application.

+
Os_Mon 2.4.6 + +
Fixed Bugs and Malfunctions + + +

+ Improved documentation.

+

+ Own Id: OTP-15190

+
+
+
+ +
+
Os_Mon 2.4.5
Fixed Bugs and Malfunctions diff --git a/lib/os_mon/vsn.mk b/lib/os_mon/vsn.mk index 4a327e5506..0c62c3db35 100644 --- a/lib/os_mon/vsn.mk +++ b/lib/os_mon/vsn.mk @@ -1 +1 @@ -OS_MON_VSN = 2.4.5 +OS_MON_VSN = 2.4.6 diff --git a/lib/otp_mibs/doc/src/notes.xml b/lib/otp_mibs/doc/src/notes.xml index ac0777d225..443f08f1e1 100644 --- a/lib/otp_mibs/doc/src/notes.xml +++ b/lib/otp_mibs/doc/src/notes.xml @@ -32,6 +32,21 @@

This document describes the changes made to the OTP_Mibs application.

+
Otp_Mibs 1.2.1 + +
Fixed Bugs and Malfunctions + + +

+ Improved documentation.

+

+ Own Id: OTP-15190

+
+
+
+ +
+
Otp_Mibs 1.2
Improvements and New Features diff --git a/lib/otp_mibs/vsn.mk b/lib/otp_mibs/vsn.mk index 2e9e367d98..1b0444afcd 100644 --- a/lib/otp_mibs/vsn.mk +++ b/lib/otp_mibs/vsn.mk @@ -1,4 +1,4 @@ -OTP_MIBS_VSN = 1.2 +OTP_MIBS_VSN = 1.2.1 # Note: The branch 'otp_mibs' is defunct as of otp_mibs-1.0.4 and # should NOT be used again. diff --git a/lib/parsetools/doc/src/notes.xml b/lib/parsetools/doc/src/notes.xml index 3e999c8cd0..f8cd9b972d 100644 --- a/lib/parsetools/doc/src/notes.xml +++ b/lib/parsetools/doc/src/notes.xml @@ -31,6 +31,21 @@

This document describes the changes made to the Parsetools application.

+
Parsetools 2.1.8 + +
Fixed Bugs and Malfunctions + + +

+ Improved documentation.

+

+ Own Id: OTP-15190

+
+
+
+ +
+
Parsetools 2.1.7
Improvements and New Features diff --git a/lib/parsetools/vsn.mk b/lib/parsetools/vsn.mk index 210723e449..1a5201ce5d 100644 --- a/lib/parsetools/vsn.mk +++ b/lib/parsetools/vsn.mk @@ -1 +1 @@ -PARSETOOLS_VSN = 2.1.7 +PARSETOOLS_VSN = 2.1.8 diff --git a/lib/public_key/doc/src/notes.xml b/lib/public_key/doc/src/notes.xml index 204520473a..62b4b4ca1b 100644 --- a/lib/public_key/doc/src/notes.xml +++ b/lib/public_key/doc/src/notes.xml @@ -35,6 +35,41 @@ notes.xml +
Public_Key 1.6.2 + +
Fixed Bugs and Malfunctions + + +

+ Removed #DSAPrivateKey{} as acceptable input to + public_key:verify/5.

+

+ Own Id: OTP-15284

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

+ The typing in the CRYPTO and PUBLIC_KEY applications are + reworked and a few mistakes are corrected.

+

+ The documentation is now generated from the typing and + some clarifications are made.

+

+ A new chapter on Algorithm Details such as key sizes and + availability is added to the CRYPTO User's Guide.

+

+ Own Id: OTP-15134

+
+
+
+ +
+
Public_Key 1.6.1
Fixed Bugs and Malfunctions diff --git a/lib/public_key/vsn.mk b/lib/public_key/vsn.mk index 5e9e463323..4e52028c36 100644 --- a/lib/public_key/vsn.mk +++ b/lib/public_key/vsn.mk @@ -1 +1 @@ -PUBLIC_KEY_VSN = 1.6.1 +PUBLIC_KEY_VSN = 1.6.2 diff --git a/lib/reltool/doc/src/notes.xml b/lib/reltool/doc/src/notes.xml index 52419259c6..e201ad4e23 100644 --- a/lib/reltool/doc/src/notes.xml +++ b/lib/reltool/doc/src/notes.xml @@ -38,7 +38,22 @@ thus constitutes one section in this document. The title of each section is the version number of Reltool.

-
Reltool 0.7.6 +
Reltool 0.7.7 + +
Fixed Bugs and Malfunctions + + +

+ Improved documentation.

+

+ Own Id: OTP-15190

+
+
+
+ +
+ +
Reltool 0.7.6
Improvements and New Features diff --git a/lib/reltool/vsn.mk b/lib/reltool/vsn.mk index c698790ede..6bfc8c60ea 100644 --- a/lib/reltool/vsn.mk +++ b/lib/reltool/vsn.mk @@ -1 +1 @@ -RELTOOL_VSN = 0.7.6 +RELTOOL_VSN = 0.7.7 diff --git a/lib/runtime_tools/doc/src/notes.xml b/lib/runtime_tools/doc/src/notes.xml index 5692df2ab4..810bb8207c 100644 --- a/lib/runtime_tools/doc/src/notes.xml +++ b/lib/runtime_tools/doc/src/notes.xml @@ -32,6 +32,23 @@

This document describes the changes made to the Runtime_Tools application.

+
Runtime_Tools 1.13.1 + +
Improvements and New Features + + +

+ Optimize observer by using new + system_info(ets_count) instead of more expensive + length(ets:all()).

+

+ Own Id: OTP-15163 Aux Id: PR-1844

+
+
+
+ +
+
Runtime_Tools 1.13
Improvements and New Features diff --git a/lib/runtime_tools/vsn.mk b/lib/runtime_tools/vsn.mk index 0a4ad61537..aa3d702997 100644 --- a/lib/runtime_tools/vsn.mk +++ b/lib/runtime_tools/vsn.mk @@ -1 +1 @@ -RUNTIME_TOOLS_VSN = 1.13 +RUNTIME_TOOLS_VSN = 1.13.1 diff --git a/lib/sasl/doc/src/notes.xml b/lib/sasl/doc/src/notes.xml index 3dda5b06e8..fce032136d 100644 --- a/lib/sasl/doc/src/notes.xml +++ b/lib/sasl/doc/src/notes.xml @@ -31,6 +31,21 @@

This document describes the changes made to the SASL application.

+
SASL 3.2.1 + +
Fixed Bugs and Malfunctions + + +

+ Improved documentation.

+

+ Own Id: OTP-15190

+
+
+
+ +
+
SASL 3.2
Improvements and New Features diff --git a/lib/sasl/vsn.mk b/lib/sasl/vsn.mk index 0972ae20ba..94b7f9dc56 100644 --- a/lib/sasl/vsn.mk +++ b/lib/sasl/vsn.mk @@ -1 +1 @@ -SASL_VSN = 3.2 +SASL_VSN = 3.2.1 diff --git a/lib/snmp/doc/src/notes.xml b/lib/snmp/doc/src/notes.xml index 1607363ad1..423d90fef6 100644 --- a/lib/snmp/doc/src/notes.xml +++ b/lib/snmp/doc/src/notes.xml @@ -34,7 +34,46 @@ -
SNMP 5.2.11 +
SNMP 5.2.12 + +
Fixed Bugs and Malfunctions + + +

Conversion of (agent) Audit Trail Log (ATL) failed due + to invalid log entries.

The conversion aborted + completely midway because the ATL contained invalid + entries. The conversion has been improved so that it now + firstly handles encountered errors and write an + informative message (into the converted stream) and + secondly keeps count of the number of successful or + failed entry conversions. See log_to_txt for more + info.

The reason the ATL contained invalid + entries have also been fixed. The reason was that for + some outgoing messages (not response):

encrypted (v3 messages)

+

Was logged "as is" (encrypted) without the info to + decrypt, making conversion impossible (which was the + reason the log contained bad entries).

+

un-encrypted

Was not logged at all.

+
+

+ Own Id: OTP-15287 Aux Id: ERIERL-206

+
+ +

+ [compiler] Spurious version message removed. The snmp mib + compiler printed an spurious version message if the + 'version' option was provided.

+

+ Own Id: OTP-15290

+
+
+
+ +
+ +
SNMP 5.2.11
Fixed Bugs and Malfunctions diff --git a/lib/ssh/doc/src/notes.xml b/lib/ssh/doc/src/notes.xml index 2478a8950b..7e77c6a457 100644 --- a/lib/ssh/doc/src/notes.xml +++ b/lib/ssh/doc/src/notes.xml @@ -30,6 +30,45 @@ notes.xml +
Ssh 4.7.1 + +
Improvements and New Features + + +

+ Extended the undocumented ssh_dbg debug module + with an api for a circular trace buffer. This makes it + easy to record the last low-level events before an error + is detected. It is intended for solving difficult errors.

+

+ Own Id: OTP-15020

+
+ +

+ The key exchange methods + 'curve25519-sha256@libssh.org', + 'curve25519-sha256' and 'curve448-sha512' + are implemented. The last two are defined in + https://tools.ietf.org/html/draft-ietf-curdle-ssh-curves

+

+ They all depends on that OpenSSL 1.1.1 or higher is used + as cryptolib.

+

+ Own Id: OTP-15133 Aux Id: OTP-15240

+
+ +

+ The cipher 'chacha20-poly1305@openssh.com' is now + supported if OpenSSL 1.1.1 or higher is used as + cryptolib.

+

+ Own Id: OTP-15209 Aux Id: OTP-15164

+
+
+
+ +
+
Ssh 4.7
Fixed Bugs and Malfunctions diff --git a/lib/ssh/vsn.mk b/lib/ssh/vsn.mk index c3572b5b70..ae7b4cf3f2 100644 --- a/lib/ssh/vsn.mk +++ b/lib/ssh/vsn.mk @@ -1,4 +1,4 @@ #-*-makefile-*- ; force emacs to enter makefile-mode -SSH_VSN = 4.7 +SSH_VSN = 4.7.1 APP_VSN = "ssh-$(SSH_VSN)" diff --git a/lib/ssl/doc/src/notes.xml b/lib/ssl/doc/src/notes.xml index a00b0c6465..5a2e394c72 100644 --- a/lib/ssl/doc/src/notes.xml +++ b/lib/ssl/doc/src/notes.xml @@ -27,6 +27,123 @@

This document describes the changes made to the SSL application.

+
SSL 9.0.2 + +
Fixed Bugs and Malfunctions + + +

+ Use separate processes for sending and receiving + application data for TLS connections to avoid potential + deadlock that was most likely to occur when using TLS for + Erlang distribution. Note does not change the API.

+

+ Own Id: OTP-15122

+
+ +

+ Correct handling of empty server SNI extension

+

+ Own Id: OTP-15168

+
+ +

+ Correct PSK cipher suite handling and add + selected_cipher_suite to connection information

+

+ Own Id: OTP-15172

+
+ +

+ Adopt to the fact that cipher suite sign restriction are + relaxed in TLS-1.2

+

+ Own Id: OTP-15173

+
+ +

+ Enhance error handling of non existing PEM files

+

+ Own Id: OTP-15174

+
+ +

+ Correct close handling of transport accepted sockets in + the error state

+

+ Own Id: OTP-15216

+
+ +

+ Correct PEM cache to not add references to empty entries + when PEM file does not exist.

+

+ Own Id: OTP-15224

+
+ +

+ Correct handling of all PSK cipher suites

+

+ Before only some PSK suites would be correctly negotiated + and most PSK ciphers suites would fail the connection.

+

+ Own Id: OTP-15285

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

+ TLS will now try to order certificate chains if they + appear to be unordered. That is prior to TLS 1.3, + “certificate_list” ordering was required to be + strict, however some implementations already allowed for + some flexibility. For maximum compatibility, all + implementations SHOULD be prepared to handle potentially + extraneous certificates and arbitrary orderings from any + TLS version.

+

+ Own Id: OTP-12983

+
+ +

+ TLS will now try to reconstructed an incomplete + certificate chains from its local CA-database and use + that data for the certificate path validation. This + especially makes sense for partial chains as then the + peer might not send an intermediate CA as it is + considered the trusted root in that case.

+

+ Own Id: OTP-15060

+
+ +

+ Option keyfile defaults to certfile and should be trumped + with key. This failed for engine keys.

+

+ Own Id: OTP-15193

+
+ +

+ Error message improvement when own certificate has + decoding issues, see also issue ERL-668.

+

+ Own Id: OTP-15234

+
+ +

+ Correct dialyzer spec for key option

+

+ Own Id: OTP-15281

+
+
+
+ +
+
SSL 9.0.1
Fixed Bugs and Malfunctions diff --git a/lib/ssl/vsn.mk b/lib/ssl/vsn.mk index 5be527306d..741bdb6df0 100644 --- a/lib/ssl/vsn.mk +++ b/lib/ssl/vsn.mk @@ -1 +1 @@ -SSL_VSN = 9.0.1 +SSL_VSN = 9.0.2 diff --git a/lib/stdlib/doc/src/notes.xml b/lib/stdlib/doc/src/notes.xml index 712a474b0b..d800885b16 100644 --- a/lib/stdlib/doc/src/notes.xml +++ b/lib/stdlib/doc/src/notes.xml @@ -31,6 +31,41 @@

This document describes the changes made to the STDLIB application.

+
STDLIB 3.6 + +
Fixed Bugs and Malfunctions + + +

The specs of filename:basedir/2,3 are + corrected.

+

+ Own Id: OTP-15252 Aux Id: ERL-667

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

Let dets:open_file() exit with a badarg + message if given a raw file name (a binary).

+

+ Own Id: OTP-15253 Aux Id: OTP-13229, ERL-55

+
+ +

The Format argument of the formatting + functions in modules io and io_lib is + accepted even if it is, for example, a list of binaries. + This is how it used to be before Erlang/OTP 21.0.

+

+ Own Id: OTP-15304

+
+
+
+ +
+
STDLIB 3.5.1
Fixed Bugs and Malfunctions diff --git a/lib/stdlib/vsn.mk b/lib/stdlib/vsn.mk index 1d833430f1..caf5ecdbb4 100644 --- a/lib/stdlib/vsn.mk +++ b/lib/stdlib/vsn.mk @@ -1 +1 @@ -STDLIB_VSN = 3.5.1 +STDLIB_VSN = 3.6 diff --git a/lib/syntax_tools/doc/src/notes.xml b/lib/syntax_tools/doc/src/notes.xml index 44944e57c3..dc13fe474b 100644 --- a/lib/syntax_tools/doc/src/notes.xml +++ b/lib/syntax_tools/doc/src/notes.xml @@ -32,6 +32,44 @@

This document describes the changes made to the Syntax_Tools application.

+
Syntax_Tools 2.1.6 + +
Fixed Bugs and Malfunctions + + +

+ Fix the TypeName type in erl_syntax_lib.

+

+ Own Id: OTP-15207 Aux Id: PR-1888

+
+ +

Correct unfolding of the stacktrace variable.

+

+ Own Id: OTP-15291 Aux Id: ERL-719

+
+ +

Correct erl_syntax:revert/1 bug regarding the + types map() and tuple().

+

+ Own Id: OTP-15294

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

Support bitstrings as literals in module + erl_syntax.

+

+ Own Id: OTP-15165 Aux Id: PR-1842

+
+
+
+ +
+
Syntax_Tools 2.1.5
Improvements and New Features diff --git a/lib/syntax_tools/vsn.mk b/lib/syntax_tools/vsn.mk index 4d13267f16..8959ebbd04 100644 --- a/lib/syntax_tools/vsn.mk +++ b/lib/syntax_tools/vsn.mk @@ -1 +1 @@ -SYNTAX_TOOLS_VSN = 2.1.5 +SYNTAX_TOOLS_VSN = 2.1.6 diff --git a/lib/tftp/doc/src/notes.xml b/lib/tftp/doc/src/notes.xml index 3a4d97a008..ff6113a89d 100644 --- a/lib/tftp/doc/src/notes.xml +++ b/lib/tftp/doc/src/notes.xml @@ -33,7 +33,22 @@ notes.xml -
TFTP 1.0 +
Tftp 1.0.1 + +
Fixed Bugs and Malfunctions + + +

+ Improved documentation.

+

+ Own Id: OTP-15190

+
+
+
+ +
+ +
TFTP 1.0
First released version diff --git a/lib/tftp/vsn.mk b/lib/tftp/vsn.mk index f1b0851a8f..1a547fbe9b 100644 --- a/lib/tftp/vsn.mk +++ b/lib/tftp/vsn.mk @@ -19,6 +19,6 @@ # %CopyrightEnd% APPLICATION = tftp -TFTP_VSN = 1.0 +TFTP_VSN = 1.0.1 PRE_VSN = APP_VSN = "$(APPLICATION)-$(TFTP_VSN)$(PRE_VSN)" diff --git a/lib/tools/doc/src/notes.xml b/lib/tools/doc/src/notes.xml index 8b0a2ca283..f10953774f 100644 --- a/lib/tools/doc/src/notes.xml +++ b/lib/tools/doc/src/notes.xml @@ -31,6 +31,28 @@

This document describes the changes made to the Tools application.

+
Tools 3.0.1 + +
Improvements and New Features + + +

+ The HTML pages generated by cover:analyse_to_file/1 and + related functions is improved for readability.

+

+ Own Id: OTP-15213 Aux Id: PR-1807

+
+ +

+ Add alignment functionality in emacs.

+

+ Own Id: OTP-15239 Aux Id: PR-1728

+
+
+
+ +
+
Tools 3.0
Improvements and New Features diff --git a/lib/tools/vsn.mk b/lib/tools/vsn.mk index bb3f4c66c0..1bebb1c421 100644 --- a/lib/tools/vsn.mk +++ b/lib/tools/vsn.mk @@ -1 +1 @@ -TOOLS_VSN = 3.0 +TOOLS_VSN = 3.0.1 diff --git a/lib/wx/doc/src/notes.xml b/lib/wx/doc/src/notes.xml index 45638dff35..a925cf30d4 100644 --- a/lib/wx/doc/src/notes.xml +++ b/lib/wx/doc/src/notes.xml @@ -32,6 +32,21 @@

This document describes the changes made to the wxErlang application.

+
Wx 1.8.5 + +
Fixed Bugs and Malfunctions + + +

+ Fixed compilation warning on Darwin.

+

+ Own Id: OTP-15230 Aux Id: PR-1860

+
+
+
+ +
+
Wx 1.8.4
Improvements and New Features diff --git a/lib/wx/vsn.mk b/lib/wx/vsn.mk index 37a5477631..e539ad36f6 100644 --- a/lib/wx/vsn.mk +++ b/lib/wx/vsn.mk @@ -1 +1 @@ -WX_VSN = 1.8.4 +WX_VSN = 1.8.5 diff --git a/lib/xmerl/doc/src/notes.xml b/lib/xmerl/doc/src/notes.xml index b7d1db7dfc..a97036127e 100644 --- a/lib/xmerl/doc/src/notes.xml +++ b/lib/xmerl/doc/src/notes.xml @@ -32,6 +32,21 @@

This document describes the changes made to the Xmerl application.

+
Xmerl 1.3.18 + +
Fixed Bugs and Malfunctions + + +

+ Improved documentation.

+

+ Own Id: OTP-15190

+
+
+
+ +
+
Xmerl 1.3.17
Fixed Bugs and Malfunctions diff --git a/lib/xmerl/vsn.mk b/lib/xmerl/vsn.mk index be11935f2f..3a266a56bd 100644 --- a/lib/xmerl/vsn.mk +++ b/lib/xmerl/vsn.mk @@ -1 +1 @@ -XMERL_VSN = 1.3.17 +XMERL_VSN = 1.3.18 -- cgit v1.2.3