Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove deprecated restart function
[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  Extend the API:
9  * New module: org.simgrid.msg.File (SimGrid File management functions)
10  * New Module: org.simgrid.msg.VM (SimGrid interface to mimick IAAS 
11 clouds)
12
13  * Introduce a new context factory based on Coroutines (read the doc to know how to use it): simulations are expected to run up to five times faster.
14 SimGrid-java (3.7.1) stable; urgency=low
15   
16  The "Java aint got to be bloated and slow" release
17  
18  Major cleanups:
19  * Various internal cleanups and performance improvement
20    Simulations are expected to run up to twice faster or so
21  * Make Process.kill(process) an instance method, not a static one
22  * User processes are not java.lang.Thread subclasses. 
23    This breaks the compatibility (sorry), but previous API was
24    brain-dead, making it impossible to have non-trivial
25    initializations in the process constructor. 
26  * Require a full constructor per Process sub-class.
27    Kinda breaks the compatibility (sorry), but this allows a much more
28    efficient way to launch the processes at simulation startup.
29  * Do not embeed our version of semaphores, java 1.5 can be considered
30    as sufficiently prevalent for us to not dupplicate its features.
31  * Lot of bug fixes
32  
33  Extend the API:
34  * Add examples for almost every part of the API
35    We spotted and fixed a lot of bugs in the process
36  
37  * New module: asynchronous communication API
38  * New function: Process.sleep()
39    It takes milliseconds as argument, just as java.lang.Thread.sleep()
40  * New module: org.simgrid.msg.Mutex (SimGrid mutexes)
41  * New module: org.simgrid.msg.RngStream (RngStreams random generators)
42
43  -- 2012-06-12 Da SimGrid team <simgrid-devel@lists.gforge.inria.fr>
44  
45 SimGrid-java (1.0 (3.6) unstable; urgency=low
46
47  * Initial release.
48  * Split of every thing from simgrid v3.5 into a separate package.
49
50  -- 2011-10-05 Da SimGrid team <simgrid-devel@lists.gforge.inria.fr>