X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/cb9dad4e95bf3b7434cae7f56ec767befca84f4e..9a6782def42b659ec677cb6d2fff6fac97e666d2:/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]