The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
0.504  2010-11-19  John Lightsey <jd@cpanel.net>
    - Fix compile of sha512crypt.c on systems with no uintptr_t type

0.503  2010-11-17  John Lightsey <jd@cpanel.net>
    - Fix Win32 build, thanks toddr (rt 63098)

0.502  2010-11-17  John Lightsey <jd@cpanel.net>
    - Remove usage of strpncpy() from sha256crypt.c and sha512crypt.c
    - Remove usage of stdint.h from sha256crypt.c and sha512crypt.c

0.501  2010-11-16  John Lightsey <jd@cpanel.net>
    - Remove useless include of crypt.h in des.c
    - Remove usage of mempcpy() from sha256crypt.c and sha512crypt.c
    - Remove usage of __stpncpy from sha512crypt.c
    - Update Makefile.PL
    - Fix byte order detection
    - Fix typo in POD example
    - Fix test messages is 05_combined.t

0.4  2010-11-09  John Lightsey <jd@cpanel.net>
    - Initial public release