From 0bd7637562bdc1cae73d541e38363597345033dd Mon Sep 17 00:00:00 2001 From: mquinson Date: Tue, 28 Apr 2009 10:15:32 +0000 Subject: [PATCH] Initiate the 3.4 development cycle git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6267 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- ChangeLog | 15 +++++++++++++++ configure.ac | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 4a02259bab..699d76df4c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +SimGrid (3.4-svn) unstable; urgency=high + + OVERALL CHANGES: + * Also include strbuff from xbt.h public header + + GRAS: + * fix a bug on struct sizeof computation, which prevented the + exchange of arrays of structs in some conditions + + SIMIX: + * Add SIMIX_process_set_name() to change the name of the current + process in the log messages. + + -- Da SimGrid team Sun Apr 12 05:20:36 CEST 2009 + SimGrid (3.3) stable; urgency=high OVERALL CHANGES: diff --git a/configure.ac b/configure.ac index deaf997d18..31f5429475 100644 --- a/configure.ac +++ b/configure.ac @@ -9,7 +9,7 @@ dnl GNU LGPL (v2.1) licence. ## AC_PREREQ(2.59) -AC_INIT([simgrid],[3.3],[simgrid-devel@lists.gforge.inria.fr]) +AC_INIT([simgrid],[3.4-svn],[simgrid-devel@lists.gforge.inria.fr]) AC_CONFIG_SRCDIR([include/gras.h]) AC_CONFIG_HEADERS([src/gras_config.h]) # A CI_PREREQ(2003.01.16) # We need a recent ACI when having sub-modules -- 2.20.1