Skip to content

Commit 75ad51a

Browse files
committed
Release 1.0.4.
1 parent d2bc5d5 commit 75ad51a

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

ChangeLog

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
2017-03-13 Alexey Kopytov <[email protected]>
2+
3+
* version 1.0.4
4+
* fixed a number of compilation errors and warnings that were
5+
specific to 32-bit platforms
6+
* bundle cram (regression tests framework) and use it by default
7+
in 'make test'
8+
* bundled ConcurrencyKit updated to 0.6.0
9+
110
2017-02-26 Alexey Kopytov <[email protected]>
211

312
* version 1.0.3

Makefile.am

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright (C) 2004 MySQL AB
2-
# Copyright (C) 2004-2016 Alexey Kopytov <[email protected]>
2+
# Copyright (C) 2004-2017 Alexey Kopytov <[email protected]>
33
#
44
# This program is free software; you can redistribute it and/or modify
55
# it under the terms of the GNU General Public License as published by
@@ -31,5 +31,8 @@ SUBDIRS = doc $(LUAJIT_DIR) $(CK_DIR) src tests
3131
EXTRA_DIST = autogen.sh README.md README-WIN.txt README-Oracle.md ChangeLog \
3232
snap/snapcraft.yaml.in third_party/cram
3333

34+
dist-hook:
35+
$(MAKE) -C $(distdir)/third_party/cram clean
36+
3437
test:
3538
cd tests && $(MAKE) test

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