diff --git a/ChangeLog b/ChangeLog index 1c9e517a5..3ad5b5417 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2019-10-21 Alexey Kopytov + + * version 1.0.18 + * build/CI/packaging: add Ubuntu Eoan. + * build/CI/packaging: remove Ubuntu Cosmic (EOL). + * build/CI/packaging: add CentOS 8. + * build/CI/packaging: add Ubuntu Disco. + * build/CI/packaging: remove Ubuntu Trusty (EOL). + * build/CI/packaging: remove Fedora 28 (EOL). + * build/CI/packaging: add Fedora 30. + * build/CI/packaging: cherry-pick fix for LuaJIT/LuaJIT#484 to + fix builds on macOS Mojave. + * build/CI/packaging: add Debian Buster + 2019-03-15 Alexey Kopytov * version 1.0.17 diff --git a/configure.ac b/configure.ac index ff8ffb296..aef259a8b 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.17],[https://github.com/akopytov/sysbench/issues], +AC_INIT([sysbench],[1.0.18],[https://github.com/akopytov/sysbench/issues], [sysbench], [https://github.com/akopytov/sysbench]) AC_CONFIG_AUX_DIR([config])