From f719d0fe308f00b85f92c29d7cdf9b0dc20d98a2 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Mon, 7 Apr 2014 19:52:48 +0200 Subject: Update release notes --- lib/runtime_tools/doc/src/notes.xml | 89 +++++++++++++++++++++++++++++++++++++ 1 file changed, 89 insertions(+) (limited to 'lib/runtime_tools/doc/src/notes.xml') diff --git a/lib/runtime_tools/doc/src/notes.xml b/lib/runtime_tools/doc/src/notes.xml index 32b7d168f5..9b026aee11 100644 --- a/lib/runtime_tools/doc/src/notes.xml +++ b/lib/runtime_tools/doc/src/notes.xml @@ -31,6 +31,95 @@

This document describes the changes made to the Runtime_Tools application.

+
Runtime_Tools 1.8.14 + +
Fixed Bugs and Malfunctions + + +

+ The documentation for the return value of + dbg:{stop,stop_clear} functions are now correct (Thanks + to Luca Favatella)

+

+ Own Id: OTP-11603

+
+ +

+ Fix DTrace build on Illumos. (Thanks to Ryan Zezeski.)

+

+ Own Id: OTP-11622

+
+ +

+ Do not turn off scheduler_wall_time, as it can interfere + with other applications usage.

+

+ Own Id: OTP-11693 Aux Id: seq12528

+
+ +

+ Application upgrade (appup) files are corrected for the + following applications:

+

+ asn1, common_test, compiler, crypto, debugger, + dialyzer, edoc, eldap, erl_docgen, et, eunit, gs, hipe, + inets, observer, odbc, os_mon, otp_mibs, parsetools, + percept, public_key, reltool, runtime_tools, ssh, + syntax_tools, test_server, tools, typer, webtool, wx, + xmerl

+

+ A new test utility for testing appup files is added to + test_server. This is now used by most applications in + OTP.

+

+ (Thanks to Tobias Schlager)

+

+ Own Id: OTP-11744

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

+ Allow install path to have unicode characters.

+

+ Own Id: OTP-10877

+
+ +

+ The erts_alloc_config tool has been updated to + produce configurations that better fit todays SMP support + in the VM.

+

+ Own Id: OTP-11662

+
+ +

+ The app-file key + runtime_dependencies + has been introduced.

+

+ Runtime dependencies have been added to all app-files in + OTP. Note that these may not be completely correct during + OTP 17, but this is actively being worked on.

+

+ The function system_information:sanity_check/0 + will verify all declared runtime dependencies in the + system when called.

+

+ Own Id: OTP-11773

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