Skip to content

Commit b31eb23

Browse files
committed
Release 1.0.14.
1 parent 56b473f commit b31eb23

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

ChangeLog

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
2018-04-01 Alexey Kopytov <akopytov@gmail.com>
2+
3+
* version 1.0.14
4+
* reports: fix JSON stats reporter to produce valid JSON
5+
(GH-195)
6+
* Lua SQL API: don't crash when query_row() is called with a
7+
SELECT returning empty result set
8+
* Lua SQL API: don't crash when bulk insert API calls are used
9+
out of order
10+
* regression tests: make PostgreSQL tests compatible with the
11+
new dump format introduced in 10.3
12+
* regression tests: minor stability and coverage improvements
13+
114
2018-02-17 Alexey Kopytov <akopytov@gmail.com>
215

316
* version 1.0.13

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