summaryrefslogtreecommitdiff
path: root/cpan/Digest-SHA/Changes
diff options
context:
space:
mode:
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>2010-12-14 18:56:42 +0000
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>2010-12-14 18:57:20 +0000
commit9cc8ef8a050499e8a7c407263539c9b21d850880 (patch)
treedc47b392458530d56d2740e5f399fbf1febc2e23 /cpan/Digest-SHA/Changes
parent6c2a892eeccd45d5cba4b4150f993b2f177c3e6a (diff)
downloadperl-9cc8ef8a050499e8a7c407263539c9b21d850880.tar.gz
Update Digest-SHA to CPAN version 5.50
[DELTA] 5.50 Tue Dec 14 06:20:08 MST 2010 - adopted convention that '-' always means STDIN -- actual filename '-' accessed as './-' -- accords with behavior of sha1sum/md5sum - corrected undefined subroutine oversight in shasum -- inadvertent migration of _bail() from SHA.pm
Diffstat (limited to 'cpan/Digest-SHA/Changes')
-rw-r--r--cpan/Digest-SHA/Changes7
1 files changed, 7 insertions, 0 deletions
diff --git a/cpan/Digest-SHA/Changes b/cpan/Digest-SHA/Changes
index a919f7c93c..2377e28c2e 100644
--- a/cpan/Digest-SHA/Changes
+++ b/cpan/Digest-SHA/Changes
@@ -1,5 +1,12 @@
Revision history for Perl extension Digest::SHA.
+5.50 Tue Dec 14 06:20:08 MST 2010
+ - adopted convention that '-' always means STDIN
+ -- actual filename '-' accessed as './-'
+ -- accords with behavior of sha1sum/md5sum
+ - corrected undefined subroutine oversight in shasum
+ -- inadvertent migration of _bail() from SHA.pm
+
5.49 Sun Dec 12 07:22:04 MST 2010
- modified Addfile to accept all POSIX filenames
-- standard allows all characters except NUL and '/'