isl 0.10 isl-0.10
authorSven Verdoolaege <skimo@kotnet.org>
Sun, 3 Jun 2012 13:47:09 +0000 (15:47 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Sun, 3 Jun 2012 16:00:26 +0000 (18:00 +0200)
Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
ChangeLog
configure.ac

index 7aeee97..751e4fb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+version: 0.10
+date: Sun Jun  3 18:00:16 CEST 2012
+changes:
+       - support for interaction with dependence analysis
+       - add public API for vectors
+       - improved support for (piecewise) multi quasi-affine expressions
+       - various minor bug fixes
+---
 version: 0.09
 date: Sat Dec 17 18:19:26 CET 2011
 changes:
@@ -69,4 +77,8 @@ changes:
        - fix several hard to trigger bugs
        - improved argument parsing
        - support parametric vertex enumeration for barvinok
+---
+version: 0.08
+date: Fri Oct 21 12:36:20 CEST 2011
+changes:
        - optionally use Bernstein expansion to compute bounds
index b5b8b00..f84ee54 100644 (file)
@@ -1,10 +1,10 @@
-AC_INIT([isl], [0.09], [isl-development@googlegroups.com])
+AC_INIT([isl], [0.10], [isl-development@googlegroups.com])
 AC_CONFIG_AUX_DIR([.])
 AC_CONFIG_MACRO_DIR([m4])
 AM_INIT_AUTOMAKE([foreign])
 m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
 AC_SUBST(versioninfo)
-versioninfo=9:0:0
+versioninfo=10:0:0
 
 AC_PROG_CC
 AC_PROG_CXX