From 6a8770c4b516051eaa2d1f97465b91099a52f9e7 Mon Sep 17 00:00:00 2001 From: Alexey Kopytov Date: Sat, 9 Dec 2017 20:05:59 +0300 Subject: [PATCH] Release 1.0.11. --- ChangeLog | 14 ++++++++++++++ configure.ac | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ed10fceb1..df05a9598 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2017-12-09 Alexey Kopytov + + * version 1.0.11 + * add Debian Stretch to CI/build/packaging matrices + * add Fedora 27 to CI/build/packaging matrices + * make statistic counters usable from Lua scripts + * fix the PostgreSQL driver to be compatible with CockroachDB + (GH-180) + * fix oltp_insert.lua to work correctly when both --tables and + --threads are greater than 1 (GH-178) + * fix FreeBSD builds by adding -rdynamic to the default linker + flags (GH-174) + * minor documentation updates + 2017-10-25 Alexey Kopytov * version 1.0.10 diff --git a/configure.ac b/configure.ac index 59c46cb33..eb4a7722a 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.10],[https://github.com/akopytov/sysbench/issues], +AC_INIT([sysbench],[1.0.11],[https://github.com/akopytov/sysbench/issues], [sysbench], [https://github.com/akopytov/sysbench]) AC_CONFIG_AUX_DIR([config]) # Setting CFLAGS here prevents AC_CANONICAL_TARGET from injecting them