Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Properly finalize the simgrid mutexes
[simgrid.git] / ChangeLog
1 SimGrid-java (3.6.1) unstable; urgency=low
2
3  * Introduce msg.simgrid.Mutex, exporting simgrid mutex to Java.
4  * Do not embeed our version of semaphores, java 1.5 can be considered
5    as sufficiently prevalent for us to not dupplicate its features.
6  * Make Process.kill(process) an instance method, not a static one
7  * Fix a bug around Process.kill()
8  * Add dsend and simulatedSleep to the bindings.
9
10  -- $date Da SimGrid team <simgrid-devel@lists.gforge.inria.fr>
11
12 SimGrid-java (3.6) unstable; urgency=low
13
14  * Initial release.
15  * Split of every thing from simgrid v3.5 into a separate package.
16
17  -- 2011-10-05 Da SimGrid team <simgrid-devel@lists.gforge.inria.fr>