Skip to content

Commit 8a4d96d

Browse files
committed
Release 1.0.19
1 parent 69980c0 commit 8a4d96d

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

ChangeLog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
2019-12-08 Alexey Kopytov <akopytov@gmail.com>
2+
3+
* version 1.0.18
4+
* build/CI/packaging: fix Ubuntu packaging for Bionic and later versions
5+
* regression tests: compatibility fix for PostgreSQL 12
6+
* build/CI/packaging: fix macOs builds in Travis
7+
* build/CI/packaging: add Fedora 31.
8+
19
2019-10-21 Alexey Kopytov <akopytov@gmail.com>
210

311
* version 1.0.18

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