From: mquinson Date: Thu, 8 Jul 2004 06:15:56 +0000 (+0000) Subject: document last changes X-Git-Tag: v3.3~5113 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/0cadd848ea89e7692dfeb713275ce1d62b44a697?hp=8acc63e30703bdaa6342712051e76e89a446df47 document last changes git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@233 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/changelog b/changelog index cf652e7e08..946d12e76a 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,19 @@ +2004-07-07 Martin Quinson + Let's say it's version 0.0.2 ;) + - Implement conversions (yuhu!) + - Let it work on solaris (beside conversion, of course) + - Stupid me, using rand() to generate the conversion datatests in not wise. + +2004-07-06 Martin Quinson + - Let make dist work, since I'm gonna need it to compile on remote hosts + - Let Tests/datadesc_usage write the architecture on which the file was + generated as first byte. + - Add PowerPC (being also IRIX64), SPARC (also power4) and ALPHA + architecture descriptions. + - Add datadesc_usage.{i386,ppc,sparc} files being the result of execution + on those architectures. + - Optimization: send/recv array of scalar in one shoot + 2004-07-05 Martin Quinson - YEAH! GRAS/SG and GRAS/RL are both able to run the ping example !