From 76a82009ad7aaaadaed36ace4f82c3fe831eda59 Mon Sep 17 00:00:00 2001 From: Luke Dashjr Date: Sun, 8 Feb 2015 06:22:55 +0000 Subject: [PATCH 1/3] Bump versions for 0.4.2 --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index cf3988e..3c9a45a 100644 --- a/configure.ac +++ b/configure.ac @@ -5,7 +5,7 @@ dnl * under the terms of the standard MIT license. See COPYING for more details AC_INIT( [libblkmaker], - [0.4.1], + [0.4.2], [luke_libblkmaker@dashjr.org], [libblkmaker], [http://gitorious.org/bitcoin/libblkmaker]) @@ -19,7 +19,7 @@ m4_ifdef([AM_PROG_AR], [AM_PROG_AR]) LT_INIT([disable-static]) # http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html -AC_SUBST([LIBBLKMAKER_SO_VERSION], [5:1:5]) +AC_SUBST([LIBBLKMAKER_SO_VERSION], [5:2:5]) AC_SUBST([LIBBLKMAKER_API_VERSION], [0.1]) AC_CONFIG_FILES([Makefile From 5c535ed09234c02e8ea71a436e639ed356a7b380 Mon Sep 17 00:00:00 2001 From: Luke Dashjr Date: Mon, 9 Nov 2015 05:32:40 +0000 Subject: [PATCH 2/3] Support for BIP65 version 4 blocks --- blkmaker.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blkmaker.h b/blkmaker.h index d78757d..4c2a7d6 100644 --- a/blkmaker.h +++ b/blkmaker.h @@ -8,7 +8,7 @@ #include #define BLKMAKER_VERSION (5L) -#define BLKMAKER_MAX_BLOCK_VERSION (3) +#define BLKMAKER_MAX_BLOCK_VERSION (4) extern bool (*blkmk_sha256_impl)(void *hash_out, const void *data, size_t datasz); From 1fe058443f48996a7b976647abfdc564eabc972f Mon Sep 17 00:00:00 2001 From: Luke Dashjr Date: Mon, 9 Nov 2015 05:33:41 +0000 Subject: [PATCH 3/3] Bump versions for 0.4.3 --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 3c9a45a..20d782d 100644 --- a/configure.ac +++ b/configure.ac @@ -5,7 +5,7 @@ dnl * under the terms of the standard MIT license. See COPYING for more details AC_INIT( [libblkmaker], - [0.4.2], + [0.4.3], [luke_libblkmaker@dashjr.org], [libblkmaker], [http://gitorious.org/bitcoin/libblkmaker]) @@ -19,7 +19,7 @@ m4_ifdef([AM_PROG_AR], [AM_PROG_AR]) LT_INIT([disable-static]) # http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html -AC_SUBST([LIBBLKMAKER_SO_VERSION], [5:2:5]) +AC_SUBST([LIBBLKMAKER_SO_VERSION], [5:3:5]) AC_SUBST([LIBBLKMAKER_API_VERSION], [0.1]) AC_CONFIG_FILES([Makefile