Release version 0.2.

This commit is contained in:
Jeff Garzik 2010-11-27 03:56:47 -05:00 committed by Jeff Garzik
parent 4c47553c85
commit ad3fda8aba
2 changed files with 8 additions and 1 deletions

7
NEWS
View file

@ -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

View file

@ -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])