Skip to content

Commit d634bce

Browse files
committed
Release 1.0.17.
1 parent bb69c4b commit d634bce

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

ChangeLog

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
2019-03-15 Alexey Kopytov <akopytov@gmail.com>
2+
3+
* version 1.0.17
4+
* build/CI/packaging: update RPM spec to support RHEL8-beta
5+
(thanks to Alexey Bychko for the patch)
6+
* regression tests: remove unnecessary error leading to opt_rate.t instability.
7+
* --rate mode: return a non-zero exit code on event queue
8+
overflow.
9+
* --rate mode: fix a bogus error about eventgen thread termination
10+
111
2018-12-16 Alexey Kopytov <akopytov@gmail.com>
212

313
* version 1.0.16

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.16],[https://github.com/akopytov/sysbench/issues],
4+
AC_INIT([sysbench],[1.0.17],[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)