X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/edba2fa1e3d17eb5400a31cdf1a600bfe56fd210..b24785fcd7ab626fed452239300b2fc1bc99433e:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 414854bb08..9f4e141880 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +SimGrid-java (3.8) unstable; urgency=low + + * Introduce org.simgrid.trace.Trace (partial implementation of JAVA bindings + for the TRACE API). + Although all TRACE methods appear in the Trace class, please not that only + few of thems are really implemented at the JNI level (see ./src/jtrace.c + for further information). + SimGrid-java (3.6.1) unstable; urgency=low * Introduce msg.simgrid.Mutex, exporting simgrid mutex to Java. @@ -5,8 +13,11 @@ SimGrid-java (3.6.1) unstable; urgency=low as sufficiently prevalent for us to not dupplicate its features. * Make Process.kill(process) an instance method, not a static one * Fix a bug around Process.kill() - * Add dsend and simulatedSleep to the bindings. - + * Add the asynchronous API to the bindings. + * Add "sleep" in Process with Thread-like syntax/use. + * Change the way the Process are created in ApplicationHandler: a full +constructor is now needed for your child classes. + * Change the way Process are created: Process are no longer a Thread subclass. -- $date Da SimGrid team SimGrid-java (3.6) unstable; urgency=low