X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/954f038683247f1e21f94c45ad2f449ffb83b1e5..cf720a7646091413c4e7dd81ee640c1d93bd1fcc:/ChangeLog diff --git a/ChangeLog b/ChangeLog index f89a88594b..ba12009afb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ SimGrid (3.3.5-svn) unstable; urgency=low + The "C spoken, se habla Java, Ruby 話せます, fala-se Lua" release. + Java Bindings: Various Cleanups * Remove put/get: no need to export deprecated interface in Java Use send/receive instead. @@ -25,8 +27,13 @@ SimGrid (3.3.5-svn) unstable; urgency=low and call MSG_action_trace_run(NULL) You can still have one merged file for each processes. * Kill the MSG_paje_output() function. It's a noop since 2 years. + * Kill MSG_WARNING and MSG_FATAL return codes: they were not used + anywere in source. SIMIX: * add a SIMIX_sem_get_capacity() function + SMPI: + * Implement MPI_Get_count, MPI_MAXLOC, MPI_MINLOC + -- Da SimGrid team