Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Renamed basic example to "masterslave" (more accurate)
[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 the asynchronous API to the bindings.
9  * Add "sleep" in Process with Thread-like syntax/use.
10  * Change the way the Process are created in ApplicationHandler: a full 
11 constructor is now needed for your child classes.
12  * Change the way Process are created: Process are no longer a Thread subclass.
13  -- $date Da SimGrid team <simgrid-devel@lists.gforge.inria.fr>
14
15 SimGrid-java (3.6) unstable; urgency=low
16
17  * Initial release.
18  * Split of every thing from simgrid v3.5 into a separate package.
19
20  -- 2011-10-05 Da SimGrid team <simgrid-devel@lists.gforge.inria.fr>