X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/3b2a6e76eecf6c64156e047053492778421ba437..96f4bbf2c38ff9e20c2eb379f95879a1bc41a1d2:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 823c6fe52c..414854bb08 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,6 @@ 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