Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Document the fact that lua works, and some facts about java
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 23 Mar 2010 22:00:02 +0000 (22:00 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 23 Mar 2010 22:00:02 +0000 (22:00 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7341 48e7efb5-ca39-0410-a469-dd3cf9ba447f

ChangeLog

index ba12009..8af0af6 100644 (file)
--- 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