Skip to content

Commit ebf1c90

Browse files
committed
Release 1.0.20
1 parent ae506b0 commit ebf1c90

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

ChangeLog

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
2020-04-24 Alexey Kopytov <[email protected]>
2+
3+
* version 1.0.20
4+
* build/CI/packaging: Add arm64 to Travis CI matrix (#358)
5+
* build/CI/packaging: add Ubuntu Focal
6+
* build/CI/packaging: remove Fedora Rawhide from CI matrix
7+
* build/CI/packaging: fix regression tests to work with MySQL 8.0.19+
8+
* build/CI/packaging: fix macOS builds in Travis
9+
* build/CI/packaging: remove Ubuntu Disco (EOL)
10+
111
2019-12-08 Alexey Kopytov <[email protected]>
212

313
* version 1.0.19

configure.ac

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