Browse Source

Release version 0.7.1.

nfactor-troky
Jeff Garzik 14 years ago committed by Jeff Garzik
parent
commit
1d8b6e13a3
  1. 12
      NEWS
  2. 2
      configure.ac

12
NEWS

@ -1,4 +1,16 @@
Version 0.7.1 - March 2, 2011
- Add support for JSON-format configuration file. See example
file example-cfg.json. Any long argument on the command line
may be stored in the config file.
- Timestamp each solution found
- Improve sha256_4way performance. NOTE: This optimization makes
the 'hash' debug-print output for sha256_way incorrect.
- Use __builtin_expect() intrinsic as compiler micro-optimization
- Build on Intel compiler
- HTTP library now follows HTTP redirects
Version 0.7 - February 12, 2011 Version 0.7 - February 12, 2011
- Re-use CURL object, thereby reuseing DNS cache and HTTP connections - Re-use CURL object, thereby reuseing DNS cache and HTTP connections

2
configure.ac

@ -1,5 +1,5 @@
AC_INIT([cpuminer], [0.7]) AC_INIT([cpuminer], [0.7.1])
AC_PREREQ(2.52) AC_PREREQ(2.52)
AC_CONFIG_SRCDIR([cpu-miner.c]) AC_CONFIG_SRCDIR([cpu-miner.c])

Loading…
Cancel
Save