Skip to content

Commit 0787743

Browse files
committed
Release 1.0.13.
1 parent 9762087 commit 0787743

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

ChangeLog

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
2018-02-17 Alexey Kopytov <akopytov@gmail.com>
2+
3+
* version 1.0.13
4+
* remove Ubuntu Zesty from CI/build/packaging matrices (EOL)
5+
* minor cleanups in build scripts
6+
* improve report formatting for long latency values
7+
* fileio: --file-extra-flags now accepts a list of flags rather
8+
than just a single value
9+
* OLTP: re-prepare prepared statements after reconnects, i.e. in
10+
cases when a server connection is lost and sysbench is
11+
configured to ignore such errors
12+
113
2018-01-17 Alexey Kopytov <akopytov@gmail.com>
214

315
* version 1.0.12

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