From 4515c0e32a3eadfac8a402d572ae85173580d354 Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Tue, 31 Oct 2006 23:20:24 +0100 Subject: [PATCH] bump version --- ChangeLog | 22 +++++++++++++++++++++- configure.in | 4 ++-- 2 files changed, 23 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index b2c8fc0..bd326d3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,23 @@ +version: 0.22 +date: Tue Oct 31 23:15:15 CET 2006 +changes: + - include bernstein library with interface to barvinok and occ + - some occ clean-ups + - barvinok_count now only returns -1 for unbounded polyhedra with integer points + - preliminary implementation of projection via neighborhood complexes + - implement generalized basis reduction + - add polyhedron_sample + - add polytope_scan + - add lexmin + - some internal reorganization + - some gen_fun clean-ups and optimizations + - plug some memory leaks + - fix some corner cases + - shared libraries are no longer built by default + - introduce barvinok_options to pass to functions instead of just MaxRays + - use same LLL reduction parameter that LattE uses + - add some documentation +--- version: 0.21 date: Thu Jun 22 20:49:11 CEST 2006 changes: @@ -142,7 +162,7 @@ changes: version: 0.06 changes: - remove part of Kristof's Ehrhart manipulation code - - partial support for modulo respresentation + - partial support for modulo representation - support cvs version of PolyLib --- version: 0.05 diff --git a/configure.in b/configure.in index 6024e3c..e7c99eb 100644 --- a/configure.in +++ b/configure.in @@ -1,10 +1,10 @@ AC_INIT -AM_INIT_AUTOMAKE(barvinok, 0.21) +AM_INIT_AUTOMAKE(barvinok, 0.22) AC_PROG_CXX AM_PROG_LEX AC_PROG_YACC AC_SUBST(versioninfo) -versioninfo=11:1:1 +versioninfo=12:0:0 AC_CANONICAL_HOST AC_LIBTOOL_WIN32_DLL -- 2.11.4.GIT