Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update changelog
[simgrid.git] / ChangeLog
1 SimGrid-java (1.2 (3.7.1) ) stable; urgency=low
2   
3   The "Java aint got to be bloated and slow" release
4
5  * Introduce org.simgrid.msg.Mutex, exporting simgrid mutex to Java.
6  * Introduce org.simgrid.msg.RngStream, exporting RngStreams to Java. 
7  * Add the asynchronous API to the bindings.
8
9  * Make Process.kill(process) an instance method, not a static one
10  * Add examples for almost every part of the API
11
12  * Add "sleep" in Process with Thread-like syntax/use.
13
14  * Change the way Process are created: Process are no longer a Thread subclass.
15  * Change the way the Process are created in ApplicationHandler: a full 
16 constructor is now needed for your child classes.
17  
18  * Improve the performances
19  * Fix a lot of bugs.
20  * Do not embeed our version of semaphores, java 1.5 can be considered
21    as sufficiently prevalent for us to not dupplicate its features.
22
23  -- $date Da SimGrid team <simgrid-devel@lists.gforge.inria.fr>
24 SimGrid-java (1.0 (3.6) unstable; urgency=low
25
26  * Initial release.
27  * Split of every thing from simgrid v3.5 into a separate package.
28
29  -- 2011-10-05 Da SimGrid team <simgrid-devel@lists.gforge.inria.fr>