From: mquinson Date: Wed, 29 Sep 2004 09:34:23 +0000 (+0000) Subject: document last changes X-Git-Tag: v3.3~4911 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/91e733c9d93f619938673c35c0f9479a3862fc15 document last changes git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@439 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/ChangeLog b/ChangeLog index 0c2ce27e3b..3a1cc888f4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,22 @@ -Version 0.7 (protocol not changed; API changed) +2004-09-29 Martin Quinson + - Re-enable raw sockets. + Created by gras_socket_{client,server}_ext; + Used with gras_raw_{send,recv} + + It should allow to kill the last bits of gras first version. + + This is not completely satisfactory yet (dupplicate code with + chunk_{send,recv}; a bit out of the plugin mecanism), but it should + work. + + - Simplify transport plugin interface by not passing any argument to + _server and _client, but embeeding them in the socket struct directly. + +2004-09-28 Martin Quinson + - Finish the port to AIX. + autoconf was my problem (segfault within the malloc replacement + function. No idea why) + 2004-09-16 Martin Quinson - Fix some size_t madness on 64bit architectures.