Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Version 0.1
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 13 Jul 2004 20:51:47 +0000 (20:51 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 13 Jul 2004 20:51:47 +0000 (20:51 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@282 48e7efb5-ca39-0410-a469-dd3cf9ba447f

ChangeLog
NEWS
configure.ac

index 1a3a27e..ac58b0e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-07-13 Martin Quinson
+  version 0.1
+  - No major issue in previous version => change versionning schema
+  - Re-enable little64 convertion test now that Abdou kindly regenerated the
+    corresponding dataset.
+  
 2004-07-11 Martin Quinson
   version 0.0.4
   - Get it working with any kind of structure (we can compute the padding
 2004-07-11 Martin Quinson
   version 0.0.4
   - Get it working with any kind of structure (we can compute the padding
diff --git a/NEWS b/NEWS
index dde6cfd..313eb40 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,7 @@
-This is a shortened version of the changelog, to let users decide to upgrade
-or not.
+This is a shortened version of the changelog.
+
+0.1 (2004-07-13)
+ - No major issue discovered, time to change the versionning schema
 
 0.0.4 (2004-07-11)
  - compute the inter-field paddings of structure correctly
 
 0.0.4 (2004-07-11)
  - compute the inter-field paddings of structure correctly
index 1e1a5f9..0fa95e8 100644 (file)
@@ -3,7 +3,7 @@
 #We need a recent ACI
 ACI_PREREQ(2003.01.16)
 
 #We need a recent ACI
 ACI_PREREQ(2003.01.16)
 
-AC_INIT([GRAS],[0.0.4],[martin.quinson@ens-lyon.fr])
+AC_INIT([GRAS],[0.1],[martin.quinson@ens-lyon.fr])
 
 
 AC_CONFIG_SRCDIR([src/include/gras.h])
 
 
 AC_CONFIG_SRCDIR([src/include/gras.h])