Skip to content

Commit 69214e2

Browse files
committed
Release 1.0.8.
1 parent 8e5ad1e commit 69214e2

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

ChangeLog

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
2017-07-04 Alexey Kopytov <[email protected]>
2+
3+
* version 1.0.8
4+
* fixed api_report test for slow machines (thanks to @jcfp)
5+
* fileio: suggest to run prepare step on missing files (thanks
6+
to Heinrich Schuchardt)
7+
* JSON reports: removed an erroneous trailing comma (GH-139)
8+
* added events per second to the CPU benchmark report (GH-140)
9+
* fixed db_connect() in legacy SQL API to use the default value
10+
for --db-driver (GH-146)
11+
* removed busy-wait in the bounded event generation mode
12+
(--rate) to avoid CPU hogging
13+
114
2017-05-15 Alexey Kopytov <[email protected]>
215

316
* version 1.0.7

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.7],[https://github.com/akopytov/sysbench/issues],
4+
AC_INIT([sysbench],[1.0.8],[https://github.com/akopytov/sysbench/issues],
55
[sysbench], [https://github.com/akopytov/sysbench])
66
AC_CONFIG_AUX_DIR([config])
77
# Setting CFLAGS here prevents AC_CANONICAL_TARGET from injecting them

0 commit comments

Comments
 (0)