Logo AND Algorithmique Numérique Distribuée

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