Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update the ChangeLog with Traces stuf + CMakeLists.txt modifs - Adrien
[simgrid.git] / ChangeLog
index 414854b..9f4e141 100644 (file)
--- 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-devel@lists.gforge.inria.fr>
 
 SimGrid-java (3.6) unstable; urgency=low