Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
V0.6.1
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 17 Aug 2004 07:22:51 +0000 (07:22 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 17 Aug 2004 07:22:51 +0000 (07:22 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@380 48e7efb5-ca39-0410-a469-dd3cf9ba447f

ChangeLog
configure.ac

index 0e12dd8..ba7d436 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-08-17 Martin Quinson
+  Version 0.6.1 (protocol not changed; ABI not changed)
+  - prealloc some buffers to speed things up
+
 2004-08-11 Martin Quinson
   Version 0.6 (protocol not changed; ABI expended)
   - The parsing macro can deal with the references, provided that you add
 2004-08-11 Martin Quinson
   Version 0.6 (protocol not changed; ABI expended)
   - The parsing macro can deal with the references, provided that you add
index 6fd6582..25786d2 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],[martin.quinson@ens-lyon.fr])
+AC_INIT([GRAS],[0.6.1],[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])