1 Appmon Release Notes
This document describes the changes made to the Appmon application.
1.1 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
1.2 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
1.3 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
1.4 Appmon 2.1.9
Fixed Bugs and Malfunctions
-
Fixed dialyzer warning in appmon_info.
1.5 Appmon 2.1.8
Fixed Bugs and Malfunctions
-
Removed some dead code from the appmon_info and process_info modules. Also rewritten large parts of process_info to make it easier to read and more efficient.
Own Id: OTP-6534
1.6 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
1.7 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 appmon_info, discovered by Dialyzer.
Own Id: OTP-6040
1.8 Appmon 2.1.5
Improvements and New Features
-
Eliminated 5 discrepancies found by Dialyzer in the Appmon application.
Own Id: OTP-5633
1.9 Appmon 2.1.4
Fixed Bugs and Malfunctions
-
The graphic applications now search for HTML documentation in the correct place.
Own Id: OTP-5381