1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2024-11-16 01:12:05 +01:00

Update changelog

This commit is contained in:
Paul Schaub 2024-03-19 15:55:58 +01:00
parent 0cf7fb6289
commit 36c29cd167
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311

View file

@ -6,7 +6,10 @@ SPDX-License-Identifier: CC0-1.0
# PGPainless Changelog # PGPainless Changelog
## 1.6.7-SNAPSHOT ## 1.6.7-SNAPSHOT
- Fix OOM error when detached-signing large amounts of data (fix #432) - SOP: Fix OOM error when detached-signing large amounts of data (fix #432)
- Move `CachingBcPublicKeyDataDecryptorFactory` from `org.bouncycastle` packet to `org.pgpainless.decryption_verification` to avoid package split (partially addresses #428)
- Basic support for Java Modules for `pgpainless-core` and `pgpainless-sop`
- Added `Automatic-Module-Name` directive to gradle build files
## 1.6.6 ## 1.6.6
- Downgrade `logback-core` and `logback-classic` to `1.2.13` to fix #426 - Downgrade `logback-core` and `logback-classic` to `1.2.13` to fix #426