isl 0.03 isl-0.03
authorSven Verdoolaege <skimo@kotnet.org>
Tue, 29 Jun 2010 10:37:38 +0000 (12:37 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Tue, 29 Jun 2010 11:17:01 +0000 (13:17 +0200)
ChangeLog [new file with mode: 0644]
configure.ac

diff --git a/ChangeLog b/ChangeLog
new file mode 100644 (file)
index 0000000..6322d06
--- /dev/null
+++ b/ChangeLog
@@ -0,0 +1,11 @@
+version: 0.03
+date: Tue Jun 29 13:16:46 CEST 2010
+changes:
+       - new printing functions
+       - support for "may" accesses in dependence analysis
+       - improved coalescing
+       - improved transitive closure
+       - fix several hard to trigger bugs
+       - improved argument parsing
+       - support parametric vertex enumeration for barvinok
+       - optionally use Bernstein expansion to compute bounds
index d3cc586..7d5e0cf 100644 (file)
@@ -1,9 +1,9 @@
 AC_INIT
 AC_CONFIG_AUX_DIR([.])
 AC_CONFIG_MACRO_DIR([m4])
-AM_INIT_AUTOMAKE(isl, 0.02)
+AM_INIT_AUTOMAKE(isl, 0.03)
 AC_SUBST(versioninfo)
-versioninfo=2:0:0
+versioninfo=3:0:0
 
 AC_PROG_CC