Skip to content

Commit

Permalink
Release 1.0.17.
Browse files Browse the repository at this point in the history
  • Loading branch information
akopytov committed Mar 15, 2019
1 parent bb69c4b commit d634bce
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
2019-03-15 Alexey Kopytov <[email protected]>

* version 1.0.17
* build/CI/packaging: update RPM spec to support RHEL8-beta
(thanks to Alexey Bychko for the patch)
* regression tests: remove unnecessary error leading to opt_rate.t instability.
* --rate mode: return a non-zero exit code on event queue
overflow.
* --rate mode: fix a bogus error about eventgen thread termination

2018-12-16 Alexey Kopytov <[email protected]>

* version 1.0.16
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ(2.63)
AC_INIT([sysbench],[1.0.16],[https://github.com/akopytov/sysbench/issues],
AC_INIT([sysbench],[1.0.17],[https://github.com/akopytov/sysbench/issues],
[sysbench], [https://github.com/akopytov/sysbench])
AC_CONFIG_AUX_DIR([config])

Expand Down

0 comments on commit d634bce

Please sign in to comment.