From: mquinson Date: Wed, 23 Feb 2005 21:17:47 +0000 (+0000) Subject: Launch 2.93 devel X-Git-Tag: v3.3~4286 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/26f401169682bc57be86b76c751c34cec12758e1 Launch 2.93 devel git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1067 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/ChangeLog b/ChangeLog index 9964dd3514..11934dcc4b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,34 @@ +SimGrid (2.93-cvs) NOT RELEASED YET; urgency=low + +--------------------------- +Tentative de TODO pour 2.93 +--------------------------- +Simplifier le déploiement RL + - Changer "make remote" en un script nommé GrasPE (Platform Expender) + - Ajouter des actions pour la disémination du code: + - scp (l'actuel dans make remote) + - rsync + - 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 +XMLeries + - Versionner le surfxml + - Tester si flexml passe avec flex-old +Pb des contextes + - gras aura besoin des pthreads un jour + => KISS et on oublie pth. A la place, on fait du context over pthread + quand les contextes locaux sont cassés + +--------------------- +Changements à ce jour +--------------------- + + Alpha 4 on the path to SimGrid 3 + + (nothing yet) + + -- SimGrid team NOT RELEASED YET + SimGrid (2.92) unstable; urgency=low Alpha 3 on the path to SimGrid 3 @@ -21,7 +52,7 @@ SimGrid (2.92) unstable; urgency=low seconds were coded as such. It leaded to damn rounding errors. - Bugfix: Hard to belive that timers ever worked before this. - -- SimGrid team Wed, 23 Feb 2005 22:09:21 +0100 + -- SimGrid team Wed, 23 Feb 2005 22:09:21 +0100 SimGrid (2.91) unstable; urgency=low diff --git a/configure.ac b/configure.ac index ae7a8e04f6..eaf32d9419 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ(2.59) # We need a recent ACI # A CI_PREREQ(2003.01.16) -AC_INIT([simgrid],[2.92],[simgrid2-users@listes.ens-lyon.fr]) +AC_INIT([simgrid],[2.93-cvs],[simgrid2-users@listes.ens-lyon.fr]) AC_CONFIG_SRCDIR([include/gras.h]) AC_CONFIG_HEADERS([src/gras_config.h])