Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove Trace useless files - Adrien
[simgrid.git] / ChangeLog
1 SimGrid-java (3.8) unstable; urgency=low
2
3  * Introduce org.simgrid.trace.Trace (partial implementation of JAVA bindings
4    for the TRACE API). 
5    Although all TRACE methods appear in the Trace class, please not that only
6    few of thems are really implemented at the JNI level (see ./src/jtrace.c
7    for further information). 
8
9 SimGrid-java (3.6.1) unstable; urgency=low
10
11  * Introduce msg.simgrid.Mutex, exporting simgrid mutex to Java.
12  * Do not embeed our version of semaphores, java 1.5 can be considered
13    as sufficiently prevalent for us to not dupplicate its features.
14  * Make Process.kill(process) an instance method, not a static one
15  * Fix a bug around Process.kill()
16  * Add the asynchronous API to the bindings.
17  * Add "sleep" in Process with Thread-like syntax/use.
18  * Change the way the Process are created in ApplicationHandler: a full 
19 constructor is now needed for your child classes.
20  * Change the way Process are created: Process are no longer a Thread subclass.
21  -- $date Da SimGrid team <simgrid-devel@lists.gforge.inria.fr>
22
23 SimGrid-java (3.6) unstable; urgency=low
24
25  * Initial release.
26  * Split of every thing from simgrid v3.5 into a separate package.
27
28  -- 2011-10-05 Da SimGrid team <simgrid-devel@lists.gforge.inria.fr>