From ec27fc0f4efb82147e044e7473f726666cf84e9a Mon Sep 17 00:00:00 2001 From: Alexey Kopytov Date: Tue, 3 Jul 2018 22:49:50 +0300 Subject: [PATCH] Release 1.0.15. --- ChangeLog | 16 ++++++++++++++++ configure.ac | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 05e214673..e8b7c763e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +2018-07-03 Alexey Kopytov + + * version 1.0.15 + * CI/build/packaging: add Fedora 28 + * CI/build/packaging: add Ubuntu Bionic + * CI/build/packaging: remove Fedora 26 (EOL) + * CI/build/packaging: remove Debian Wheezy (EOL) + * fileio: fix GH-229 (--file-fsync-freq=0 seems to prevent + fsync() at the end of the test) + * command line: improve parsing of boolean command line options + * tests: fix GH-220 (Testsuite api_sql_mysql.t failed ...) + * tests: fix GH-223 (test failure on ppc64) + * tests: fix opt_help.t to pass when the binary is not + configured with MySQL support + * MySQL driver: use it by default in DB benchmarks + 2018-04-01 Alexey Kopytov * version 1.0.14 diff --git a/configure.ac b/configure.ac index b841d88b8..fddd25f22 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.14],[https://github.com/akopytov/sysbench/issues], +AC_INIT([sysbench],[1.0.15],[https://github.com/akopytov/sysbench/issues], [sysbench], [https://github.com/akopytov/sysbench]) AC_CONFIG_AUX_DIR([config])