Skip to content

Commit ca0cdff

Browse files
committed
Release 1.0.3.
1 parent b4f3d22 commit ca0cdff

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+
2017-02-26 Alexey Kopytov <[email protected]>
2+
3+
* version 1.0.3
4+
* LuaJIT scalability improvements for non-x86 architectures
5+
* performance optimizations in oltp_read_write.lua to avoid Lua
6+
string management
7+
* fixed Illumos builds (thanks to Dillon Amburgey)
8+
19
2017-02-17 Alexey Kopytov <[email protected]>
210

311
* version 1.0.2

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.2],[https://github.com/akopytov/sysbench/issues],
4+
AC_INIT([sysbench],[1.0.3],[https://github.com/akopytov/sysbench/issues],
55
[sysbench], [https://github.com/akopytov/sysbench])
66
AC_CONFIG_AUX_DIR([config])
77
# Setting CFLAGS here prevents AC_CANONICAL_TARGET from injecting them

0 commit comments

Comments
 (0)