Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Updated ChangeLog.
authorpini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 13 Jul 2010 11:17:04 +0000 (11:17 +0000)
committerpini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 13 Jul 2010 11:17:04 +0000 (11:17 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8022 48e7efb5-ca39-0410-a469-dd3cf9ba447f

ChangeLog

index 7fcaecf..85a4d3e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,6 @@
 SimGrid (3.5) unstable; urgency=low
 
  SimDag
 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 
  * 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.
  
    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)
  XBT
  * New data container: setset (set of sets of elements)
  * New module: mmalloc (mapped malloc)