From 3d0c6a449bade10898fc6237ab43041b16475c52 Mon Sep 17 00:00:00 2001 From: David Hook Date: Sun, 12 Jan 2025 10:17:07 +1100 Subject: [PATCH] added jmail mention --- docs/releasenotes.html | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/releasenotes.html b/docs/releasenotes.html index 1e75f0de2f..d6b21c82de 100644 --- a/docs/releasenotes.html +++ b/docs/releasenotes.html @@ -27,6 +27,7 @@

2.1.2 Defects Fixed

  • The PKCS12 KeyStore has been adjusted to prevent accidental doubling of the Oracle trusted certificate attribute (results in an IOException when used with the JVM PKCS12 implementation).
  • The SignerInfoGenerator copy constructor was ignoring the certHolder field. This has been fixed.
  • The getAlgorithm() method return value for a CompositePrivateKey was not consistent with the corresponding getAlgorithm() return value for the CompositePrivateKey. This has been fixed.
  • +
  • The international property files were missing from the bcjmail distribution. This has been fixed.
  • 2.2.3 Additional Features and Functionality