From ad88e35f54a115b91c1b7ede54159be8de64eb0e Mon Sep 17 00:00:00 2001 From: pooler Date: Wed, 10 Jul 2013 15:49:50 +0200 Subject: [PATCH] Version 2.3.2 --- NEWS | 6 ++++++ configure.ac | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 69d6c81..f9abc5a 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +Version 2.3.2 - Jul 10, 2013 + +- Add optimizations for AVX2-capable x86-64 processors +- Ensure that the output stream is flushed after every log message +- Fix an undefined-behavior bug in the Stratum code + Version 2.3.1 - Jun 18, 2013 - Add a --cert option for specifying an SSL certificate (martinwguy) diff --git a/configure.ac b/configure.ac index 6663ae0..ee23643 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([cpuminer], [2.3.1]) +AC_INIT([cpuminer], [2.3.2]) AC_PREREQ([2.59c]) AC_CANONICAL_SYSTEM