summaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
authorgregor herrmann <gregoa@debian.org>2020-09-18 21:22:18 +0200
committergregor herrmann <gregoa@debian.org>2020-09-18 21:22:18 +0200
commit46d8e003ba26fc50b8233a9e30fa4376ebbd4575 (patch)
treee3aef8cae429fbea705fab115d1c379f7363bc80 /Changes
parentf1af3d722bedb40b18541e8107cb4dcc581b0d3a (diff)
New upstream version 0.27
Diffstat (limited to 'Changes')
-rw-r--r--Changes6
1 files changed, 6 insertions, 0 deletions
diff --git a/Changes b/Changes
index ff307ef..7d6db78 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,11 @@
Revision history for Crypt::SMIME
+0.27 Tue Sep 15 11:02:21 JST 2020
+ - Removed "t/dependencies.t". The behavior of
+ Test::Dependencies has changed in 0.28, and it's no longer
+ useful for us:
+ https://rt.cpan.org/Public/Bug/Display.html?id=133309
+
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