X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a9cda6b9eb178b6bdc26aa2fa365091abedb8ca8..6767b7c4abfb52837bf452ef867dde18321b9da9:/ChangeLog diff --git a/ChangeLog b/ChangeLog index c055a54473..c6c01329da 100644 --- a/ChangeLog +++ b/ChangeLog @@ -9,9 +9,15 @@ SimGrid (3.10) NOT RELEASED; urgency=low Java: * Reintegrate Java to the main archive as desynchronizing these package is not acceptable anymore (Java is now considered stable) + * Add explicit synchronization facilities through semaphores * Bugfix: Task.setDataSize() only changed the C world, not the value cached in the Java world + MSG: + * Dramatically change the way files are handled. API and internals changed, but + this part of MSG was not considered as production grade either. + * Add explicit synchronization facilities through semaphores + SMPI: * SMPI is now included directly in the libsimgrid as the windows linker dont forces us on splitting it anymore.