X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2d035d48dbc4631b06a85a91b24b2115cd5bbe9b..3554f61d43635e7736ada57d5db96537c0766bf0:/ChangeLog diff --git a/ChangeLog b/ChangeLog index ef7fd9f919..2845ecd22d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,14 @@ SimGrid-java (3.6.1) unstable; urgency=low + + * Introduce msg.simgrid.Mutex, exporting simgrid mutex to Java. + * Do not embeed our version of semaphores, java 1.5 can be considered + as sufficiently prevalent for us to not dupplicate its features. * Make Process.kill(process) an instance method, not a static one * Fix a bug around Process.kill() - * Add dsend and simulatedSleep to the bindings. - + * Add the asynchronous API to the bindings. + * Add "sleep" in Process with Thread-like syntax/use. + * Change the way the Process are created in ApplicationHandler: a full +constructor is now needed for your child classes. -- $date Da SimGrid team SimGrid-java (3.6) unstable; urgency=low