From: mquinson Date: Sun, 7 Aug 2005 12:03:17 +0000 (+0000) Subject: Document changes even before there are actually finished X-Git-Tag: v3.3~3761 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/f762312bb7c2bc7f9eb92c2ead38d90c0cefe912 Document changes even before there are actually finished git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1595 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- 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]