Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Make Process.kill(process) an instance method, not a static one
[simgrid.git] / ChangeLog
index ba4641a..ef7fd9f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,13 @@
+SimGrid-java (3.6.1) unstable; urgency=low
+ * Make Process.kill(process) an instance method, not a static one
+ * Fix a bug around Process.kill()
+ * Add dsend and simulatedSleep to the bindings.
+
+ -- $date Da SimGrid team <simgrid-devel@lists.gforge.inria.fr>
+
 SimGrid-java (3.6) unstable; urgency=low
 
  * Initial release.
  * Split of every thing from simgrid v3.5 into a separate package.
 
- -- Da SimGrid team <simgrid-devel@lists.gforge.inria.fr>
+ -- 2011-10-05 Da SimGrid team <simgrid-devel@lists.gforge.inria.fr>