Skip to content

Commit 07e02e9

Browse files
committed
Release 1.0.12.
1 parent a60b0ea commit 07e02e9

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

ChangeLog

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
2018-01-17 Alexey Kopytov <akopytov@gmail.com>
2+
3+
* version 1.0.12
4+
* improve --rate mode precision for high argument values
5+
* add Fedora Rawhide and Debian Sid to CI matrix
6+
* fix compile-time architecture detection for some Broadwell
7+
CPUs which were incorrectly identified as Core 2.
8+
* remove build dependency on xxd (and vim-minimal package)
9+
* fix Lua API to correctly stop the benchmark when event()
10+
returns a value other than nil or false (thanks to caojiafeng
11+
for the patch)
12+
* fix the fileio benchmark when the specified file size is not a
13+
multiple of block size
14+
* fix the fileio benchmark to throw a descriptive error when the
15+
specified file size does not match the size of files created by
16+
'prepare'
17+
* remove Fedora 25 from CI/build/packaging matrices (EOL)
18+
* minor improvements in tests and documentation.
19+
120
2017-12-09 Alexey Kopytov <akopytov@gmail.com>
221

322
* version 1.0.11

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