Version 2.1.4
This commit is contained in:
parent
ec59ed6d6d
commit
03d012e86c
2 changed files with 10 additions and 1 deletions
9
NEWS
9
NEWS
|
@ -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
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
AC_INIT([cpuminer], [2.1.3])
|
||||
AC_INIT([cpuminer], [2.1.4])
|
||||
|
||||
AC_PREREQ(2.52)
|
||||
AC_CANONICAL_SYSTEM
|
||||
|
|
Loading…
Reference in a new issue