NEWS 883 B

12345678910111213141516171819202122232425262728293031323334
  1. Version 0.2.2 - December 6, 2010
  2. - VIA padlock implementation works now
  3. - Minor build and runtime fixes
  4. Version 0.2.1 - November 29, 2010
  5. - avoid buffer overflow when submitting solutions
  6. - add Crypto++ sha256 implementation (C only, ASM elided for now)
  7. - minor internal optimizations and cleanups
  8. Version 0.2 - November 27, 2010
  9. - Add script for building a Windows installer
  10. - improve hash performance (hashmeter) statistics
  11. - add tcatm 4way sha256 implementation
  12. - Add experimental VIA Padlock sha256 implementation
  13. Version 0.1.2 - November 26, 2010
  14. - many small cleanups and micro-optimizations
  15. - build win32 exe using mingw
  16. - RPC URL, username/password become command line arguments
  17. - remove unused OpenSSL dependency
  18. Version 0.1.1 - November 24, 2010
  19. - Do not build sha256_generic module separately from cpuminer.
  20. Version 0.1 - November 24, 2010
  21. - Initial release.