X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/149933f19168c87b400c0e0e5583fbcef0859ce8..f762312bb7c2bc7f9eb92c2ead38d90c0cefe912:/ChangeLog diff --git a/ChangeLog b/ChangeLog index f806add5fe..ac874f36c2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ SimGrid (2.96) unstable; urgency=low + XBT: + * New! Exception handling with setjmp or such (code from OSSP ex) [MQ] + This deprecates the xbt_error_t mecanisms. + It modifies (simplifies) all XBT and GRAS API. + MSG API keeps unchanged (exceptions raised by XBT are catched from + within MSG and masked with existing error handling facilities) + SURF: * New! Add a FATPIPE model. [AL] * New! Add a parallel task model. [AL]