summaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
authorgregor herrmann <gregoa@debian.org>2020-08-07 04:19:15 +0200
committergregor herrmann <gregoa@debian.org>2020-08-07 04:19:15 +0200
commitf1af3d722bedb40b18541e8107cb4dcc581b0d3a (patch)
tree742bfd326f751a571a89526d387e7fe4b07c931e /Changes
parentcb50a5af337e9d8ccc99f207408d03170648d5bc (diff)
New upstream version 0.26
Diffstat (limited to 'Changes')
-rw-r--r--Changes5
1 files changed, 5 insertions, 0 deletions
diff --git a/Changes b/Changes
index b7e1bf8..ff307ef 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,10 @@
Revision history for Crypt::SMIME
+0.26 Mon Aug 3 15:40:04 JST 2020
+ - sign(), signonly(), encrypt(), check(), decrypt() no longer
+ truncate inputs on a NUL character, Patch by Brian Safford
+ (https://rt.cpan.org/Public/Bug/Display.html?id=133084)
+
0.25 Thu Feb 22 18:34:02 JST 2018
- Fix the test '03-chained-certs.t' which can fail depending
on the used libcrypto, Reported by Thomas Eckardt.