NEWS 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. Version 0.3.3 - December 27, 2010
  2. - Critical fix for sha256_cryptopp 'cryptopp_asm' algo
  3. Version 0.3.2 - December 23, 2010
  4. - Critical fix for sha256_via
  5. Version 0.3.1 - December 19, 2010
  6. - Critical fix for sha256_via
  7. - Retry JSON-RPC failures (see --retry, under "minerd --help" output)
  8. Version 0.3 - December 18, 2010
  9. - Add crypto++ 32bit assembly implementation
  10. - show version upon 'minerd --help'
  11. - work around gcc 4.5.x bug that killed 4way performance
  12. Version 0.2.2 - December 6, 2010
  13. - VIA padlock implementation works now
  14. - Minor build and runtime fixes
  15. Version 0.2.1 - November 29, 2010
  16. - avoid buffer overflow when submitting solutions
  17. - add Crypto++ sha256 implementation (C only, ASM elided for now)
  18. - minor internal optimizations and cleanups
  19. Version 0.2 - November 27, 2010
  20. - Add script for building a Windows installer
  21. - improve hash performance (hashmeter) statistics
  22. - add tcatm 4way sha256 implementation
  23. - Add experimental VIA Padlock sha256 implementation
  24. Version 0.1.2 - November 26, 2010
  25. - many small cleanups and micro-optimizations
  26. - build win32 exe using mingw
  27. - RPC URL, username/password become command line arguments
  28. - remove unused OpenSSL dependency
  29. Version 0.1.1 - November 24, 2010
  30. - Do not build sha256_generic module separately from cpuminer.
  31. Version 0.1 - November 24, 2010
  32. - Initial release.