Skip to content

Commit 0fa0601

Browse files
committed
Release 1.0.16.
1 parent 87cc538 commit 0fa0601

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

ChangeLog

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
2018-12-16 Alexey Kopytov <akopytov@gmail.com>
2+
3+
* version 1.0.16
4+
* build/CI/packaging: add Ubuntu Cosmic.
5+
* build/CI/packaging: add Fedora 29.
6+
* build/CI/packaging: remove Fedora 27 (EOL).
7+
* SQL API: fix GH-282 (Mysql's fetch_row() is broken)
8+
* --rate mode: fix latency stats skew on low rates
9+
* Lua: Add /usr/share/lua/5.1 to LUA_PATH and /usr/lib/lua/5.1
10+
to LUA_CPATH.
11+
* build/CI/packaging: add -Wvla to default compiler flags.
12+
* build/CI/packaging: fix debian/changelog format
13+
* build/CI/packaging: fix buildpack.sh to not push multiple file
14+
types to packagecloud.
15+
* build/CI/packaging: add libaio-dev to Debian/Ubuntu build
16+
dependencies.
17+
118
2018-07-03 Alexey Kopytov <akopytov@gmail.com>
219

320
* version 1.0.15

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Process this file with autoconf to produce a configure script.
22

33
AC_PREREQ(2.63)
4-
AC_INIT([sysbench],[1.0.15],[https://github.com/akopytov/sysbench/issues],
4+
AC_INIT([sysbench],[1.0.16],[https://github.com/akopytov/sysbench/issues],
55
[sysbench], [https://github.com/akopytov/sysbench])
66
AC_CONFIG_AUX_DIR([config])
77

0 commit comments

Comments
 (0)