Release 1.0.3.

This commit is contained in:
Alexey Kopytov
2017-02-26 13:12:24 +03:00
parent b4f3d22c38
commit ca0cdffdda
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
2017-02-26 Alexey Kopytov <akopytov@gmail.com>
* version 1.0.3
* LuaJIT scalability improvements for non-x86 architectures
* performance optimizations in oltp_read_write.lua to avoid Lua
string management
* fixed Illumos builds (thanks to Dillon Amburgey)
2017-02-17 Alexey Kopytov <akopytov@gmail.com>
* version 1.0.2

View File

@ -1,7 +1,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.63)
AC_INIT([sysbench],[1.0.2],[https://github.com/akopytov/sysbench/issues],
AC_INIT([sysbench],[1.0.3],[https://github.com/akopytov/sysbench/issues],
[sysbench], [https://github.com/akopytov/sysbench])
AC_CONFIG_AUX_DIR([config])
# Setting CFLAGS here prevents AC_CANONICAL_TARGET from injecting them