Skip to content

Commit

Permalink
Release 1.0.14.
Browse files Browse the repository at this point in the history
  • Loading branch information
akopytov committed Apr 1, 2018
1 parent 56b473f commit b31eb23
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
2018-04-01 Alexey Kopytov <[email protected]>

* version 1.0.14
* reports: fix JSON stats reporter to produce valid JSON
(GH-195)
* Lua SQL API: don't crash when query_row() is called with a
SELECT returning empty result set
* Lua SQL API: don't crash when bulk insert API calls are used
out of order
* regression tests: make PostgreSQL tests compatible with the
new dump format introduced in 10.3
* regression tests: minor stability and coverage improvements

2018-02-17 Alexey Kopytov <[email protected]>

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

Expand Down

0 comments on commit b31eb23

Please sign in to comment.