Release version 0.1.2.

This commit is contained in:
Jeff Garzik 2010-11-26 16:38:16 -05:00 committed by Jeff Garzik
parent 7f98b6a2bb
commit 6f30fc1d87
2 changed files with 9 additions and 1 deletions

7
NEWS
View file

@ -1,4 +1,11 @@
Version 0.1.2 - November 26, 2010
- many small cleanups and micro-optimizations
- build win32 exe using mingw
- RPC URL, username/password become command line arguments
- remove unused OpenSSL dependency
Version 0.1.1 - November 24, 2010
- Do not build sha256_generic module separately from cpuminer.

View file

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