X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1f6232c64d77147f9a47e29f85dbeee71e925b0b..cbe8c21df78eb20ffd36c0bac250685f490244c5:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 9c2f595d65..a57680eb2c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,26 @@ +SimGrid-java (3.8) unstable; urgency=low + + * New module: org.simgrid.trace.Trace (SimGrid trace bindings) + Warning: all methods are visible, but only some of them are + implemented so far. Check the source (src/jtrace.c) + for further information. + * New module: org.simgrid.msg.File (SimGrid File management functions) + * New Module: org.simgrid.msg.VM (SimGrid interface to mimick IAAS clouds) + * Change the meaning of Process.restart: now restart the process from + the begining, like MSG_process_restart in C. + * Add Process.setAutoRestart: handling of process restart when failed + host comes back. + * Add Process.getProperty, Host.getProperty, Host.getProperty: allows + you to retrieve the properties of the processes/hosts + + * New context factory based on Coroutines. It mandates a modified JVM + but then, the simulations run about five times faster, and there is + no limit to the amount of processes (beside of the available memory). + SimGrid-java (3.7.1) stable; urgency=low The "Java aint got to be bloated and slow" release - + Major cleanups: * Various internal cleanups and performance improvement Simulations are expected to run up to twice faster or so