Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
mv compile-remote-worker graspe-slave
[simgrid.git] / ChangeLog
index 0b729db..6d1cccc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,9 +11,6 @@ Simplifier le d
      - pull (l'actuel du gras_stub deploy et qui dépend de wget, pas grave
        pour l'instant)
  - renomer gras-remote-worker en graspe-qqch
-Pb des contextes     
- - Maintenant que les pthreads sont dans l'archive, améliorer le test pour
-   voir si les contexts sont cassés ou non.
 
 ---------------------
 Changements à ce jour
@@ -22,7 +19,8 @@ Changements 
   Alpha 4 on the path to SimGrid 3
 
   [Arnaud]
-   - Add an implementation of the contexts using pthread
+   - Bugfix: sanitize Paje use in MSG.
+   - Portability fix: Add an implementation of the contexts using pthread
 
   [Martin]
   (misc)
@@ -33,7 +31,7 @@ Changements 
      depend on modern ones (we use lex_destroy)
    - Better separation of SG and RL in the libs: remove all simulation code
      from libgras. As a result, this lib is now only 200k when stripped.
-     Some of the xbt modules may also be dupplicated (two sets and such) and
+     Some of the xbt modules may also be duplicated (two sets and such) and
      should be cleaned/killed before SG3.
   (msg)
    - Add MSG_task_get_name. The task names are mainly for debugging purpose,