From 18b3b1d7cfca8f82e723060697941353609d6e3e Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Wed, 16 Jan 2008 19:26:42 +0100 Subject: [PATCH] barvinok 0.26 --- ChangeLog | 12 ++++++++++++ configure.in | 4 ++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index f3200ee..eba1801 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +version: 0.26 +date: Wed Jan 16 23:45:17 CET 2008 +changes: + - support computation of generating functions in barvinok_enumerate_e + - support polymake 2.3 + - support GiNaC 1.3.8 and newer + - support summation using Bernoulli formula + - add and use zsolve from 4ti2 for computing Hilbert bases of cones + - support use of piplib for solving LPs + - add polyhedron_integer_hull and polytope_minimize + - add polytope_lattice_width for computing the lattice widths of polytopes +--- version: 0.25 date: Tue Sep 11 22:02:22 CEST 2007 changes: diff --git a/configure.in b/configure.in index 7e55622..2f8414f 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ AC_INIT -AM_INIT_AUTOMAKE(barvinok, 0.25) +AM_INIT_AUTOMAKE(barvinok, 0.26) AC_PROG_CC gl_EARLY @@ -7,7 +7,7 @@ AC_PROG_CXX AM_PROG_LEX AC_PROG_YACC AC_SUBST(versioninfo) -versioninfo=15:0:2 +versioninfo=16:0:3 AC_CANONICAL_HOST AC_LIBTOOL_WIN32_DLL -- 2.11.4.GIT