From: pini Date: Tue, 13 Jul 2010 11:17:04 +0000 (+0000) Subject: Updated ChangeLog. X-Git-Tag: v3_5~797 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/6daa1ca76b44604c58de4434b256669f3ab8ca68?hp=46359b7d765b5f50167facf734c60f1a55a9f056 Updated ChangeLog. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8022 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/ChangeLog b/ChangeLog index 7fcaecf0ed..85a4d3e24f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,6 @@ SimGrid (3.5) unstable; urgency=low SimDag - * Change the way a task is considered as ready. Instead of removing dependencies when a task is done, a counter is decreased. This way, it is always possible to reach ancestors thanks to the @@ -23,6 +22,12 @@ SimGrid (3.5) unstable; urgency=low format. This loader and the corresponding examples require the installation of the graphviz library. + SIMIX + * Change the underlying waiting queue in semaphores so that a process + can wait on several of them simultaneously (as in waitany). + * Fix the way to handle tokens in semaphores so that all access patterns + work: {acquire, acquire_timeout, waitany} / {release, release_forever}. + XBT * New data container: setset (set of sets of elements) * New module: mmalloc (mapped malloc)