Skip to content

Commit

Permalink
Release 1.0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
akopytov committed Apr 24, 2020
1 parent ae506b0 commit ebf1c90
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
2020-04-24 Alexey Kopytov <akopytov@gmail.com>

* version 1.0.20
* build/CI/packaging: Add arm64 to Travis CI matrix (#358)
* build/CI/packaging: add Ubuntu Focal
* build/CI/packaging: remove Fedora Rawhide from CI matrix
* build/CI/packaging: fix regression tests to work with MySQL 8.0.19+
* build/CI/packaging: fix macOS builds in Travis
* build/CI/packaging: remove Ubuntu Disco (EOL)

2019-12-08 Alexey Kopytov <akopytov@gmail.com>

* version 1.0.19
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.19],[https://github.com/akopytov/sysbench/issues],
AC_INIT([sysbench],[1.0.20],[https://github.com/akopytov/sysbench/issues],
[sysbench], [https://github.com/akopytov/sysbench])
AC_CONFIG_AUX_DIR([config])

Expand Down

0 comments on commit ebf1c90

Please sign in to comment.