Skip to content

Commit

Permalink
Release 1.0.13.
Browse files Browse the repository at this point in the history
  • Loading branch information
akopytov committed Feb 17, 2018
1 parent 9762087 commit 0787743
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
2018-02-17 Alexey Kopytov <[email protected]>

* version 1.0.13
* remove Ubuntu Zesty from CI/build/packaging matrices (EOL)
* minor cleanups in build scripts
* improve report formatting for long latency values
* fileio: --file-extra-flags now accepts a list of flags rather
than just a single value
* OLTP: re-prepare prepared statements after reconnects, i.e. in
cases when a server connection is lost and sysbench is
configured to ignore such errors

2018-01-17 Alexey Kopytov <[email protected]>

* version 1.0.12
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ(2.63)
AC_INIT([sysbench],[1.0.12],[https://github.com/akopytov/sysbench/issues],
AC_INIT([sysbench],[1.0.13],[https://github.com/akopytov/sysbench/issues],
[sysbench], [https://github.com/akopytov/sysbench])
AC_CONFIG_AUX_DIR([config])

Expand Down

0 comments on commit 0787743

Please sign in to comment.