Browse Source

Release version 0.2.

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

7
NEWS

@ -1,4 +1,11 @@ @@ -1,4 +1,11 @@
Version 0.2 - November 27, 2010
- Add script for building a Windows installer
- improve hash performance (hashmeter) statistics
- add tcatm 4way sha256 implementation
- Add experimental VIA Padlock sha256 implementation
Version 0.1.2 - November 26, 2010
- many small cleanups and micro-optimizations

2
configure.ac

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

Loading…
Cancel
Save