Skip to content

Commit ab7d582

Browse files
committed
Release 1.0.18.
1 parent 4cce5eb commit ab7d582

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

ChangeLog

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
2019-10-21 Alexey Kopytov <akopytov@gmail.com>
2+
3+
* version 1.0.18
4+
* build/CI/packaging: add Ubuntu Eoan.
5+
* build/CI/packaging: remove Ubuntu Cosmic (EOL).
6+
* build/CI/packaging: add CentOS 8.
7+
* build/CI/packaging: add Ubuntu Disco.
8+
* build/CI/packaging: remove Ubuntu Trusty (EOL).
9+
* build/CI/packaging: remove Fedora 28 (EOL).
10+
* build/CI/packaging: add Fedora 30.
11+
* build/CI/packaging: cherry-pick fix for LuaJIT/LuaJIT#484 to
12+
fix builds on macOS Mojave.
13+
* build/CI/packaging: add Debian Buster
14+
115
2019-03-15 Alexey Kopytov <akopytov@gmail.com>
216

317
* version 1.0.17

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.17],[https://github.com/akopytov/sysbench/issues],
4+
AC_INIT([sysbench],[1.0.18],[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)