From 7a6180cf2331f03865400637059ae153572b182b Mon Sep 17 00:00:00 2001 From: Jens Kraemer Date: Wed, 12 Feb 2020 12:29:24 +0800 Subject: [PATCH] v 0.4.3 --- History.txt | 5 +++++ lib/mail/gpg/version.rb | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/History.txt b/History.txt index 2dff70ff..843495bb 100644 --- a/History.txt +++ b/History.txt @@ -1,3 +1,8 @@ +== 0.4.3 2020-02-12 + +* fix bad signatures of some mails with Mail 2.7.1 by always enforcing + base64 encoding for signed content + == 0.4.2 2019-09-02 * do not die on invalid content-transfer encodings when checking if a message diff --git a/lib/mail/gpg/version.rb b/lib/mail/gpg/version.rb index e8cf5497..f66e28f9 100644 --- a/lib/mail/gpg/version.rb +++ b/lib/mail/gpg/version.rb @@ -1,5 +1,5 @@ module Mail module Gpg - VERSION = "0.4.2" + VERSION = "0.4.3" end end