diff --git a/ChangeLog b/ChangeLog index b8731812e..2f1add0fe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2018-02-17 Alexey Kopytov + + * 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 * version 1.0.12 diff --git a/configure.ac b/configure.ac index 1bdca9322..4da007963 100644 --- a/configure.ac +++ b/configure.ac @@ -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])