diff --git a/ChangeLog b/ChangeLog index 2f1add0fe..05e214673 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2018-04-01 Alexey Kopytov + + * 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 * version 1.0.13 diff --git a/configure.ac b/configure.ac index 4da007963..b841d88b8 100644 --- a/configure.ac +++ b/configure.ac @@ -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])