From ffcc8084f2c24b7477a8fc591565f0d3cd8d920c Mon Sep 17 00:00:00 2001 From: Alexey Kopytov Date: Fri, 17 Feb 2017 12:41:27 +0300 Subject: [PATCH] Release 1.0.2. --- ChangeLog | 7 +++++++ configure.ac | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 129e31c..321e1be 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2017-02-17 Alexey Kopytov + + * version 1.0.2 + * improved scalability for --report-checkpoints mode + * fix builds on CentoOS 6 and autoconf 2.63 + * support for Snap (http://snapcraft.io) packages + 2017-02-05 Alexey Kopytov * version 1.0.1 diff --git a/configure.ac b/configure.ac index 95330ba..e234ad1 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.1],[https://github.com/akopytov/sysbench/issues], +AC_INIT([sysbench],[1.0.2],[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