NEWS 1.2 KB

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