Version 2.1.4

This commit is contained in:
pooler 2012-02-28 18:24:23 +01:00
parent ec59ed6d6d
commit 03d012e86c
2 changed files with 10 additions and 1 deletions

9
NEWS
View file

@ -1,3 +1,12 @@
Version 2.1.4 - Feb 28, 2012
- Implement 4-way SHA-256 on x86-64
- Add TCP keepalive to long polling connections
- Support HTTP and SOCKS proxies via the --proxy option
- Username and password are no longer mandatory
- Add a script that makes assembly code compatible with old versions
of the GNU assembler that do not support macros
Version 2.1.3 - Feb 12, 2012
- Smart handling of long polling failures: switch to short scan time

View file

@ -1,4 +1,4 @@
AC_INIT([cpuminer], [2.1.3])
AC_INIT([cpuminer], [2.1.4])
AC_PREREQ(2.52)
AC_CANONICAL_SYSTEM