From 0819592b3aeb78157548f20c9ecf7c4ed2d9ef5e Mon Sep 17 00:00:00 2001 From: Paul Schaub Date: Mon, 14 Mar 2022 11:12:21 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f39e50c..484671e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ SPDX-License-Identifier: CC0-1.0 # PGPainless Changelog +## 1.1.3-SNAPSHOT +- Make `SigningOptions.getSigningMethods()` part of internal API +- Fix crash when trying to do verification of unmatched `SignersUserId` signature subpacket + - For now, verification of `SignersUserId` is disabled but can be enabled via `Policy.setSignerUserIdValidationLevel()` +- Initial support for `OpenPgpV5Fingerprint` +- Security: Fix `KeyRingInfo.getValidAndExpiredUserIds()` accidentally including unbound user-ids + ## 1.1.2 - Fix `keyRingInfo.getEmailAddresses()` incorrectly matching some mail addresses (thanks @bratkartoffel for reporting and initial patch proposal) - Fix generic type of `CertificationSubpackets.Callback`