summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Changes4
-rw-r--r--MANIFEST1
-rw-r--r--META.yml2
-rw-r--r--lib/GnuPG/Interface.pm2
4 files changed, 7 insertions, 2 deletions
diff --git a/Changes b/Changes
index 4b751a2..4213acb 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
Revision history for GnuPG-Interface
+1.04 - 2023-12-12
+ - Use the included fake gpg for better test portability
+ - Update tests for gpg 2.4
+
1.03 - 2023-09-14
- Add fix for running in taint mode for Perl 5.38.0(thanks to Andrew Ruthven)
diff --git a/MANIFEST b/MANIFEST
index 9b4ea89..ae08b26 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -77,6 +77,7 @@ test/public-keys/2.1.test
test/public_keys.pgp
test/secret-keys/1.0.test
test/secret-keys/1.1.test
+test/secret-keys/1.2.2.test
test/secret-keys/1.2.test
test/secret-keys/2.0.test
test/secret_keys.pgp
diff --git a/META.yml b/META.yml
index 97ed694..ab8ded2 100644
--- a/META.yml
+++ b/META.yml
@@ -28,4 +28,4 @@ requires:
Scalar::Util: 0
resources:
license: http://dev.perl.org/licenses/
-version: '1.03'
+version: '1.04'
diff --git a/lib/GnuPG/Interface.pm b/lib/GnuPG/Interface.pm
index cf7b04c..353745e 100644
--- a/lib/GnuPG/Interface.pm
+++ b/lib/GnuPG/Interface.pm
@@ -29,7 +29,7 @@ use GnuPG::Options;
use GnuPG::Handles;
use Scalar::Util 'tainted';
-$VERSION = '1.03';
+$VERSION = '1.04';
has passphrase => (
isa => 'Any',