From b6dc1a844eab061d0a7153d46e7e68296f15a504 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Tue, 4 Oct 2011 12:06:58 +0200 Subject: Prepare release --- lib/percept/doc/src/notes.xml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'lib/percept/doc') diff --git a/lib/percept/doc/src/notes.xml b/lib/percept/doc/src/notes.xml index 33bfa7baab..95c2bbda56 100644 --- a/lib/percept/doc/src/notes.xml +++ b/lib/percept/doc/src/notes.xml @@ -32,6 +32,32 @@

This document describes the changes made to the Percept application.

+
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 -- cgit v1.2.3