diff --git a/ChangeLog b/ChangeLog index 3ad5b5417..6e626b8dd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2019-12-08 Alexey Kopytov + + * version 1.0.18 + * build/CI/packaging: fix Ubuntu packaging for Bionic and later versions + * regression tests: compatibility fix for PostgreSQL 12 + * build/CI/packaging: fix macOs builds in Travis + * build/CI/packaging: add Fedora 31. + 2019-10-21 Alexey Kopytov * version 1.0.18 diff --git a/configure.ac b/configure.ac index aef259a8b..04e26466c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.63) -AC_INIT([sysbench],[1.0.18],[https://github.com/akopytov/sysbench/issues], +AC_INIT([sysbench],[1.0.19],[https://github.com/akopytov/sysbench/issues], [sysbench], [https://github.com/akopytov/sysbench]) AC_CONFIG_AUX_DIR([config])