From 4e70a9fd31f5435a370cb95f0e022da52e42e63c Mon Sep 17 00:00:00 2001 From: Christophe Henry Date: Fri, 25 May 2012 20:15:35 +0000 Subject: [PATCH] added notes for MSM. [SVN r78630] --- feed/history/boost_1_50_0.qbk | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/feed/history/boost_1_50_0.qbk b/feed/history/boost_1_50_0.qbk index a270a3f6..be3e4e6a 100644 --- a/feed/history/boost_1_50_0.qbk +++ b/feed/history/boost_1_50_0.qbk @@ -77,6 +77,16 @@ Release status: * Boost.System is now required depenency * Fixed bugs [@https://svn.boost.org/trac/boost/ticket/6635 #6635], [@https://svn.boost.org/trac/boost/ticket/6833 #6833] +* [phrase library..[@/libs/msm/ MSM]:] + * eUML : better syntax for front-ends defined with eUML as transition table only. Caution: Breaking Change![@http://www.boost.org/doc/libs/1_50_0/libs/msm/doc/HTML/ch03s04.html#eUML-composite-table] + * Bugfix: graph building was only working if initial_state defined as a sequence. + * Bugfix: flags defined for a Terminate or Interrupt state do not break the blocking function of these states any more. + * Bugfix: multiple deferred events from several regions were not working in every case. + * Bugfix: visitor was passed by value to submachines. + * Bugfix: no_transition was not called for submachines who send an event to themselves. + * Fixed warnings with gcc. + + * [phrase library..[@/libs/program_options/ Program Options]:] * Improved error reporting ([@ https://svn.boost.org/trac/boost/changeset/77827 Patch from Leo Goodstadt])