Skip to content

Commit 6a8770c

Browse files
committed
Release 1.0.11.
1 parent b9ba4c0 commit 6a8770c

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

ChangeLog

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
2017-12-09 Alexey Kopytov <akopytov@gmail.com>
2+
3+
* version 1.0.11
4+
* add Debian Stretch to CI/build/packaging matrices
5+
* add Fedora 27 to CI/build/packaging matrices
6+
* make statistic counters usable from Lua scripts
7+
* fix the PostgreSQL driver to be compatible with CockroachDB
8+
(GH-180)
9+
* fix oltp_insert.lua to work correctly when both --tables and
10+
--threads are greater than 1 (GH-178)
11+
* fix FreeBSD builds by adding -rdynamic to the default linker
12+
flags (GH-174)
13+
* minor documentation updates
14+
115
2017-10-25 Alexey Kopytov <akopytov@gmail.com>
216

317
* version 1.0.10

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