Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge scm.gforge.inria.fr:/gitroot/simgrid/simgrid-java
[simgrid.git] / ChangeLog
1 SimGrid-java (3.7.1) stable; urgency=low
2   
3  The "Java aint got to be bloated and slow" release
4
5  Major cleanups:
6  * Various internal cleanups and performance improvement
7    Simulations are expected to run up to twice faster or so
8  * Make Process.kill(process) an instance method, not a static one
9  * User processes are not java.lang.Thread subclasses. 
10    This breaks the compatibility (sorry), but previous API was
11    brain-dead, making it impossible to have non-trivial
12    initializations in the process constructor. 
13  * Require a full constructor per Process sub-class.
14    Kinda breaks the compatibility (sorry), but this allows a much more
15    efficient way to launch the processes at simulation startup.
16  * Do not embeed our version of semaphores, java 1.5 can be considered
17    as sufficiently prevalent for us to not dupplicate its features.
18  * Lot of bug fixes
19  
20  Extend the API:
21  * Add examples for almost every part of the API
22    We spotted and fixed a lot of bugs in the process
23  
24  * New module: asynchronous communication API
25  * New function: Process.sleep()
26    It takes milliseconds as argument, just as java.lang.Thread.sleep()
27  * New module: org.simgrid.msg.Mutex (SimGrid mutexes)
28  * New module: org.simgrid.msg.RngStream (RngStreams random generators)
29
30  -- 2012-06-12 Da SimGrid team <simgrid-devel@lists.gforge.inria.fr>
31  
32 SimGrid-java (1.0 (3.6) unstable; urgency=low
33
34  * Initial release.
35  * Split of every thing from simgrid v3.5 into a separate package.
36
37  -- 2011-10-05 Da SimGrid team <simgrid-devel@lists.gforge.inria.fr>