Skip to content

Commit c1c0df8

Browse files
committed
Release 1.0.10.
1 parent e3ef9b6 commit c1c0df8

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+
2017-10-25 Alexey Kopytov <[email protected]>
2+
3+
* version 1.0.10
4+
* fixed PK conflicts in oltp_insert.lua by creating empty tables
5+
on 'prepare'
6+
* made sysbench.opt available to init()/done() by exporting it
7+
to the global Lua state
8+
* added Fedora 26 (both x86_64 and AArch64) to the list of
9+
supported and tested distributions
10+
* fixed GH-172: sysbench 1.0.9 doesn't build with mariadb 10.2.8
11+
* add the /usr/local LuaRocks root directory to default LUA_PATH
12+
and LUA_CPATH
13+
* removed Fedora 24, Ubuntu Precise, Yakkety from default build
14+
matrices
15+
* added Ubuntu Artful to default build matrices
16+
117
2017-09-05 Alexey Kopytov <[email protected]>
218

319
* version 1.0.9

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