2007 2013 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. The Initial Developer of the Original Code is Ericsson AB. Percept Release Notes otp_appnotes nil nil nil notes.xml

This document describes the changes made to the Percept application.

Percept 0.8.11
Fixed Bugs and Malfunctions

Fix http server configuration

Own Id: OTP-12662

Percept 0.8.10
Fixed Bugs and Malfunctions

Make sure to install .hrl files when needed

Own Id: OTP-12197

Percept 0.8.9
Fixed Bugs and Malfunctions

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

Percept 0.8.8.2
Improvements and New Features

The encoding of the notes.xml file has been changed from latin1 to utf-8 to avoid future merge problems.

Own Id: OTP-11310

Percept 0.8.8.1
Improvements and New Features

Postscript files no longer needed for the generation of PDF files have been removed.

Own Id: OTP-11016

Percept 0.8.8
Improvements and New Features

Misc build updates

Own Id: OTP-10784

Percept 0.8.7
Fixed Bugs and Malfunctions

Add missing modules in app-file

Own Id: OTP-10439

Percept 0.8.6.1
Improvements and New Features

Miscellaneous documentation build updates

Own Id: OTP-9813

Percept 0.8.6
Fixed Bugs and Malfunctions

Fix message handling in select requests

percept_db used to send results in untagged messages, and use a non selective receive to extract them. When percept is used from the shell process, this can confuse other messages with the actual result.

Add a tag to the message to be {result, Result}. Add demonitor to avoid keeping DOWN message in the queue fix one spec in do_start/0

(Thanks to Ahmed Omar)

Own Id: OTP-9490

Percept 0.8.5
Fixed Bugs and Malfunctions

Fixes a race condition found in percept_db start/1 function. (Thanks to Ahmed Omar)

Own Id: OTP-9012

Percept 0.8.4
Fixed Bugs and Malfunctions

Fix egd_render transparent to use float constants.

The render engine has float guards to enhance beam code generation. However, the default case used integers which caused the engine to crash. This is now fixed.

Own Id: OTP-8425

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

Cleanups suggested by tidier and modernization of types and specs.

Own Id: OTP-8455

Percept 0.8.3
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

Percept 0.8.2
Improvements and New Features

Extensions to egd:color/1 for using atoms as color definition in addition to rgb triplets.

Own Id: OTP-7975

Percept 0.8.1
Improvements and New Features

egd now supports encapsulated postscript output format.

Own Id: OTP-7923

Percept 0.8
Fixed Bugs and Malfunctions

A problem with options list to percept causing some options to be disregarded unintentionally. This has now been fixed.

An error in percept_analyzer caused calculation of standard deviation to be incorrect. This has now been corrected.

Own Id: OTP-7693

Improvements and New Features

Updated css for percept server for enhanced viewing.

Increased performance of egd render.

Several graph errors could occur when compacting data to decrease graph rendering time causing incorrect scalability numbers. These errors have now been fixed.

Increased viewing width for graphs. The viewing width is now dependent on client screen resolution.

Own Id: OTP-7696

Percept 0.7.3
Fixed Bugs and Malfunctions

External pids caused the webserver to crash. This has now been fixed.

Own Id: OTP-7515 Aux Id: seq11004

Fixed a timestamp problem where some events could be sent out of order. Minor fixes to presentation of data.

Own Id: OTP-7544 Aux Id: otp-7442

Improvements and New Features

Performance enhancement for the egd render engine (Thanks to Magnus ThoƤng).

Own Id: OTP-7616

Percept 0.7.2
Fixed Bugs and Malfunctions

Calling egd:destroy/1 did not properly remove the process holding the image.

Synchronous calls done via the egd interface could erroneous receive messages not intended for egd. Messages are now tagged in such a way so this should not occur.

Own Id: OTP-7336

Percept 0.7.1
Fixed Bugs and Malfunctions

Fixed out of bounds rendering problem in egd which could cause the rendering process to crash.

Own Id: OTP-7215

Percept 0.7
Improvements and New Features

Percept no longer depends on external c-libraries. The graphical rendering is now done via erlang code.

Own Id: OTP-7162

Percept 0.6.2
Improvements and New Features

A new module, percept_profile, can now be used to collect profiling data even if the percept application is not installed. This should help profiling erlang application on target machines without libgd installed.

Own Id: OTP-7126

Percept 0.5.0
First Release

First Release.

Own Id: OTP-6783