From: Martin Quinson Date: Tue, 24 May 2011 14:02:11 +0000 (+0200) Subject: Java and Ruby were killed away X-Git-Tag: v3_6_rc3~15 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/d9a2f7e32d683c069837ef3ba6c12c371dcfadce Java and Ruby were killed away --- diff --git a/ChangeLog b/ChangeLog index 769705013c..9255ae05fd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,16 @@ SimGrid (3.6) unstable; urgency=low + Java and Ruby: + * Bindings now constitute their own package, separated from the main one. + Rational: reduce our maintainance nightmare by reducing the module coupling. + They will soon be released on their own on gforge. In the meanwhile: + svn co svn://scm.gforge.inria.fr/svn/simgrid/contrib/trunk/simgrid-java + svn co svn://scm.gforge.inria.fr/svn/simgrid/contrib/trunk/simgrid-ruby + + GRAS: It is not considered as stable anymore, but experimental. Sorry. + * It's not quite deprecated for now because we have no replacement, + but it may soon become the case. + MSG * New function MSG_comm_get_status(). MSG_comm_test() and MSG_comm_testany() only say if a communication is finished, no matter whether it succeeded or diff --git a/NEWS b/NEWS index ce9978cc37..c116c3ab80 100644 --- a/NEWS +++ b/NEWS @@ -10,6 +10,7 @@ The "F*! They Killed Kenny!" version. Major changes: * Java and Ruby bindings were removed from the main archive - They are now distributed separately + * GRAS is not considered as stable anymore, but experimental. Sorry. * First support for parallel simulation: - Can run the user code of any simulation in parallel. - Basic support for multi-cores hosts in platform files