summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2021-11-16 17:29:09 +0100
committerJustus Winter <justus@sequoia-pgp.org>2021-11-16 17:29:09 +0100
commitdd7a558b0be9854d1efbf131bbd0e790b05cefaf (patch)
treee09475a615a27b0d8becde514b2fdb7c95109ae4
parentb6a83d570389a46e485461e1ece4540c6d979aec (diff)
openpgp: Release 1.6.0.openpgp/v1.6.0
-rw-r--r--Cargo.lock2
-rw-r--r--openpgp/Cargo.toml2
-rw-r--r--openpgp/NEWS4
3 files changed, 6 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 39553c1c..b3f06db2 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2824,7 +2824,7 @@ dependencies = [
[[package]]
name = "sequoia-openpgp"
-version = "1.5.0"
+version = "1.6.0"
dependencies = [
"aes",
"anyhow",
diff --git a/openpgp/Cargo.toml b/openpgp/Cargo.toml
index 770cd0d8..575eecf2 100644
--- a/openpgp/Cargo.toml
+++ b/openpgp/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "sequoia-openpgp"
description = "OpenPGP data types and associated machinery"
-version = "1.5.0"
+version = "1.6.0"
authors = [
"Igor Matuszewski <igor@sequoia-pgp.org>",
"Justus Winter <justus@sequoia-pgp.org>",
diff --git a/openpgp/NEWS b/openpgp/NEWS
index 39e163fd..d0b727ac 100644
--- a/openpgp/NEWS
+++ b/openpgp/NEWS
@@ -3,6 +3,10 @@
#+STARTUP: content hidestars
* Changes in 1.6.0
+** Notable fixes
+ - Decryption of encrypted messages and verification of
+ inline-signed messages is now considerably faster, as is ASCII
+ Armor encoding and decoding.
** New functionality
- CertRevocationBuilder::add_notation
- CertRevocationBuilder::set_notation