Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
release 0.6.2. The code changes (interface simplification; portability to solaris...
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Mon, 6 Sep 2004 13:45:00 +0000 (13:45 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Mon, 6 Sep 2004 13:45:00 +0000 (13:45 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@388 48e7efb5-ca39-0410-a469-dd3cf9ba447f

ChangeLog
configure.ac

index ba7d436..836f1f8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2004-08-18 Martin Quinson
+  Version 0.6.2 (protocol not changed; API changed)
+  - Interface cleanup: gras_msgtype_by_name returns the type (instead of a
+     gras_error_t), and NULL when not found. Functions expecting a msgtype
+     as argument (msg_wait; msg_send) deal with NULL argument by providing a
+     hopefully usefull message.
+  - Portability to prehistoric sparcs again
+
 2004-08-17 Martin Quinson
   Version 0.6.1 (protocol not changed; ABI not changed)
   - prealloc some buffers to speed things up
 2004-08-17 Martin Quinson
   Version 0.6.1 (protocol not changed; ABI not changed)
   - prealloc some buffers to speed things up
index 25786d2..4b514dc 100644 (file)
@@ -3,7 +3,7 @@ AC_PREREQ(2.59)
 #We need a recent ACI
 ACI_PREREQ(2003.01.16)
 
 #We need a recent ACI
 ACI_PREREQ(2003.01.16)
 
-AC_INIT([GRAS],[0.6.1],[martin.quinson@ens-lyon.fr])
+AC_INIT([GRAS],[0.6.2],[martin.quinson@ens-lyon.fr])
 AC_CONFIG_SRCDIR([src/include/gras.h])
 AC_CONFIG_HEADERS([src/gras_config.h])
 
 AC_CONFIG_SRCDIR([src/include/gras.h])
 AC_CONFIG_HEADERS([src/gras_config.h])
 
@@ -79,6 +79,7 @@ dnl ####[ maint mode ]#######################################################
 AM_MAINTAINER_MODE
 if test x$USE_MAINTAINER_MODE = xyes 
 then
 AM_MAINTAINER_MODE
 if test x$USE_MAINTAINER_MODE = xyes 
 then
+#   enable_iso_c=yes                 Ouais, un autre jour
    GNOME_COMPILE_WARNINGS(yes)
 fi
 
    GNOME_COMPILE_WARNINGS(yes)
 fi