Skip to content

Commit

Permalink
Release 1.0.11.
Browse files Browse the repository at this point in the history
  • Loading branch information
akopytov committed Dec 9, 2017
1 parent b9ba4c0 commit 6a8770c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
2017-12-09 Alexey Kopytov <akopytov@gmail.com>

* 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 <akopytov@gmail.com>

* version 1.0.10
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.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
Expand Down

0 comments on commit 6a8770c

Please sign in to comment.