diff --git a/CONTRIBUTORS.html b/CONTRIBUTORS.html index 9f3fbe0ecd..23cf7dfb61 100644 --- a/CONTRIBUTORS.html +++ b/CONTRIBUTORS.html @@ -521,6 +521,7 @@
  • Tobias Ospelt <tobias@pentagrid.ch> Identification of 1.63 regression in ASN.1 parsing.
  • Phil Glass <https://github.com/PhilGlass> Patch for to allow BC to function on Android 10.
  • Steven <https://github.com/acid1103> Identified issue with ChaCha20Poly1305 and large files. Identified an overly-eager null check in ChaCha20Poly1305.
  • +
  • Anatoly Zaretsky <https://github.com/azaretsky> Daemon mode patch for entropy gatherer thread.
  • diff --git a/docs/releasenotes.html b/docs/releasenotes.html index 894ea8c18d..e11c61f054 100644 --- a/docs/releasenotes.html +++ b/docs/releasenotes.html @@ -31,6 +31,7 @@

    2.1.2 Defects Fixed

  • ChaCha20Poly1305 could fail for large (>~2GB) files. This has been fixed.
  • ChaCha20Poly1305 could fail for small updates when used via the provider. This has been fixed.
  • Properties.getPropertyValue could ignore system property when other local overrides set. This has been fixed.
  • +
  • The entropy gathering thread was not running in daemon mode, meaning there could be a delay in an application shutting down due to it. This has been fixed.
  • 2.1.3 Additional Features and Functionality