Browse Source

Release version 0.2.1.

Jeff Garzik 15 years ago
parent
commit
18d3ab876c
3 changed files with 8 additions and 2 deletions
  1. 6 0
      NEWS
  2. 1 1
      README
  3. 1 1
      configure.ac

+ 6 - 0
NEWS

@@ -1,4 +1,10 @@
 
 
+Version 0.2.1 - November 29, 2010
+
+- avoid buffer overflow when submitting solutions
+- add Crypto++ sha256 implementation (C only, ASM elided for now)
+- minor internal optimizations and cleanups
+
 Version 0.2 - November 27, 2010
 Version 0.2 - November 27, 2010
 
 
 - Add script for building a Windows installer
 - Add script for building a Windows installer

+ 1 - 1
README

@@ -15,7 +15,7 @@ Basic *nix build instructions:
 
 
 Basic WIN32 build instructions (on Fedora 13; requires mingw32):
 Basic WIN32 build instructions (on Fedora 13; requires mingw32):
 	./autogen.sh
 	./autogen.sh
-	MINGW32_CFLAGS="-O2 -Wall -msse2" mingw32-configure
+	MINGW32_CFLAGS="-O3 -Wall -msse2" mingw32-configure
 	make
 	make
 	./mknsis.sh
 	./mknsis.sh
 
 

+ 1 - 1
configure.ac

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