Upgrade to Digest-SHA-5.47
[p5sagit/p5-mst-13.2.git] / ext / Digest / SHA / Changes
index 42bce4f..ad5bd06 100644 (file)
@@ -1,5 +1,36 @@
 Revision history for Perl extension Digest::SHA.
 
+5.47  Wed Apr 30 04:00:54 MST 2008
+       - modified Makefile.PL to install in core for Perls >= 5.10
+               -- thanks to Jerry Hedden for patch
+       - changed from #include <> to #include "" in SHA.xs
+               -- some platforms not able to find SHA source files
+                       -- thanks to Alexandr Ciornii for testing
+       - moved .pm file to appropriate lib directory
+       - minor addition to META.yml
+
+5.46  Wed Apr  9 05:04:00 MST 2008
+       - modified Addfile to recognize leading and trailing
+               whitespace in filenames (ref. rt.cpan.org #34690)
+       - minor C source code modification (ref. hmac.c)
+       - use const in sha.c for clean builds with -Wwrite-strings
+               -- thanks to Robin Barker for patch
+
+5.45  Tue Jun 26 02:36:00 MST 2007
+       - extended portability to earlier Perls
+               -- works on Perl 5.003 and later
+               -- thanks to Jim Doble for testing on legacy platforms
+       - updated META.yml to conform to current META spec (1.3)
+       - minor documentation fixes
+
+5.44  Sat Oct 14 00:42:44 MST 2006
+       - removed SIGNATURE file from distribution
+               -- spurious errors from CPANPLUS can break build
+       - eliminated ppport.h header file
+               -- significantly reduces size of distribution
+       - modified C functions in src/hmac.c to use ANSI prototypes
+               -- thanks to Jarkko Hietaniemi for patch
+
 5.43  Sat Aug  5 02:36:18 MST 2006
        - undid Perl Best Practice of favoring 3-argument "open"
                -- 3-arg version uses different semantics for "-"