20042012 Ericsson AB. All Rights Reserved. The contents of this file are subject to the Erlang Public License, Version 1.1, (the "License"); you may not use this file except in compliance with the License. You should have received a copy of the Erlang Public License along with this software. If not, it can be retrieved online at http://www.erlang.org/. Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License. Appmon Release Notes nil nil nil notes.xml

This document describes the changes made to the Appmon application.

Appmon 2.1.14.1
Improvements and New Features

The GS applications is now deprecated and will be removed in the R16 release. The following GS-based applications have been superseded by the Observer application and will removed in R16: Appmon, Pman, Tv.

*** POTENTIAL INCOMPATIBILITY ***

Own Id: OTP-9907

Appmon 2.1.14
Improvements and New Features

Eliminate use of deprecated regexp module

Own Id: OTP-9810

Miscellaneous documentation build updates

Own Id: OTP-9813

Appmon 2.1.13
Improvements and New Features

An obsolete compiler directive for native code generation was removed from a source file.

Own Id: OTP-8839

Appmon 2.1.12
Improvements and New Features

Warnings due to new autoimported BIFs removed

Own Id: OTP-8674 Aux Id: OTP-8579

Appmon 2.1.11
Improvements and New Features

The documentation is now possible to build in an open source environment after a number of bugs are fixed and some features are added in the documentation build process.

- The arity calculation is updated.

- The module prefix used in the function names for bif's are removed in the generated links so the links will look like "http://www.erlang.org/doc/man/erlang.html#append_element-2" instead of "http://www.erlang.org/doc/man/erlang.html#erlang:append_element-2".

- Enhanced the menu positioning in the html documentation when a new page is loaded.

- A number of corrections in the generation of man pages (thanks to Sergei Golovan)

- The legal notice is taken from the xml book file so OTP's build process can be used for non OTP applications.

Own Id: OTP-8343

Appmon 2.1.10.2
Improvements and New Features

The documentation is now built with open source tools (xsltproc and fop) that exists on most platforms. One visible change is that the frames are removed.

Own Id: OTP-8201

Appmon 2.1.10.1
Improvements and New Features

Updated the application with new tags for automatic updates of copyright notices.

Own Id: OTP-7851

Appmon 2.1.9
Fixed Bugs and Malfunctions

Fixed dialyzer warning in .

Appmon 2.1.8
Fixed Bugs and Malfunctions

Removed some dead code from the and modules. Also rewritten large parts of to make it easier to read and more efficient.

Own Id: OTP-6534

Appmon 2.1.7
Fixed Bugs and Malfunctions

Appmon now handles a process name containing the character '@' correctly. (Thanks to Mikael Magnusson).

Own Id: OTP-6308

The "Send" button in the application window was broken, it always failed (silently).

Own Id: OTP-6333

Appmon 2.1.6
Improvements and New Features

Internal change only (using a private digraph instead of a public one).

Own Id: OTP-5983

Notification windows are now centered over the parent window (if possible).

Own Id: OTP-6010 Aux Id: OTP-5987

Removed some dead code from , discovered by Dialyzer.

Own Id: OTP-6040

Appmon 2.1.5
Improvements and New Features

Eliminated 5 discrepancies found by Dialyzer in the Appmon application.

Own Id: OTP-5633

Appmon 2.1.4
Fixed Bugs and Malfunctions

The graphic applications now search for HTML documentation in the correct place.

Own Id: OTP-5381