Skip to content

Commit ec27fc0

Browse files
committed
Release 1.0.15.
1 parent 225edae commit ec27fc0

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

ChangeLog

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
2018-07-03 Alexey Kopytov <akopytov@gmail.com>
2+
3+
* version 1.0.15
4+
* CI/build/packaging: add Fedora 28
5+
* CI/build/packaging: add Ubuntu Bionic
6+
* CI/build/packaging: remove Fedora 26 (EOL)
7+
* CI/build/packaging: remove Debian Wheezy (EOL)
8+
* fileio: fix GH-229 (--file-fsync-freq=0 seems to prevent
9+
fsync() at the end of the test)
10+
* command line: improve parsing of boolean command line options
11+
* tests: fix GH-220 (Testsuite api_sql_mysql.t failed ...)
12+
* tests: fix GH-223 (test failure on ppc64)
13+
* tests: fix opt_help.t to pass when the binary is not
14+
configured with MySQL support
15+
* MySQL driver: use it by default in DB benchmarks
16+
117
2018-04-01 Alexey Kopytov <akopytov@gmail.com>
218

319
* version 1.0.14

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Process this file with autoconf to produce a configure script.
22

33
AC_PREREQ(2.63)
4-
AC_INIT([sysbench],[1.0.14],[https://github.com/akopytov/sysbench/issues],
4+
AC_INIT([sysbench],[1.0.15],[https://github.com/akopytov/sysbench/issues],
55
[sysbench], [https://github.com/akopytov/sysbench])
66
AC_CONFIG_AUX_DIR([config])
77

0 commit comments

Comments
 (0)