From: mquinson Date: Tue, 6 Jul 2004 08:17:34 +0000 (+0000) Subject: Document last changes X-Git-Tag: v3.3~5159 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/425d9d340a6b9236522b494714940358f4cd8c7f?hp=3e6198594720a26230708e18265ad47f8788d421 Document last changes git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@187 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/changelog b/changelog index c0ed31a8f7..cf652e7e08 100644 --- a/changelog +++ b/changelog @@ -1,11 +1,12 @@ -2004-07-05 +2004-07-05 Martin Quinson + - YEAH! GRAS/SG and GRAS/RL are both able to run the ping example ! + - Plug a whole bunch of memleaks - each process now have to call gras_{init,exit}. One day, their log settings will be separated - [Transport] - - Continue the code factorisation between SG, RL and common + - Continue the code factorisation between SG, RL and common in Transport. -2004-07-04 +2004-07-04 Martin Quinson [Transport] - Redistribution between SG and RL. We wanna have to accept in SG, so move accepted related parts of RL in @@ -15,7 +16,7 @@ [gras_stub_generator] - Bug fix: Do call gras_process_init from gras_init (wasnt called in RL). -2004-07-03 +2004-07-03 Martin Quinson - Create a new log channel tbx containing dict, set, log, dynar (to shut them all up in one shot) [DataDesc] @@ -36,7 +37,7 @@ [examples/ping] - Let it work in RL (yuhu) -2004-06-21 +2004-06-21 Martin Quinson [Transport] - porting SG plugin and SG select to new standards (works almost). - plug memleaks and fix bugs around. @@ -46,11 +47,11 @@ want to handle references to objects. Test case working even for cycles. - plug memleaks. Valgrind is perfectly ok with this. -2004-06-12 +2004-06-12 Martin Quinson [Transport] - cleanup the separation between plugin and main code in plugin creation -2004-06-11 +2004-06-11 Martin Quinson [Transport] - Reput hook for raw sockets, needed for BW experiments - kill a few lines of dead code