mirror of
https://codeberg.org/PGPainless/cert-d-java.git
synced 2024-11-14 04:02:04 +01:00
941 B
941 B
Cert-D-Java Changelog
0.2.0
pgp-certificate-store
:- Rework
Certificate
,Key
to inherit fromKeyMaterial
- Rename
CertificateReaderBackend
toKeyMaterialReaderBackend
- Rename
CertificateMerger
toKeyMaterialMerger
- Rework
PGPCertificateStore
class
- Rework
pgp-cert-d-java
:- Increase minimum Android API level to 26
- Add
PGPCertificateDirectories
factory class - Rework
PGPCertificateDirectory
class by separating out backend logic - Split interface into
ReadOnlyPGPCertificateDirectory
andWritingPGPCertificateDirectory
FileBasedCertificateDirectoryBackend
: Calculate tag based on file attributes (inode)
pgp-cert-d-java-jdbc-sqlite-lookup
:- Add
DatabaseSubkeyLookupFactory
- Add
0.1.1
- Bump
slf4j
to1.7.36
- Bump
logback
to1.2.11
0.1.0
- Initial Release