diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-07-05 19:12:21 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-07-05 19:12:21 +0000 |
commit | ac70dec105c793ebc869f1418800d67764d2ceb9 (patch) | |
tree | 6b0ab948dd37b321719e2c741ba98621a79aab8f /ext/Digest/MD5/Changes | |
parent | 862083f7e40bc2a9e3b94aedce56c1336e7bdb25 (diff) | |
download | perl-ac70dec105c793ebc869f1418800d67764d2ceb9.tar.gz |
Upgrade to Digest::MD5 2.25.
p4raw-id: //depot/perl@20020
Diffstat (limited to 'ext/Digest/MD5/Changes')
-rw-r--r-- | ext/Digest/MD5/Changes | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/ext/Digest/MD5/Changes b/ext/Digest/MD5/Changes index a2d69536bf..cebcd2f095 100644 --- a/ext/Digest/MD5/Changes +++ b/ext/Digest/MD5/Changes @@ -1,3 +1,19 @@ +2003-07-04 Gisle Aas <gisle@ActiveState.com> + + Release 2.25 + + The $md5->addfile method now croaks if it discovers + errors on the handle after reading from it. This should + make it more difficult to end up with the wrong digest + just because you are to lazy to check the error status + on your file handles after reading from them. + + Improved documentation. + + Sync up with bleadperl; even safer patchlevel include. + + + 2003-03-09 Gisle Aas <gisle@ActiveState.com> Release 2.24 |