Upgrade to Digest-SHA-5.47
[p5sagit/p5-mst-13.2.git] / ext / Digest / SHA / Changes
index a71c9cb..ad5bd06 100644 (file)
@@ -1,5 +1,45 @@
 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 "-"
+                       causing bugs in addfile and shasum
+       - modified underlying C functions to use ANSI prototypes
+               -- requested by Steve Hay (ref. Smoke [5.9.4] 28630)
+               -- K&R style was causing numerous warnings from
+                       Borland compiler
+
 5.42  Mon Jul 24 04:04:40 MST 2006
        - minor code changes suggested by Perl::Critic
                -- e.g. no bareword filehandles, no 2-argument open's