NEWS 777 B

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