diff options
author | Erlang/OTP <[email protected]> | 2013-01-29 11:38:41 +0100 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2013-01-29 11:38:41 +0100 |
commit | 68b804f34d4ec420d86953e3f519179a40fbee8f (patch) | |
tree | b27effe40c97a3cad92f0a685ccb73858772819e /lib/appmon | |
parent | 510207b2200e66f6b2b0a4e8314912c8f3e05b72 (diff) | |
download | otp-68b804f34d4ec420d86953e3f519179a40fbee8f.tar.gz otp-68b804f34d4ec420d86953e3f519179a40fbee8f.tar.bz2 otp-68b804f34d4ec420d86953e3f519179a40fbee8f.zip |
Prepare releaseOTP_R16A_RELEASE_CANDIDATE
Diffstat (limited to 'lib/appmon')
-rw-r--r-- | lib/appmon/doc/src/notes.xml | 25 | ||||
-rw-r--r-- | lib/appmon/vsn.mk | 2 |
2 files changed, 26 insertions, 1 deletions
diff --git a/lib/appmon/doc/src/notes.xml b/lib/appmon/doc/src/notes.xml index 04b2b0d8ba..52d7e1586d 100644 --- a/lib/appmon/doc/src/notes.xml +++ b/lib/appmon/doc/src/notes.xml @@ -30,6 +30,31 @@ </header> <p>This document describes the changes made to the Appmon application.</p> +<section><title>Appmon 2.1.14.2</title> + + <section><title>Improvements and New Features</title> + <list> + <item> + <p> + Misc build updates</p> + <p> + Own Id: OTP-10784</p> + </item> + <item> + <p> + The backend module appmon_info.erl is moved from appmon + application to runtime_tools. This allows appmon to be + run from a remote erlang node towards a target node which + does not have appmon (and its dependencies) installed, as + long as runtime_tools is installed there.</p> + <p> + Own Id: OTP-10786</p> + </item> + </list> + </section> + +</section> + <section><title>Appmon 2.1.14.1</title> <section><title>Improvements and New Features</title> diff --git a/lib/appmon/vsn.mk b/lib/appmon/vsn.mk index 0654468b42..5585c5e1c2 100644 --- a/lib/appmon/vsn.mk +++ b/lib/appmon/vsn.mk @@ -1 +1 @@ -APPMON_VSN = 2.1.14.1 +APPMON_VSN = 2.1.14.2 |