From c18b13d4c8aa31b145703bbbf228fb07d6b2a0a5 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Wed, 21 Jun 2017 10:53:19 +0200 Subject: Prepare release --- lib/runtime_tools/doc/src/notes.xml | 41 +++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) (limited to 'lib/runtime_tools/doc') diff --git a/lib/runtime_tools/doc/src/notes.xml b/lib/runtime_tools/doc/src/notes.xml index 49615cf077..2bfc174cae 100644 --- a/lib/runtime_tools/doc/src/notes.xml +++ b/lib/runtime_tools/doc/src/notes.xml @@ -32,6 +32,47 @@

This document describes the changes made to the Runtime_Tools application.

+
Runtime_Tools 1.12 + +
Fixed Bugs and Malfunctions + + +

+ Add compile option -compile(no_native) in modules + with on_load directive which is not yet supported + by HiPE.

+

+ Own Id: OTP-14316 Aux Id: PR-1390

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

Miscellaneous updates due to atoms containing + arbitrary Unicode characters.

+

+ Own Id: OTP-14285

+
+ +

Sockets can now be bound to device (SO_BINDTODEVICE) + on platforms where it is supported.

This has + been implemented e.g to support VRF-Lite under Linux; see + + VRF , and GitHub pull request #1326. +

+

+ Own Id: OTP-14357 Aux Id: PR-1326

+
+
+
+ +
+
Runtime_Tools 1.11.1
Fixed Bugs and Malfunctions -- cgit v1.2.3