From 922ce0b92e0b87207d14043d3ceb3118dbc4b34a Mon Sep 17 00:00:00 2001 From: pooler Date: Sun, 12 Feb 2012 23:47:20 +0100 Subject: [PATCH] Version 2.1.3 --- NEWS | 14 ++++++++++++++ configure.ac | 2 +- cpu-miner.c | 2 +- util.c | 2 +- 4 files changed, 17 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index bc0d9f2..eb8cedd 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,17 @@ +Version 2.1.3 - Feb 12, 2012 + +- Smart handling of long polling failures: switch to short scan time + if long polling fails, and only try to reactivate it if the server + continues to advertise the feature in HTTP headers +- Add "X-Mining-Extensions: midstate" to HTTP headers (p2k) +- Add support for the "submitold" extension, used by p2pool +- It is now possible to specify username and password in the URL, + like this: http://username:password@host:port/ +- Add a --version option, and clean up --help output +- Avoid division by zero when computing hash rates +- Handle empty responses properly (TimothyA) +- Eliminate the delay between starting threads + Version 2.1.2 - Jan 26, 2012 - Do not submit work that is known to be stale diff --git a/configure.ac b/configure.ac index 1a488c4..832a210 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([cpuminer], [2.1.2]) +AC_INIT([cpuminer], [2.1.3]) AC_PREREQ(2.52) AC_CANONICAL_SYSTEM diff --git a/cpu-miner.c b/cpu-miner.c index 9caa834..f60d435 100644 --- a/cpu-miner.c +++ b/cpu-miner.c @@ -1,6 +1,6 @@ /* - * Copyright 2010 Jeff Garzik + * Copyright 2010 Jeff Garzik, 2012 pooler * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free diff --git a/util.c b/util.c index b1a437d..61abd07 100644 --- a/util.c +++ b/util.c @@ -1,6 +1,6 @@ /* - * Copyright 2010 Jeff Garzik + * Copyright 2010 Jeff Garzik, 2012 pooler * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free