From: mquinson Date: Mon, 6 Sep 2004 13:45:00 +0000 (+0000) Subject: release 0.6.2. The code changes (interface simplification; portability to solaris... X-Git-Tag: v3.3~4962 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/dfdbea3f7c86d077cf1007ab24aa37f6ede667ea?hp=a98259236599d9c0e3a04697e89a6d053cd06a22 release 0.6.2. The code changes (interface simplification; portability to solaris CC again) are done since 2 weeks but I forgot to commit. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@388 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/ChangeLog b/ChangeLog index ba7d4361e6..836f1f814f 100644 --- 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 diff --git a/configure.ac b/configure.ac index 25786d25ed..4b514dcb5a 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ(2.59) #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]) @@ -79,6 +79,7 @@ dnl ####[ maint mode ]####################################################### AM_MAINTAINER_MODE if test x$USE_MAINTAINER_MODE = xyes then +# enable_iso_c=yes Ouais, un autre jour GNOME_COMPILE_WARNINGS(yes) fi