- updated to 5.61

- modified dump/load methods to match behavior of Digest::SHA
        -- in the case of I/O to STDIN/STDOUT
   - addressed minor documentation oversights
   - added new SHA-512/224 and SHA-512/256 transforms
        -- ref. NIST Draft FIPS 180-4 (February 2011)
   - simplified shasum by removing duplicative text
   - improved efficiency of Addfile
        -- expensive -T test now occurs only in portable mode

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Digest-SHA-PurePerl?expand=0&rev=2
This commit is contained in:
Stephan Kulow
2011-04-03 15:03:22 +00:00
committed by Git OBS Bridge
parent 700ae56fe5
commit e8b094095b
4 changed files with 22 additions and 9 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Sun Apr 3 15:02:33 UTC 2011 - coolo@novell.com
- updated to 5.61
- modified dump/load methods to match behavior of Digest::SHA
-- in the case of I/O to STDIN/STDOUT
- addressed minor documentation oversights
- added new SHA-512/224 and SHA-512/256 transforms
-- ref. NIST Draft FIPS 180-4 (February 2011)
- simplified shasum by removing duplicative text
- improved efficiency of Addfile
-- expensive -T test now occurs only in portable mode
-------------------------------------------------------------------
Fri Jan 21 19:49:16 UTC 2011 - coolo@novell.com