From 3c78575e0f44b4a991d1d0b5e1ec66252a657e89 Mon Sep 17 00:00:00 2001 From: pooler Date: Wed, 7 Mar 2012 17:31:55 +0100 Subject: [PATCH] Version 2.1.5 --- NEWS | 7 +++++++ configure.ac | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index d9aced5..3b81f09 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +Version 2.1.5 - Mar 7, 2012 + +- Add optimizations for AVX-capable x86-64 processors +- Assume HTTP if no protocol is specified for the mining server +- Fix MinGW compatibility issues and update build instructions +- Add support for building on Solaris using gcc (pontius) + Version 2.1.4 - Feb 28, 2012 - Implement 4-way SHA-256 on x86-64 diff --git a/configure.ac b/configure.ac index e818509..7a4ccf5 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([cpuminer], [2.1.4]) +AC_INIT([cpuminer], [2.1.5]) AC_PREREQ([2.59c]) AC_CANONICAL_SYSTEM