From: mquinson Date: Tue, 23 Mar 2010 22:00:02 +0000 (+0000) Subject: Document the fact that lua works, and some facts about java X-Git-Tag: SVN~399 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/388fcaf14d2431fe6482c4370ae7efb5121b3949?ds=sidebyside Document the fact that lua works, and some facts about java git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7341 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/ChangeLog b/ChangeLog index ba12009afb..8af0af6406 100644 --- a/ChangeLog +++ b/ChangeLog @@ -11,9 +11,11 @@ SimGrid (3.3.5-svn) unstable; urgency=low * Make JniException a runtime exception, so that there is no need to declare the fact that you may encounter such a beast. I guess that nobody will ever want to survive such error. - Ruby Bindings: create it - * That's new and great, you should try it out. - Kinda the same functionalities than Java bindings + * Create specific errors for each MSG case of failure: + host failure, transfer failure, timeout, task cancelled + Ruby and Lua Bindings: create them + * That's new and great, you should try them out. + Same functionalities than Java bindings, only even less polished SimDag: * Kill the useless "rate" argument of SD_task_get_execution_time() Everyone used to provide -1 as a value, it was not used, and the