ChangeLog 509 B

123456789101112131415
  1. vanityhash 1.1 (2010-12-11)
  2. * vanityhash 1.0 mistakenly referred to itself as version 0.2.
  3. Fixed.
  4. * Fixed POSIX::SIGINT() calls for compatibility with older versions
  5. of Perl.
  6. * Added CRC digest support, though Digest::CRC's clone() support
  7. seems to be broken.
  8. * README: Updated requirements text.
  9. * Added "sha1alt" digest type, for using Digest::SHA1 instead of
  10. Digest::SHA.
  11. * Makefile: Added additional checks in test target.
  12. vanityhash 1.0 (2010-12-11)
  13. * Initial release