NEWS 1.2 KB

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